@font-face {
  font-family: OmoType;
  src: url(https://asset.novena.hr/fonts/omotypestd/OmoType-BoldStdThree.ttf);
}
/*a {
  color: black !important;
  background-color: white;
  
}*/

a:focus {
  color: white !important;
  background-color: black !important;
  text-decoration: underline;
  border: 1px solid white !important;
}
body.museum #accessibility-button {
  background: white url('/images/_theme/accessibility-logo.png') no-repeat center center;
  background-size: 22px;
  top: -105px;
  right: 150px;
}
body.museum #accessibility-menu {
  top: -45px;
}
#accessibility-button {
  position: absolute;
  top: 15px;
  right: 0;
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  background: #cc3333 url('/images/_theme/accessibility-logo-white.png') no-repeat center center;
  background-size: 22px;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.05);
  min-width: 42px;
  min-height: 42px;
}
#accessibility-button .icon-accessibility {
  cursor: pointer;
}
#accessibility-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 0px;
  background-color: white;
  min-width: 230px;
  z-index: 1100;
}
#accessibility-menu ul {
  background-color: #cc3333;
}
#accessibility-menu ul li {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  color: white;
  border-bottom: 1px solid white;
}
#accessibility-menu ul li a {
  background-color: transparent;
  color: white !important;
}
#accessibility-menu ul li:hover {
  cursor: pointer;
  opacity: 0.8;
}
#accessibility-menu ul li:focus {
  opacity: 0.7;
}
#accessibility-menu ul li span {
  white-space: nowrap;
  margin-right: 15px;
}
#accessibility-menu ul li.selected {
  background-color: darkred;
}
.museum #top-region {
  position: relative;
}
.museum #accessibility-button {
  top: -65px;
}
.museum #accessibility-menu {
  z-index: 10000 !important;
  top: 0px;
}
.icon {
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.icon-accessibility {
  background: url(/images/accessibility/accessibility-icon.png);
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 26px;
  height: 26px;
}
.icon-increase-font {
  background: url('/images/_theme/ikonice/Increase_Font_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 29px;
  height: 29px;
}
.icon-decrease-font {
  background: url('/images/_theme/ikonice/Decrease_Font_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 29px;
  height: 29px;
}
.icon-contrast {
  background: url('/images/_theme/ikonice/Contrast_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 28px;
  height: 28px;
}
.icon-gray-tones {
  background: url('/images/_theme/ikonice/Grey_Scale_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 28px;
  height: 28px;
}
.icon-change-font {
  background: url('/images/_theme/ikonice/Font_Changing.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 28px;
  height: 28px;
}
.link-icon {
  background: url('/images/_theme/ikonice/Link_Icon.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 28px;
  height: 28px;
}
.reset-icon {
  background: url('/images/_theme/ikonice/Reset.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 28px;
  height: 28px;
}
.info-icon {
  background: url('/images/_theme/ikonice/infoIcon.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 22px;
  height: 22px;
}
.font-dyslexic * {
  font-family: "OmoType" !important;
}
.font-size-s {
  -moz-transform: scale(0.8);
  -moz-transform-origin: 50% 0;
  zoom: 0.8;
}
.font-size-l {
  -moz-transform: scale(1.5);
  -moz-transform-origin: 50% 0;
  zoom: 1.6;
}
.grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/*CONTRAST*/
.contrast {
  background-color: black;
  color: white;
  /*ACCESSIBILITY MENU AND BUTTON*/

  /*ACCESSIBILITY MENU AND BUTTON*/

}
.contrast .icon-accessibility {
  background: url(/images/accessibility/accessibility-icon-alternative.png);
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.contrast .icon-increase-font {
  background: url('/images/_theme/ikonice/Increase_Font_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.contrast .icon-decrease-font {
  background: url('/images/_theme/ikonice/Decrease_Font_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.contrast .icon-contrast {
  background: url('/images/_theme/ikonice/Contrast_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.contrast .icon-gray-tones {
  background: url('/images/_theme/ikonice/Grey_Scale_Active-contrast.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.contrast .icon-change-font {
  background: url('/images/_theme/ikonice/Font_Changing.svg');
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.contrast #accessibility-menu ul {
  background-color: #2b2b2b !important;
  border: 1px solid white;
}
.contrast #accessibility-menu ul li.selected {
  background-color: black !important;
}
.contrast #logo {
  background: transparent url("/images/_theme/v0/background/mdc_contrast.png") no-repeat 0 0 !important;
}
.contrast .panel {
  background-color: #2b2b2b !important;
}
.contrast .panel * {
  color: white !important;
}
.contrast table * {
  color: white !important;
}
.contrast #title-level1 * {
  color: white !important;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast li,
.contrast div {
  color: white !important;
}
.contrast .panel-box h3 {
  color: black !important;
}
.contrast a,
.contrast span {
  color: lightgrey !important;
  text-decoration: none;
}
.contrast a:hover,
.contrast span:hover {
  color: white !important;
  text-decoration: underline;
}
.contrast #left p,
.contrast #right p,
.contrast #left li,
.contrast #right li,
.contrast #left div,
.contrast #right div {
  color: white !important;
}
.contrast #left a,
.contrast #right a,
.contrast #left span,
.contrast #right span {
  color: lightgrey !important;
  text-decoration: none;
}
.contrast #left a:hover,
.contrast #right a:hover,
.contrast #left span:hover,
.contrast #right span:hover {
  color: white !important;
  text-decoration: underline;
}
.contrast #index-center .colored {
  color: lightcoral !important;
  border-color: lightcoral !important;
}
.contrast #index-right .colored {
  color: lightblue !important;
  border-color: lightblue !important;
}
.contrast .picker .boxed {
  background: white !important;
  color: black !important;
}
.contrast#d #subnav li a:hover {
  color: lightcoral !important;
}
.contrast#d h2.colored {
  color: lightcoral !important;
  border-color: lightcoral !important;
}
.contrast .calendar .date a.date-link div {
  background-color: #2b2b2b !important;
}
.contrast footer {
  background: white !important;
}
.contrast footer * {
  color: black !important;
}
.contrast footer a:hover {
  color: black !important;
  opacity: 0.7;
}
/*CONTRAST*/

.highlightLinks a {
  text-decoration: underline !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1500px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1500px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 1500px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1500px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 1500px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 1500px), only screen and (min-width: 767px) and (max-width: 1500px) {
  .font-size-l {
    -moz-transform: scale(1.2);
    -moz-transform-origin: 50% 0;
    zoom: 1.4;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1144px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1144px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 1144px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1144px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 1144px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 1144px), only screen and (min-width: 767px) and (max-width: 1144px) {
  .font-size-l {
    -moz-transform: scale(1.1);
    -moz-transform-origin: 50% 0;
    zoom: 1.2;
  }
}
