@import '../../vendor/bootstrap/bootstrap.min.css';
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v15/JTUSjIg69CK48gW7PXoo9Wdhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmaiA8.ttf) format('truetype');
}
* {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', cursive;
}
[class^="odstavec"] {
  padding: 25px 0;
}
h2 {
  font-size: 40px;
  text-transform: uppercase;
}
#slider {
  height: calc(100vh - 117px);
  position: relative;
}
@media (max-width: 1024px) {
  #slider {
    height: 100vh;
  }
}
#slider img,
#slider video {
  height: calc(100vh - 117px);
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  #slider img,
  #slider video {
    height: 100vh;
  }
}
.slider-wrap {
  position: relative;
}
.slider-wrap .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  /*     .col-md-3:nth-child(3){
      background: rgb(255,255,255);
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(111, 196, 217) 100%);
      @media (max-width: 1024px){
        background-color: rgb(111, 196, 217, 0.8)!important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
      }
      &:hover{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(111, 196, 217) 25%);
        h2{
          bottom: 10vh;
          @media (max-width: 1024px){
            bottom: 50%;
          }
        }
      }
    } */
}
.slider-wrap .banner-text .col-md-3 {
  position: relative;
  height: 35vh;
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3 {
    height: 25vh;
    min-height: auto;
  }
}
.slider-wrap .banner-text .col-md-3:hover {
  cursor: pointer;
}
.slider-wrap .banner-text .col-md-3:hover .banner-btn {
  display: block;
  opacity: 1;
}
.slider-wrap .banner-text .col-md-3:nth-child(1) {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #61a33e 100%);
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3:nth-child(1) {
    background-color: rgba(97, 163, 62, 0.8) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(1):hover {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #61a33e 25%);
}
.slider-wrap .banner-text .col-md-3:nth-child(1):hover h2 {
  bottom: 10vh;
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3:nth-child(1):hover h2 {
    bottom: 50%;
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(2) {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #d8734c 100%);
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3:nth-child(2) {
    background-color: #d8734c !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(2):hover {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #d8734c 25%);
}
.slider-wrap .banner-text .col-md-3:nth-child(2):hover h2 {
  bottom: 10vh;
}
@media (max-width: 1025px) {
  .slider-wrap .banner-text .col-md-3:nth-child(2):hover h2 {
    bottom: 50%;
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(3) {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f3e547 100%);
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3:nth-child(3) {
    background-color: rgba(243, 229, 71, 0.8) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(3):hover {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f3e547 25%);
}
.slider-wrap .banner-text .col-md-3:nth-child(3):hover h2 {
  bottom: 10vh;
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3:nth-child(3):hover h2 {
    bottom: 50%;
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(4) {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #d50034 100%);
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text .col-md-3:nth-child(4) {
    background-color: rgba(213, 0, 52, 0.8) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
  }
}
.slider-wrap .banner-text .col-md-3:nth-child(4):hover {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #d50034 25%);
}
.slider-wrap .banner-text .col-md-3:nth-child(4):hover h2 {
  bottom: 10vh;
}
@media (max-width: 1025px) {
  .slider-wrap .banner-text .col-md-3:nth-child(4):hover h2 {
    bottom: 50%;
  }
}
.slider-wrap .banner-text h2 {
  padding-bottom: 50px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .slider-wrap .banner-text h2 {
    bottom: 50%;
    transform: translate(-50%, 50%);
    padding-bottom: 0;
    margin: 0;
  }
}
.slider-wrap .banner-text h2 a {
  font-family: 'Bebas Neue', sans-serif;
  color: #fff !important;
}
.slider-wrap .banner-text h2 a:hover {
  text-decoration: none;
}
.slider-wrap .banner-text h2:hover {
  text-decoration: none;
}
.slider-wrap .banner-text .banner-btn {
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.navbar-brand {
  color: #2c3e50;
  font-size: 20px;
  text-decoration: none;
}
.navbar-brand img {
  max-height: 90px;
}
@media (max-width: 1024px) {
  .navbar-brand img {
    max-height: 60px;
  }
}
.navbar-brand span.zs-logo,
.navbar-brand span.ms-logo {
  font-size: 28px;
  font-weight: 700;
}
.navbar-brand span.zs-logo {
  color: #61a33e;
}
.navbar-brand span.ms-logo {
  color: #e87306;
}
.navbar-brand span.logo-sudkov {
  font-size: 24px;
  font-weight: 700;
}
.navbar-brand:hover {
  color: #2c3e50;
}
.navbar {
  width: 100%;
  z-index: 9998;
  border-bottom: 1px solid #7f8c8d52;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .navbar .container-fluid {
    padding: 0;
  }
}
.navbar .nav-item {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .navbar .nav-item {
    padding: 0;
  }
}
.navbar .nav-link {
  color: #2c3e50;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  border-bottom: 2px solid transparent;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  border-bottom: 2px solid #2c3e50;
}
@media (max-width: 1550px) {
  .navbar .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
.submenu {
  background-color: #ecf0f1;
  padding: 30px 0;
  margin-bottom: 30px;
}
.submenu .item {
  padding: 5px 10px;
}
.submenu .sloupec {
  padding: 0 20px;
}
@media (max-width: 901px) {
  .submenu .sloupec {
    padding: 0;
  }
}
.submenu .sloupec:first-child {
  padding-left: 0;
}
.btn {
  padding: 10px 20px;
  border-radius: 0;
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn-search {
  background-color: #e9ca31;
  margin-right: 10px;
}
.btn-eschool {
  background-color: #61a33e;
  padding: 10px 30px;
}
.btn-eschool .fa {
  padding-right: 10px;
}
footer {
  background-color: #ecf0f1;
  padding: 25px 0;
}
footer p {
  color: #7f8c8d;
}
footer h3 {
  color: #2c3e50;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 15px;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  line-height: 30px;
  font-size: 18px;
}
footer ul li:before {
  content: "»";
  color: #7f8c8d;
  display: inline-block;
  margin-right: 10px;
}
.photogallery-hp {
  padding: 0;
}
.photogallery-hp p {
  margin: 0;
}
.photogallery-hp .container-fluid {
  padding: 0;
  margin: 0;
}
.photogallery-hp .container-fluid .row {
  margin: 0;
}
.photogallery-hp .container-fluid [class^="col"] {
  padding: 0;
}
.photogallery-hp img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  transition: 0.3s;
}
.photogallery-hp img:hover {
  cursor: pointer;
}
.photogallery-hp .col {
  position: relative;
  overflow: hidden;
}
#akce-container .akce {
  position: relative;
}
#akce-container .col-3 {
  padding: 0 10px 0 0 ;
}
@media (max-width: 901px) {
  #akce-container .col-3 {
    padding-right: 5px;
  }
}
#akce-container .col-9 {
  padding-right: 0;
}
#akce-container .col-9 p {
  text-align: justify;
  margin: 0;
  color: #7f8c8d;
}
#akce-container img {
  max-height: 125px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #akce-container img {
    width: 100%;
    object-fit: cover;
    max-height: initial;
  }
}
#akce-container .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7f8c8d;
}
@media (max-width: 901px) {
  #akce-container .date {
    position: initial;
    padding-top: 10px;
  }
}
#akce-container .date .fa {
  padding-right: 5px;
}
#akce-container .stamp-zs {
  background-color: #61a33e;
}
#akce-container .stamp-ms {
  background-color: #e9ca31;
}
#akce-container .stamp-dr {
  background-color: #6fc4d9;
}
#akce-container .stamp {
  font-family: 'Bebas Neue', cursive;
  padding: 5px 20px;
  color: #fff;
}
#akce-container h3 {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}
#akce-container .more-link {
  padding-top: 20px;
}
#akce-container .more-link .read-more {
  font-family: 'Bebas Neue', cursive;
}
.nav-item.dropdown {
  position: unset;
}
.nav-item.dropdown.show .nav-link {
  position: relative;
}
.nav-item.dropdown.show .nav-link:before {
  display: block;
  content: "";
  width: 50px;
  height: 25px;
  /*
                border-style: solid;
                border-width: 0 20px 20px 20px;
                border-color: transparent transparent #ffffff transparent;*/
  position: absolute;
  background-image: url('../images/arrow.png');
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}
.nav-item.dropdown .dropdown-menu {
  z-index: 99999;
  padding: 25px;
  box-sizing: border-box;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
  width: 95vw;
}
@media (max-width: 991px) {
  .nav-item.dropdown .dropdown-menu {
    top: unset;
    left: unset;
    width: 100%;
    transform: none;
    padding: 5px 0;
    border-top: none;
  }
  .nav-item.dropdown .dropdown-menu .col {
    flex: 0 0 100%;
  }
}
.nav-item.dropdown .dropdown-menu .col-md-4 {
  border-right: 1px #efefef solid;
}
.nav-item.dropdown .dropdown-menu .col-md-4 .col-md-6 {
  padding: 0 15px;
}
.nav-item.dropdown .dropdown-menu .col-md-4:last-child {
  border: 0;
}
.nav-item.dropdown .dropdown-menu .btn-primary {
  font-size: 15px;
  padding: 10px 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  white-space: pre-wrap;
}
#calendar button {
  border: 0;
  color: #000;
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 15px;
  margin: 5px;
}
#calendar button.active,
#calendar button:hover {
  background-color: #007bff;
  color: #fff;
}
#calendar .month-filter {
  margin-bottom: 70px;
}
@media (max-width: 901px) {
  #calendar .month_buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
#calendar .months {
  display: none;
}
#calendar .months.active {
  display: block;
}
#calendar .months .month {
  display: none;
}
#calendar .months .month.active {
  display: block;
}
#calendar p {
  margin-bottom: 0;
}
.kalendar_akci,
.archiv_kalendare_akci,
.kalendar_akci_zs,
.kalendar_akci_ms,
.kalendar_akci_druziny {
  /* .akce{
  h3{
    margin-top: 0 !important;
  }
} */
}
.kalendar_akci .odstavec-nadpis,
.archiv_kalendare_akci .odstavec-nadpis,
.kalendar_akci_zs .odstavec-nadpis,
.kalendar_akci_ms .odstavec-nadpis,
.kalendar_akci_druziny .odstavec-nadpis {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 50px;
  font-size: 45px;
}
.kalendar_akci .odstavec-nadpis:before,
.archiv_kalendare_akci .odstavec-nadpis:before,
.kalendar_akci_zs .odstavec-nadpis:before,
.kalendar_akci_ms .odstavec-nadpis:before,
.kalendar_akci_druziny .odstavec-nadpis:before {
  content: "";
  background-image: url(/layout/images/line.png);
  width: 100%;
  max-width: 200px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0.8;
  z-index: -1;
}
.kalendar_akci .col-9,
.archiv_kalendare_akci .col-9,
.kalendar_akci_zs .col-9,
.kalendar_akci_ms .col-9,
.kalendar_akci_druziny .col-9 {
  padding-right: 15px !important;
  padding-left: 0;
}
.kalendar_akci .col-9 .date,
.archiv_kalendare_akci .col-9 .date,
.kalendar_akci_zs .col-9 .date,
.kalendar_akci_ms .col-9 .date,
.kalendar_akci_druziny .col-9 .date {
  right: 15px !important;
}
.kalendar_akci .akce,
.archiv_kalendare_akci .akce,
.kalendar_akci_zs .akce,
.kalendar_akci_ms .akce,
.kalendar_akci_druziny .akce {
  padding-bottom: 50px;
}
.article-item .stamp-zs {
  background-color: #d50034;
}
.article-item .stamp-ms {
  background-color: #61a33e;
}
.article-item .stamp-dr {
  background-color: #e9ca31;
}
.article-item .stamp {
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  color: #fff;
  margin: 5px 0;
  padding: 5px 0;
}
.article-item .col-12 {
  padding: 0;
}
.article-item .col-3 {
  padding: 0;
}
.article-item .col-3 img {
  max-height: 125px;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .article-item .col-3 img {
    width: 100%;
    object-fit: cover;
    max-height: initial;
  }
}
.article-item .col-9 p {
  text-align: justify;
  margin: 0;
  color: #7f8c8d;
}
.article-item h3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}
.article-item .more-link {
  padding-top: 20px;
}
.article-item .more-link .read-more {
  font-family: 'Bebas Neue', cursive;
}
#udalost_detail .container {
  padding: 0;
}
#udalost_detail .datum {
  color: #7f8c8d;
  padding: 15px 0;
}
#udalost_detail .fa {
  padding-right: 5px;
}
#newest_photos {
  overflow: hidden;
  position: relative;
}
#newest_photos .overlay {
  position: absolute;
  top: 0;
  z-index: 100001;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
#newest_photos .overlay .col-md-6 {
  position: relative;
  height: auto;
  transition: 0.3s;
}
@media (max-width: 901px) {
  #newest_photos .overlay .col-md-6 {
    max-width: 100%;
  }
}
#newest_photos .overlay .col-md-6:first-child {
  left: -1000px;
}
#newest_photos .overlay .col-md-6:last-child {
  right: -1000px;
}
#newest_photos .overlay .col-md-6 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 30px;
  text-align: center;
  font-weight: bold;
}
#newest_photos .overlay .col-md-6 .content h3 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 30px;
}
#newest_photos .overlay .col-md-6 .content a {
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
}
#newest_photos .overlay .col-md-6 .content a:hover {
  text-decoration: none;
}
#newest_photos .overlay .zs-bgr {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: rgba(46, 204, 113, 0.55);
  padding: 0;
}
#newest_photos .overlay .zs-bgr a {
  border: none;
  background-color: #e9ca31;
}
@media (max-width: 1024px) {
  #newest_photos .overlay .zs-bgr {
    height: 50%;
  }
}
#newest_photos .overlay .ms-bgr {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: rgba(241, 196, 15, 0.55);
  padding: 0;
}
#newest_photos .overlay .ms-bgr a {
  border: none;
  background-color: #61a33e;
}
@media (max-width: 1024px) {
  #newest_photos .overlay .ms-bgr {
    height: 50%;
    top: 50%;
  }
}
#newest_photos:hover .overlay {
  opacity: 1;
}
#newest_photos:hover .overlay .col-md-6:first-child {
  left: 0;
}
#newest_photos:hover .overlay .col-md-6:last-child {
  right: 0;
}
#newest_photos:hover .gallery {
  filter: blur(2px);
}
.hp-articles-calendar {
  padding: 50px 0;
  position: relative;
}
.hp-articles-calendar:before {
  display: block;
  opacity: 0.3;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100%; */
  width: 400px;
  height: 370px;
  background-image: url(/layout/images/detibc.png);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center;
}
@media (max-width: 901px) {
  .hp-articles-calendar:before {
    display: none;
  }
}
.hp-articles-calendar:after {
  display: block;
  opacity: 0.3;
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  width: 400px;
  height: 370px;
  background-image: url(/layout/images/detibc.png);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center;
  transform: rotateY(180deg);
}
@media (max-width: 901px) {
  .hp-articles-calendar:after {
    display: none;
  }
}
.hp-articles-calendar .all {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
}
@media (max-width: 901px) {
  .hp-articles-calendar .all {
    position: initial;
  }
}
.hp-articles-calendar h2 {
  margin-bottom: 40px;
  font-size: 50px;
}
.zakladni-skola-uvod-dropdown .btn {
  background-color: #d8734c !important;
  border: #d8734c !important;
}
.materska-skola-uvod-dropdown .btn {
  background-color: #61a33e;
  border: #61a33e;
}
.skolni-druzina-uvod-dropdown .btn {
  background-color: #e9ca31;
  border: #e9ca31;
}
.skolni-jidelna-uvod-dropdown .btn {
  background-color: #d50034;
  border: #d50034;
}
#articles a {
  font-family: 'Bebas Neue', cursive;
}
#articles p {
  color: #7f8c8d;
}
.gray-infobox {
  padding-top: 0;
}
.gray-infobox .row {
  justify-content: flex-start;
}
.gray-infobox .col-md-4,
.gray-infobox .col-md-6 {
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 7px 20px rgba(164, 164, 164, 0.5);
  border-radius: 10px;
  max-width: 31%;
  padding: 20px 25px;
}
@media (max-width: 901px) {
  .gray-infobox .col-md-4,
  .gray-infobox .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
}
.gray-infobox .col-md-4 .row,
.gray-infobox .col-md-6 .row {
  margin: 0 -30px;
}
.gray-infobox .col-md-4 p,
.gray-infobox .col-md-6 p {
  font-size: 0.85rem;
}
.gray-infobox .col-md-4 h3,
.gray-infobox .col-md-6 h3 {
  font-size: 25px;
}
.gray-infobox .col-md-4 ul,
.gray-infobox .col-md-6 ul {
  margin: 0;
  padding: 0;
}
.gray-infobox .col-md-4 li,
.gray-infobox .col-md-6 li {
  list-style-type: none;
}
.gray-infobox .col-md-4 li:before,
.gray-infobox .col-md-6 li:before {
  content: "»";
  display: inline-block;
  margin-right: 10px;
}
.gray-infobox .col-md-6 {
  max-width: 48%;
}
[class^="odstavec"] li {
  padding: 2.5px 0;
  list-style-type: none;
  position: relative;
}
[class^="odstavec"] li:before {
  content: "»";
  color: #2c3e50;
  display: inline-block;
  position: absolute;
  left: -20px;
}
.submenu a {
  color: #7f8c8d;
  font-weight: 600;
}
.submenu .active {
  color: #2c3e50;
}
.submenu .sloupec {
  border-right: 1px solid #7f8c8d38;
}
@media (max-width: 901px) {
  .submenu .sloupec {
    border-right: none;
    width: 100%;
    display: block;
    flex: 0 0 100%;
  }
}
.submenu .sloupec:last-child {
  border-right: none;
}
.submenu .submenu-2 {
  list-style-type: none;
  padding: 5px 0 5px 15px;
  margin: 0;
}
.submenu .submenu-2 li {
  padding: 3px 0;
}
.submenu .submenu-2 .sublink-2 {
  font-weight: 400;
}
.event-filter {
  padding: 0;
  margin-bottom: 40px;
}
.event-filter .container {
  padding: 0;
}
.event-filter .col-md-3 {
  padding: 0;
}
.event-filter .btn-filter {
  padding: 10px 20px;
  border-radius: 0;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  transition-duration: 0.3s;
}
.event-filter .btn-filter:hover,
.event-filter .btn-filter.active {
  text-decoration: none;
  -webkit-box-shadow: 0px 15px 25px -6px #7a707a;
  -moz-box-shadow: 0px 15px 25px -6px #7a707a;
  box-shadow: 0px 15px 25px -6px #7a707a;
}
.event-filter .btn-zs {
  background-color: #61a33e;
  color: #fff;
}
.event-filter .btn-ms {
  background-color: #e9ca31;
  color: #fff;
}
.event-filter .btn-dr {
  background-color: #6fc4d9;
  color: #fff;
}
.event-filter .btn-all {
  background-color: #d50034;
  color: #fff;
}
.photogallery-page {
  padding-bottom: 0;
}
.photogallery-page p {
  margin: 0;
}
.photogallery-page .container-fluid {
  padding: 0 !important;
}
#galleries h1,
#galleries h2,
#galleries h3 {
  text-align: center;
}
#galleries h1 {
  font-weight: 900;
}
#galleries .col-md-3 {
  margin-bottom: 30px;
}
#galleries .row {
  margin: 0;
  padding: 0;
}
#galleries .category-box {
  position: relative;
  text-align: center;
  cursor: pointer;
}
#galleries .category-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
#galleries .category-box h3 {
  opacity: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  transition: 0.3s;
  z-index: 100001;
}
#galleries .category-box a {
  color: #fff;
}
#galleries .category-box a:hover {
  text-decoration: none;
}
#galleries .category-box img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  transition: 0.3s;
}
#galleries .category-box:hover img {
  transition: 0.3s;
}
#galleries .category-box:hover:before {
  opacity: 0.5;
}
#galleries .col-md-3,
#galleries .col-md-4 {
  padding: 0;
  margin: 0;
}
#galleries .col-md-3 p,
#galleries .col-md-4 p {
  margin: 0;
}
#galleries .zoom {
  height: 375px;
  overflow: hidden;
  width: 100%;
}
#galleries .zoom img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
  padding: 2px;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb li {
  display: flex;
  gap: 5px;
}
.breadcrumb li::before {
  position: relative;
  left: 0;
}
.back .btn-primary {
  padding: 10px 15px;
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.back .btn-primary:hover {
  text-decoration: none;
}
.kontakt #odstavec_521 .fa {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 90px;
}
.kontakt #odstavec_521 .fa-home {
  color: rgba(46, 204, 112, 0.38);
}
.kontakt #odstavec_521 .fa-phone-square {
  color: rgba(241, 196, 15, 0.38);
}
.contact-line {
  padding: 10px 0;
}
@media (max-width: 901px) {
  .contact-line {
    padding-bottom: 0;
  }
}
.contact-line img {
  padding-right: 5px;
  height: 110px;
  max-width: 95px;
  object-fit: cover;
}
.contact-line a {
  font-size: 12px;
}
.contact-line p {
  color: #7f8c8d;
}
.contact-line .fa {
  color: #7f8c8d;
}
.contact-line hr {
  margin-top: 5rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.no-padding-cols .col-md-6,
.no-padding-cols .col-md-4,
.no-padding-cols .col-md-3,
.no-padding-cols .col-md-9 {
  padding-left: 0;
}
#search-form {
  background: #0082DF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}
#search-form .close-search-form {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 40px;
  color: #fff;
  border: 0;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  outline: 0 !important;
  box-shadow: none !important;
}
#search-form form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  text-align: center;
}
#search-form form input {
  border: none;
  color: #fff;
  width: 100%;
  text-align: center;
  background: transparent;
  font-size: 32px;
  font-weight: bold;
  padding: 20px;
  outline: 0 !important;
  box-shadow: none !important;
}
#search-form form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
#search-form form input::placeholder {
  color: #fff;
  opacity: 0.5;
}
#search-form form button {
  color: #fff;
  font-size: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: 0 !important;
  box-shadow: none !important;
}
.fixed-buttons {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 10000001;
  transform: translateY(-50%);
}
.fixed-buttons .button.read_content {
  background-color: #61a33e;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 0;
}
.fixed-buttons .button.read_content:hover {
  box-shadow: none;
}
.fixed-buttons .youtube {
  background-color: #e9ca31;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 0;
}
button:hover,
.btn:hover,
.btn-primary:hover {
  -webkit-box-shadow: 0px 0px 22px 1px #bfbfbf;
  -moz-box-shadow: 0px 0px 22px 1px #bfbfbf;
  box-shadow: 0px 0px 22px 1px #bfbfbf;
}
.podstranka:not(.uvod) .watermak {
  display: block;
  opacity: 0.3;
  z-index: -1;
  content: "";
  position: fixed;
  bottom: 50px;
  right: 100px;
  width: 400px;
  height: 400px;
}
@media (max-width: 901px) {
  .podstranka:not(.uvod) .watermak {
    display: none;
  }
}
.podstranka:not(.uvod) .watermak img {
  max-height: 400px;
  object-fit: cover;
}
.podstranka:not(.uvod) .odstavec_nadpis {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 25px;
  font-size: 45px;
}
.podstranka:not(.uvod) .odstavec_nadpis:before {
  content: "";
  background-image: url(/layout/images/line.png);
  width: 100%;
  max-width: 200px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0.8;
  z-index: -1;
}
.above-footer {
  padding: 25px 0;
  background-color: #fff;
  border-top: 1px solid #eff0f1;
}
.above-footer h3 {
  width: 100%;
  margin-bottom: 50px;
  letter-spacing: 5px;
}
.above-footer p {
  width: 100%;
}
.above-footer ul {
  list-style-image: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  padding: 0;
}
@media (max-width: 1024px) {
  .above-footer ul li {
    display: block;
    flex: 0 0 100%;
    text-align: center;
    padding: 15px;
  }
}
.above-footer ul img {
  max-height: 55px;
}
.above-footer .btn-primary {
  padding: 15px 30px;
  margin-bottom: 15px;
  white-space: pre-wrap;
  background-color: #61a33e;
  transition: 0.3s;
  text-transform: uppercase;
}
.above-footer .btn-primary:hover {
  text-decoration: none;
}
.aktuality .odstavec-nadpis {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 45px;
  font-size: 45px;
}
.aktuality .odstavec-nadpis:before {
  content: "";
  background-image: url(/layout/images/line.png);
  width: 100%;
  max-width: 200px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0.8;
  z-index: -1;
}
.class-gallery {
  padding: 0;
  overflow: hidden;
}
.class-gallery .container-fluid {
  padding: 0;
}
.class-gallery [class*="col"] {
  padding: 0;
}
.class-gallery p {
  margin: 0;
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
img:not(.lb-image) {
  max-width: 100% !important;
}
.parentback {
  padding: 15px 0;
}
.parentback .backlink {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  color: #d50034;
}
.parentback .backlink::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #d50034 transparent transparent;
  /* Můžete změnit barvu podle svých preferencí */
  background: transparent;
}
.rozvrh {
  /* Styly pro tabulku */
  /* Styly pro záhlaví tabulky */
  /* Styly pro buňky v těle tabulky */
  /* Styly pro liché řádky (změna barvy pozadí) */
  /* Styly pro sudé řádky (změna barvy pozadí) */
  /* Styly pro zvýraznění důležitých položek (např. prázdné hodiny) */
  /* Styly pro vybraný den (např. pondělí) */
}
.rozvrh table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  margin-bottom: 20px;
}
.rozvrh thead th {
  background-color: rgba(213, 0, 52, 0.405);
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #0000004f;
}
.rozvrh tbody td {
  text-align: center;
  padding: 10px;
  border: 2px solid #0000004f;
  font-weight: bold;
}
.rozvrh tbody tr:nth-child(odd) {
  background-color: rgba(111, 196, 217, 0.5);
}
.rozvrh tbody tr:nth-child(even) {
  background-color: #6fc4d9;
}
.rozvrh tbody td:empty {
  background-color: rgba(213, 0, 52, 0.405);
}
.rozvrh tbody td:first-child {
  background-color: #f3c4c4;
}
iframe {
  aspect-ratio: 16 / 9;
  width: 100%!important;
  height: unset!important;
  max-width: 560px;
}
.gallery_description {
  padding: 50px 0;
}
.gallery_description a {
  color: #d50034;
}
.gallery_description a:hover {
  color: #6fc4d9;
}
.e_omluvenka {
  position: fixed;
  z-index: 4;
  top: 50%;
  right: 0;
  margin: 0;
  list-style: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .e_omluvenka {
    top: 40%;
  }
}
.e_omluvenka #mob_show_right {
  display: none;
  right: 0;
  position: relative;
  margin: 0;
  margin-left: auto;
}
.e_omluvenka #mob_show_right img {
  max-height: 25px!important;
  max-width: 25px!important;
  transform: rotate3d(0, 0, 0, 0);
  transition: 0.3s;
}
.e_omluvenka #mob_show_right.im_rotate img {
  transform: rotate3d(0, 0, 1, 180deg);
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .e_omluvenka #mob_show_right {
    margin-bottom: 1rem;
    padding: 10px;
    display: block;
    width: fit-content;
  }
}
.e_omluvenka.mob_active p {
  right: 0;
}
.e_omluvenka p {
  right: -70%;
  position: relative;
  transition: 0.3s;
  z-index: 1001;
  pointer-events: all;
  background-color: #f3f3f3 !important;
  border: 1px solid #323232;
}
@media (max-width: 1023px) {
  .e_omluvenka p {
    right: -95%;
  }
}
.e_omluvenka p img:not(#mob_show_right img) {
  max-height: 25px!important;
  max-width: 25px!important;
  margin-right: 5px;
}
.e_omluvenka p a {
  color: #4a4a4a !important;
  transition: 0.3s;
  text-decoration: none;
  padding: 12px;
  display: block;
}
.e_omluvenka p:hover {
  right: 0;
  color: #fff;
}
@media (max-width: 360px) {
  .e_omluvenka {
    right: -85px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .navbar .nav-link {
    font-size: 13px;
  }
  .navbar .nav-link::after {
    display: none;
  }
  .navbar .nav-item {
    padding: 0;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .navbar .container-fluid {
    padding: 0;
  }
}
.date {
  color: #7f8c8d;
  font-size: 14px;
}
.virtuail_iframe_box iframe {
  max-width: 100%;
}
