.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
body.jeduVeduDetail #maincontainer > * {
  display: none;
}
body.jeduVeduDetail #maincontainer .jeduVedu-filter-header {
  display: none;
}
body.jeduVeduDetail #maincontainer > #jeduVedu-cont {
  display: block;
}
body.jeduVeduDetail #maincontainer > #jeduVedu-cont #jeduVedu-filter {
  display: none;
}
body.jeduVeduDetail #maincontainer > #jeduVedu-cont #jeduVedu-list {
  display: none;
}
body.jeduVeduDetail #maincontainer > #jeduVedu-cont #jeduVedu-detail {
  display: block;
}

.jeduVedu-filter-header {
  background: #0073B6;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}
.jeduVedu-filter-header h2 {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.jeduVedu-filter-header #jeduVedu-filter-toggle {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  display: none;
}
@media all and (max-width: 768px) {
  .jeduVedu-filter-header #jeduVedu-filter-toggle {
    display: flex;
  }
}
.jeduVedu-filter-header #jeduVedu-filter-toggle .filter-text {
  margin-right: 0.5rem;
}
.jeduVedu-filter-header #jeduVedu-filter-toggle .jeduVedu-filter-toggle-close {
  padding: 0rem;
  margin: 0;
  background: none;
  border: 0;
  color: #FFF;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: -4px;
  display: none;
}
.jeduVedu-filter-header #jeduVedu-filter-toggle .jeduVedu-filter-toggle-filter svg {
  display: block;
}
.jeduVedu-filter-header #jeduVedu-filter-toggle:hover {
  cursor: pointer;
}

@media all and (max-width: 768px) {
  #jeduVedu-list-cont {
    width: 100%;
    order: 2;
  }
}

@media all and (max-width: 768px) {
  #jeduVedu-filter-cont {
    width: 100%;
    order: 1;
  }
}

#jeduVedu-filter {
  margin-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#jeduVedu-filter .lecture-form-cont {
  border-bottom: 1px solid #0073B6;
  padding-bottom: 1rem;
  display: block;
}
#jeduVedu-filter .lecture-form-cont .lecture-form {
  padding: 1rem;
}
@media all and (max-width: 768px) {
  #jeduVedu-filter .lecture-form-cont {
    display: none;
  }
}
#jeduVedu-filter.show-filter .lecture-form-cont {
  display: block;
}
#jeduVedu-filter.show-filter #jeduVedu-filter-toggle .jeduVedu-filter-toggle-close {
  display: block;
}
#jeduVedu-filter.show-filter #jeduVedu-filter-toggle .jeduVedu-filter-toggle-filter {
  display: none;
}
@media all and (max-width: 768px) {
  #jeduVedu-filter {
    margin-left: 0;
  }
}

#jeduVedu-list {
  margin-top: 2rem;
}
#jeduVedu-list .vedni-oblast-cont {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
#jeduVedu-list .vedni-oblast-cont .title {
  margin-bottom: 1rem;
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: 100%;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#jeduVedu-list .vedni-oblast-cont > .list .lecture:nth-child(n+5) {
  display: none;
}
#jeduVedu-list .vedni-oblast-cont > .load-more {
  display: flex;
  justify-content: center;
}
#jeduVedu-list .vedni-oblast-cont > .load-more .load-more-button {
  padding: 0.5rem;
  color: #0073B6;
  font-weight: 700;
}
#jeduVedu-list .vedni-oblast-cont > .load-more .load-more-button:hover {
  cursor: pointer;
}
#jeduVedu-list .lecture {
  position: relative;
  font-size: 0.8rem;
  display: flex;
  text-decoration: none;
  margin-bottom: 1rem;
  opacity: 1;
  width: 100%;
}
#jeduVedu-list .lecture .lecture-inner {
  position: relative;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
@media all and (max-width: 480px) {
  #jeduVedu-list .lecture .lecture-inner {
    flex-direction: column;
  }
}
#jeduVedu-list .lecture .lecture-inner .image {
  position: relative;
  display: flex;
  margin: 0.75em;
  z-index: 3;
  align-items: center;
}
#jeduVedu-list .lecture .lecture-inner .image img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  max-width: none;
  border-radius: 25%;
}
@media all and (max-width: 480px) {
  #jeduVedu-list .lecture .lecture-inner .image img {
    width: 100%;
    border-radius: 0;
  }
}
#jeduVedu-list .lecture .lecture-inner .content {
  position: relative;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  z-index: 3;
  width: 100%;
}
#jeduVedu-list .lecture .lecture-inner .content .meta {
  display: flex;
  justify-content: space-between;
}
#jeduVedu-list .lecture .lecture-inner .content .meta .cat1 {
  font-size: 0.7em;
  margin-right: 0.25rem;
}
#jeduVedu-list .lecture .lecture-inner .content .meta .term {
  text-align: right;
  text-transform: uppercase;
}
#jeduVedu-list .lecture .lecture-inner .content h4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
@media all and (max-width: 480px) {
  #jeduVedu-list .lecture .lecture-inner .content h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
#jeduVedu-list .lecture .lecture-inner .content .Text {
  line-height: 1.2;
}
#jeduVedu-list .lecture .lecture-inner .content .link-to-detail {
  margin-top: 0.5em;
  display: block;
}
#jeduVedu-list .lecture .lecture-inner .content .link-to-detail a {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.15em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#jeduVedu-list .lecture .lecture-inner .lecture-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://admin.vedanadoma.cz/uploads/Screenshot_8_bcfb0f965a.png?updated_at=2022-07-14T14:55:49.898Z");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#jeduVedu-list .lecture .lecture-inner .lecture-bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 1;
}
#jeduVedu-list .lecture:hover {
  transition: all 200ms;
  opacity: 0.75;
}
#jeduVedu-list.loading:before {
  content: url("/system/modules/cz.nelasoft.opencms.avcr/elements/jeduVedu/1495.gif");
  position: relative;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#jeduVedu-cont {
  margin-top: 2rem;
}
#jeduVedu-cont select#vedni-oblasti {
  background: #DCCDAC;
  padding: 0.5rem;
  border-radius: 7px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0073B6;
}
#jeduVedu-cont #terms {
  background: #DCCDAC;
  width: calc(100% - 1rem);
  border-bottom: 1px solid #0073B6;
  border-top: 1px solid #0073B6;
  margin: 1rem auto;
}
#jeduVedu-cont #terms .term {
  display: none;
  padding: 0.5rem 0.5rem;
}
#jeduVedu-cont #terms .term.show-term {
  display: inline-flex !important;
}
#jeduVedu-cont #kraje-cont .region-item label {
  padding: 0.5rem;
  display: inline-block;
  width: 100%;
}
#jeduVedu-cont #jeduVedu-detail {
  padding-top: 1rem;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header {
  display: flex;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner1 {
  display: flex;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner1 h1 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner1 .image {
  position: relative;
  display: flex;
  margin-right: 1em;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner1 .image img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  max-width: none;
  border-radius: 25%;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner1 .cat1 {
  padding: 0.25rem;
  display: inline-block;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner2 h3 {
  color: #0073B6;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner2 .regions {
  background: #D96A4F;
  color: #FFF;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.25rem 0.5rem;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner2 .terms {
  font-weight: 700;
  margin-top: 0.5rem;
}
#jeduVedu-cont #jeduVedu-detail .lecture-header .lecture-header_inner2 .lecture-form {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#jeduVedu-cont #jeduVedu-detail .lecture-text {
  margin-top: 3rem;
}
#jeduVedu-cont #jeduVedu-detail .lecture-text .text-bottom {
  display: flex;
  justify-content: space-between;
}
#jeduVedu-cont #jeduVedu-detail .lecture-text .text-bottom .lecture-sign-form-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background: #3C9B33;
  color: #FFF;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0;
}
#jeduVedu-cont #jeduVedu-detail .lecture-text .text-bottom .back-to-lectures-list {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background: #D11C23;
  color: #FFF;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0;
}
#jeduVedu-cont #jeduVedu-detail .lector {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #0073B6;
  border-bottom: 1px solid #0073B6;
  display: flex;
}
#jeduVedu-cont #jeduVedu-detail .lector .image img {
  margin-right: 1rem;
  width: 150px;
  height: auto;
}
#jeduVedu-cont #jeduVedu-detail .lector .content {
  flex: 3;
}
#jeduVedu-cont .submit-cont {
  display: flex;
  justify-content: center;
}
#jeduVedu-cont .submit-cont > * {
  margin: 0.5rem;
}
#jeduVedu-cont .submit-cont button {
  background: #0073B6;
  color: #FFF;
  padding: 0.5rem 1rem;
  border: 0;
}
#jeduVedu-cont .submit-cont #reset-filter {
  padding: 0.25rem 0.5rem;
  color: #0073B6;
}
#jeduVedu-cont .submit-cont #reset-filter:hover {
  cursor: pointer;
}
#jeduVedu-cont input[type=checkbox] {
  margin-right: 0.25rem;
}

.subscribe-form-modal .modal-dialog {
  max-width: 400px;
}
.subscribe-form-modal .modal-dialog .modal-content {
  color: #FFF;
  background: #848484;
  position: relative;
  border-left: 5px solid #0073B6;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0 1rem;
  display: block;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-header h2 {
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-header h3 {
  color: #FFF;
  margin-top: 0.25rem;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-header button.close {
  padding: 0.5rem;
  margin: 0;
  background: none;
  border: 0;
  color: #FFF;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body .subscribe-popis {
  margin-bottom: 1rem;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body input {
  width: 100%;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  border: 1px solid #FFF;
  margin-bottom: 0.25rem;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body input::placeholder {
  color: #575757;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body #gdpr-label {
  display: block;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body #gdpr-label input {
  width: auto;
  margin-right: 0.25rem;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body #gdpr-label a {
  color: #FFF;
  text-decoration: underline;
}
.subscribe-form-modal .modal-dialog .modal-content .modal-body button[type=submit] {
  margin-top: 1rem;
  background: #0073B6;
  color: #FFF;
  padding: 0.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 0;
  border-radius: 10px;
}
.subscribe-form-modal .modal-dialog .modal-content .subscribe-form-success, .subscribe-form-modal .modal-dialog .modal-content .subscribe-form-error {
  padding: 1rem;
  padding-bottom: 2rem;
  font-weight: 700;
}
.subscribe-form-modal .modal-dialog .modal-content #resetSubsribeForm {
  margin-bottom: 1rem;
  background: #0073B6;
  color: #FFF;
  padding: 0.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.subscribe-form-modal .modal-dialog .modal-content #resetSubsribeForm:hover {
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.jeduVedu-kontakt {
  background: #0073B6;
  color: #FFF;
  padding: 2rem 2rem 0 2rem;
}
.jeduVedu-kontakt h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.jeduVedu-kontakt h2 span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
.jeduVedu-kontakt .headline h3 {
  color: #FFF;
  font-weight: 700;
  margin-top: 0;
}
.jeduVedu-kontakt .text {
  color: #FFF;
  font-weight: 700;
}

.jeduVedu-kontakt2 {
  padding-top: 2rem;
  margin-top: -2rem;
}
.jeduVedu-kontakt2 h3 {
  color: #FFF !important;
  font-weight: 700;
}
.jeduVedu-kontakt2 img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
  border-top-left-radius: 60px;
  background: white;
}
.jeduVedu-kontakt2 .text p {
  font-weight: 400;
}
.jeduVedu-kontakt2 .text a {
  color: #FFF;
}

/*# sourceMappingURL=jeduvedu.css.map */
