#toolbar-administration {
  z-index: 1001;
}

.search-wrapper form > .form-item {
  width: 100%;
}
.search-wrapper form label,
.search-wrapper form .form-actions {
  display: none;
}
.search-wrapper form input {
  width: 100% !important;
}
.search-wrapper .close-search-btn {
  position: relative;
  top: -3px;
}
@media (max-width: 1144px) {
  header .search-wrapper .form-actions {
    display: inline-block;
    position: relative;
    left: 1em;
  }
  header .search-wrapper .form-actions button {
    padding: 1rem !important;
    left: 0 !important;
  }
}

figure {
  margin-bottom: 1em;
}
figure img,
figure figcaption {
  margin-right: 1em;
}
figure figcaption {
  font-style: italic;
}
figure.align-right img,
figure.align-right figcaption {
  margin-left: 1em;
  margin-right: 0;
}
figure.align-center img,
figure.align-center figcaption {
  margin: 0 1em;
}

.paragraph--type--video, .paragraph--type--image {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  position: relative;
  flex-direction: column;
}
.paragraph--type--video > div:first-child, .paragraph--type--image > div:first-child {
  font-style: italic;
}
.paragraph--type--video > div:last-child, .paragraph--type--image > div:last-child {
  order: -1;
}
.paragraph--type--image {
  margin-bottom: 1em;
}
.paragraph--type--audio {
  width: 500px;
  max-width: 100%;
}
.paragraph--type--audio, .paragraph--type--video {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-family: "CdFedraPro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
}
.paragraph--type--audio > div:not(.video__wrapper), .paragraph--type--video > div:not(.video__wrapper) {
  max-width: 100%;
  font-style: italic;
}
.paragraph--type--photogallery, .paragraph--type--audio, .paragraph--type--video {
  margin-bottom: 1.5rem;
}

audio {
  width: 500px;
  max-width: 100%;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/** login form */
.user-login-form,
.user-register-form,
.user-pass {
  min-width: 0;
  margin: 1rem 1.5rem;
  padding: 1.5rem 1.5rem 1.75rem;
  color: #232429;
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-login-form .form-item,
.user-register-form .form-item,
.user-pass .form-item,
.search-filters .filters form .form-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.user-login-form .form-item label,
.user-register-form .form-item label,
.user-pass .form-item label,
.search-filters .filters form .form-item label {
  display: table;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.889rem;
  font-weight: bold;
  line-height: 1.125rem;
}
.user-login-form .form-item input,
.user-register-form .form-item input,
.user-pass .form-item input,
.search-filters .filters form .form-item input {
  box-sizing: border-box;
  max-width: 100%;
  min-height: 3rem;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
  color: #232429;
  border: 1px solid #919297;
  border-radius: 0.125rem;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.user-login-form p,
.user-login-form .description,
.user-register-form p,
.user-register-form .description,
.user-pass p,
.user-pass .description,
.search-filters .filters form p,
.search-filters .filters form .description {
  display: table;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.user-login-form .form-actions input,
.user-login-form .form-actions button,
.user-register-form .form-actions input,
.user-register-form .form-actions button,
.user-pass .form-actions input,
.user-pass .form-actions button,
.search-filters .filters form .form-actions input,
.search-filters .filters form .form-actions button {
  display: inline-block;
  margin: 1rem 0.75rem 1rem 0;
  padding: calc(1rem - 1px) calc(1.5rem - 1px);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #232429;
  border: 1px solid transparent !important;
  border-radius: 2px;
  background-color: #d3d4d9;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-font-smoothing: antialiased;
  transform: none;
  text-transform: none;
  transition: 0s;
}
.user-login-form .form-actions input:hover,
.user-login-form .form-actions button:hover,
.user-register-form .form-actions input:hover,
.user-register-form .form-actions button:hover,
.user-pass .form-actions input:hover,
.user-pass .form-actions button:hover,
.search-filters .filters form .form-actions input:hover,
.search-filters .filters form .form-actions button:hover {
  text-decoration: none;
  background-color: #c1c2c7;
}
.user-login-form .form-actions *[id*=cancel],
.user-register-form .form-actions *[id*=cancel],
.user-pass .form-actions *[id*=cancel],
.search-filters .filters form .form-actions *[id*=cancel] {
  display: inline-block;
  padding: 0.75rem 1rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  color: #dc2323;
}
.user-login-form .form-actions *[id*=cancel]:hover,
.user-register-form .form-actions *[id*=cancel]:hover,
.user-pass .form-actions *[id*=cancel]:hover,
.search-filters .filters form .form-actions *[id*=cancel]:hover {
  color: #c61f1f;
  background-color: #fdf5f5;
}

@media (max-width: 580px) {
  .search-filters .filters form {
    flex-wrap: wrap;
  }
}
.search-filters .filters form .form-item {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}
@media (max-width: 580px) {
  .search-filters .filters form .form-item {
    width: 100%;
    margin: 0;
  }
}
.search-filters .filters form .form-item input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: calc(3rem + 2px);
}
@media (max-width: 580px) {
  .search-filters .filters form .form-item input {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .search-filters .filters form .form-item .lcslt-wrap {
    margin-bottom: 0;
  }
}
.search-filters .filters form .form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 580px) {
  .search-filters .filters form .form-actions {
    margin-left: auto;
  }
}
.search-filters .filters form .form-actions button {
  position: relative;
  top: 3px;
  padding: calc(1rem - 0px) calc(1.5rem - 1px);
}
@media (max-width: 580px) {
  .search-filters .filters form .form-actions button {
    margin-right: 0;
  }
}

header .search-input-wrapper .js-form-type-select {
  display: none;
}

ul.tabs.primary {
  display: flex;
  flex-direction: row;
  width: auto;
  margin: 1rem 0 0 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  border: none;
  background: none;
}
ul.tabs.primary li {
  font-weight: bold;
  margin: 0;
}
ul.tabs.primary li a {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: center;
  box-sizing: border-box;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  color: #55565b;
  line-height: 1.2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 2px 2px 0 0;
  border: none;
  background: transparent;
}
ul.tabs.primary li a:hover {
  color: #0036b1;
  background: #e5edff;
}
ul.tabs.primary li a:before {
  position: absolute;
  display: block;
  content: "";
}
ul.tabs.primary li a.is-active {
  z-index: 1;
  flex-grow: 1;
  color: #003ecc;
  border: none;
}
ul.tabs.primary li a.is-active:before {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  border-right: none;
  border-bottom: 3px solid #003ecc;
  border-left: none;
}

@media (hover: hover) {
  .link-card:hover img, .link-card:focus-within img {
    transform: scale(1.2);
  }
}

.actions-page-wrapper .link-prev.link-first {
  margin: 0 -1px 0 0;
  width: 34px;
}
.actions-page-wrapper .link-prev.link-first:after {
  content: none;
}
.actions-page-wrapper .link-next.link-last {
  margin: 0 0 0 -1px;
  width: 34px;
}
.actions-page-wrapper .link-next.link-last:after {
  content: none;
}
.actions-page-wrapper .link-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 28px;
  background-color: #f80;
  border: none;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.actions-page-wrapper .link-page:before {
  content: " ";
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  top: 0;
  left: -6px;
  z-index: -1;
  background-color: #f80;
  transform-origin: bottom left;
  transform: skew(350deg, 0deg);
}
.actions-page-wrapper .link-page:after {
  content: " ";
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #f80;
  transform-origin: bottom left;
  transform: skew(350deg, 0deg);
}
.actions-page-wrapper .link-page:first-child:before {
  transform: none;
  left: -2px;
}
.actions-page-wrapper .link-page,
.actions-page-wrapper .link-prev,
.actions-page-wrapper .link-next {
  transition: 0.3s;
}
.actions-page-wrapper .link-page:before, .actions-page-wrapper .link-page:after,
.actions-page-wrapper .link-prev:before,
.actions-page-wrapper .link-prev:after,
.actions-page-wrapper .link-next:before,
.actions-page-wrapper .link-next:after {
  transition: 0.3s !important;
}
.actions-page-wrapper .link-page:hover,
.actions-page-wrapper .link-prev:hover,
.actions-page-wrapper .link-next:hover {
  background-color: #009fda;
}
.actions-page-wrapper .link-page:hover:before, .actions-page-wrapper .link-page:hover:after,
.actions-page-wrapper .link-prev:hover:before,
.actions-page-wrapper .link-prev:hover:after,
.actions-page-wrapper .link-next:hover:before,
.actions-page-wrapper .link-next:hover:after {
  background-color: #009fda;
}
.actions-page-wrapper .link-page.active,
.actions-page-wrapper .link-prev.active,
.actions-page-wrapper .link-next.active {
  background-color: #009fda;
}
.actions-page-wrapper .link-page.active:before, .actions-page-wrapper .link-page.active:after,
.actions-page-wrapper .link-prev.active:before,
.actions-page-wrapper .link-prev.active:after,
.actions-page-wrapper .link-next.active:before,
.actions-page-wrapper .link-next.active:after {
  background-color: #009fda;
}
.actions-page-wrapper .link-page.active:hover,
.actions-page-wrapper .link-prev.active:hover,
.actions-page-wrapper .link-next.active:hover {
  background-color: #f80;
}
.actions-page-wrapper .link-page.active:hover:before, .actions-page-wrapper .link-page.active:hover:after,
.actions-page-wrapper .link-prev.active:hover:before,
.actions-page-wrapper .link-prev.active:hover:after,
.actions-page-wrapper .link-next.active:hover:before,
.actions-page-wrapper .link-next.active:hover:after {
  background-color: #f80;
}

.paragraph--type--body .news__item-inner,
.search-articles__wrapper .news__item-inner {
  flex-basis: 100%;
}
.paragraph--type--body table,
.search-articles__wrapper table {
  max-width: 100%;
}
.paragraph--type--body p a,
.search-articles__wrapper p a {
  color: #009fda;
  text-decoration: none;
  transition: all 0.3s ease;
}
.paragraph--type--body p a:hover, .paragraph--type--body p a:focus,
.search-articles__wrapper p a:hover,
.search-articles__wrapper p a:focus {
  color: #ff8800;
}

.consent_protected_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}
.consent_protected_modal.active {
  display: flex;
}
.consent_protected_modal--content {
  position: relative;
  background: white;
  box-shadow: 1px 1px 5px 1px #8d8d8d;
  width: 1000px;
  max-width: 100%;
  padding: 2em;
}
.consent_protected_modal--inside {
  max-height: 200px;
  overflow: auto;
  padding-right: 1em;
}
.consent_protected_modal--footer {
  margin-top: 1em;
}
.consent_protected_modal .actions-links {
  margin: 0;
}

.contact-form-wrapper > form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .contact-form-wrapper > form {
    flex-direction: column;
  }
}
.contact-form-wrapper .btn-submit {
  justify-content: flex-end;
  width: 100%;
}
.contact-form--contacts-inner {
  flex-wrap: wrap;
}
.contact-form--contacts-inner h3 {
  flex-basis: 100%;
}

.diff-header {
  margin-top: 2em;
}
.diff-header a {
  text-decoration: none;
  color: #009fda;
}
.diff-header a:hover {
  color: #ff8800;
}

.diff-navigation label,
.diff-revision label {
  font-weight: 500;
}

.diff-controls {
  margin-top: 2em;
  margin-bottom: 2em;
  border-bottom: 3px solid #009fda;
  padding-bottom: 2em;
}
.diff-controls__item {
  width: 25%;
}
.diff-controls__item label {
  font-weight: 500;
}
.diff-controls__item a {
  text-decoration: none;
  color: #009fda;
  display: inline-block !important;
}
.diff-controls__item a:hover {
  color: #ff8800;
}

@media (max-width: 992px) {
  .footer ul {
    max-height: none;
  }
}
.footer .footer__title span {
  display: none;
}

.grid-border-wrapper {
  flex-basis: 100%;
}

footer + .contextual-region .contextual {
  display: none;
}

.swiper.swiper-gallery:not(.swiper-initialized) .carousel-img-description-wrapper {
  display: none;
}
.swiper.swiper-gallery:not(.swiper-initialized) .swiper-slide + .swiper-slide {
  display: none;
}
.swiper.swiper-gallery:not(.swiper-initialized) .swiper-button-prev,
.swiper.swiper-gallery:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .swiper.swiper-gallery:not(.swiper-initialized) {
    max-height: 370px;
    overflow: hidden;
    position: relative;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .swiper.swiper-gallery:not(.swiper-initialized) {
    margin: 5px -20px 0;
  }
}
.swiper.l-link-cards--career:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}
.swiper.l-link-cards--career:not(.swiper-initialized) .swiper-wrapper li {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.language-switcher-language-url {
  display: flex;
  order: 4;
}

.video__wrapper {
  margin: 0 !important;
}
.video__wrapper--alt .video__overlay {
  height: 100%;
}

@media (max-width: 992px) {
  #block-ceskedrahy-breadcrumbs {
    z-index: 1;
  }
  #block-ceskedrahy-breadcrumbs .breadcrumbs {
    position: relative;
    top: 12px;
    flex-wrap: wrap;
  }
  #block-ceskedrahy-breadcrumbs .breadcrumb-item a {
    padding: 0;
  }
  #block-ceskedrahy-breadcrumbs .breadcrumb-item .icon-svg--arrow-right {
    margin: 0 12px;
  }
  #block-ceskedrahy-breadcrumbs .breadcrumb-item.active {
    padding-left: 0;
  }
  #block-ceskedrahy-breadcrumbs + .banner__texts {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .positionx-0 {
    background-position: 0% center;
  }
  .positionx-10 {
    background-position: 10% center;
  }
  .positionx-20 {
    background-position: 20% center;
  }
  .positionx-30 {
    background-position: 30% center;
  }
  .positionx-40 {
    background-position: 40% center;
  }
  .positionx-50 {
    background-position: 50% center;
  }
  .positionx-60 {
    background-position: 60% center;
  }
  .positionx-70 {
    background-position: 70% center;
  }
  .positionx-80 {
    background-position: 80% center;
  }
  .positionx-90 {
    background-position: 90% center;
  }
  .positionx-100 {
    background-position: 100% center;
  }
  .banner--head {
    background-position: 85% center;
  }
}
a.icon-download > span.icon-svg:before {
  content: none !important;
}
a.icon-download > span.icon-svg {
  z-index: -1000;
}
a.icon-download > span i {
  font-size: 24px;
  color: #009fda;
}

body.path--pro-investory-financni-zpravy .swiper-wrapper {
  flex-wrap: wrap;
  gap: 2rem 0;
  justify-content: center;
}
@media (max-width: 992px) {
  body.path--pro-investory-financni-zpravy .swiper-wrapper {
    gap: 1.25rem 0;
  }
}
@media (max-width: 768px) {
  body.path--pro-investory-financni-zpravy .swiper-wrapper {
    gap: 1rem 0;
  }
}
body.path--pro-investory-financni-zpravy .swiper-slide {
  min-width: 231px;
  max-width: 231px;
}
body.path--pro-investory-financni-zpravy .swiper-slide .link-card__img-wrapper {
  height: 244px;
}

.erasable {
  padding-right: 38px;
  transition: 0.15s;
}

.erase-input-value {
  position: absolute;
  margin-top: 10px;
  margin-left: -28px;
  z-index: 1;
  transition: 0.15s;
}
.erase-input-value i {
  pointer-events: none;
}
.erase-input-value:hover {
  cursor: pointer;
  transform: scale(1.25);
}

.icon-svg--twitter:before {
  padding-top: 0;
}

.gallery {
  margin-bottom: 1.5rem;
}
.gallery:not(.justified-gallery) {
  opacity: 0;
}

.grid-border-text {
  word-break: break-word;
}/*# sourceMappingURL=msw_styles.css.map */