html, body {
  min-height: 100vh;
}

body {
  position: relative;
}

/*body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #18334e;
  opacity: 0.9;
  z-index: -1;
}*/

body .fa,
body .fab,
body .fal,
body .far,
body .fas {
  font-weight: 300;
}

.fusion-column-wrapper {
  position: relative;
}

.fusion-imageframe img {
  width: 100%;
}

.fusion-text {
  font-size: 14px;
  color: #333333;
}

.fusion-text a {
  color: rgb(0, 40, 85);
}

.fusion-text ul {
  list-style: none;
}

.fusion-text ul li {
  position: relative;
}

.fusion-text ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #18334e;
}

.fusion-button.button-default {
  text-transform: none;
  background-color: #18334e;
}

.fusion-button.button-default:hover {
  background-color: #2ea4dd;
}

.ekko-lightbox.modal.fade.in {
  z-index: 99999;
}

iframe#frame_registration,
iframe#frame_katalog {
  width: 100% !important;
}

#post-404page {
  padding-top: 40px;
}

#post-404page .title-sep-container {
  display: none;
}

#post-404page .fusion-error-page-useful-links {
  padding-bottom: 60px;
}

#post-404page .fusion-checklist .circle-yes, ul.fusion-checklist .circle-yes {
  background-color: #18334e !important;
}

#post-404page .fusion-error-page-search {
  display: none;
}

.simplefilter {
  opacity: 0;
}

.simplefilter.active {
  opacity: 1;
}