*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html:focus-within {
  scroll-behavior: smooth;
}


.main-content {
    padding-top: 179px;
}
@media (max-width: 1279px) {
    .main-content {
        padding-top: 82.5px;
    }
}
.aort-logo {
    width: 220px;
    /*
    height: 87;
    */
}
@media (max-width: 1279px) {
    .aort-logo {
        width: 110px;
    }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  overflow-x: hidden;
}
[role="list"] {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
label {
  line-height: 1.2;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
a:not([class]) {
  text-decoration-skip-ink: none;
}
img,
picture {
  display: block;
  /*max-width: 100%;*/
  /*height: auto;*/
}
@media (max-width: 1279px) {
    picture {
        max-width: 100%;
        height: auto;
    }
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
address {
  font-style: normal;
}
:root {
  --red: hsla(7, 85%, 53%, 1);
  --blue: hsla(209, 100%, 33%, 1);
  --blue-700: hsl(238, 95%, 7%);
  --blue-100: hsla(208, 48%, 94%, 1);
  --blue-10: hsla(209, 100%, 33%, 0.1);
  --neutral-900: hsla(0, 0%, 0%, 1);
  --neutral-500: hsla(0, 33%, 1%, 0.8);
  --neutral-400: hsla(0, 33%, 1%, 0.6);
  --neutral-200: hsla(210, 17%, 95%, 1);
  --neutral-100: hsla(0, 0%, 100%, 1);
  --ff-primary: "Manrope", sans-serif;
  --ff-secondary: "", sans-serif;
  --ff-base: var(--ff-primary);
  --ff-heading: var(--ff-secondary);
  --fw-regular: 400;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fs-100: 0.75rem;
  --fs-200: 0.875rem;
  --fs-300: 1rem;
  --fs-400: 1.125rem;
  --fs-500: 1.25rem;
  --fs-600: 1.5rem;
  --fs-700: 2rem;
  --fs-800: 3rem;
  --lh-200: 1.25;
  --lh-400: 1.5;
  --wrapper-width: 75rem;
  --wrapper-medium-width: 60rem;
  --wrapper-padding: 3rem;
  --radius-circle: 50%;
  --radius-full: 100vw;
  --chars-limit: 70ch;
}
@font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-weight: var(--fw-400);
  font-family: var(--ff-primary);
  font-size: var(--fs-300);
  line-height: var(--lh-400);
  background-color: var(--neutral-100);
  color: var(--neutral-900);
}
a {
  color: var(--blue);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.fs-100 {
  font-size: var(--fs-100);
}
.fs-200 {
  font-size: var(--fs-200);
}
.fs-300 {
  font-size: var(--fs-300);
}
.fs-400 {
  font-size: var(--fs-400);
}
.fs-500 {
  font-size: var(--fs-500);
}
.fs-600 {
  font-size: var(--fs-600);
}
.fs-700 {
  font-size: var(--fs-700);
}
.fs-800 {
  font-size: var(--fs-800);
}
.fw-regular {
  font-weight: var(--fw-regular);
}
.fw-semibold {
  font-weight: var(--fw-semibold);
}
.fw-bold {
  font-weight: var(--fw-bold);
}
.pill {
  --_pill-bg: var(--blue-10);
  --_pill-text: var(--blue);
  display: inline-block;
  border-radius: 50vw;
  padding: 0.25rem 0.75rem;
  font-weight: var(--fw-bold);
  font-size: var(--fs-200);
  background-color: var(--_pill-bg);
  color: var(--_pill-text);
}
.pill-invert {
  --_pill-bg: hsla(0, 0%, 100%, 0.1);
  --_pill-text: var(--neutral-100);
}
.list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
.list li {
  display: flex;
  gap: 1rem;
}
.list li + li {
  margin-top: 1rem;
}
.list .icon {
  font-size: 1.5rem;
}
.custom-counter {
  counter-reset: my-custom-counter;
}
.custom-counter > li {
  counter-increment: my-custom-counter;
}
.custom-counter > li:before {
  content: counter(my-custom-counter);
}
.custom-counter li {
  display: flex;
  align-items: start;
  gap: 1rem;
}
.custom-counter li:before {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  width: 3rem;
  aspect-ratio: 1;
  align-self: start;
  background-color: var(--blue);
  color: #fff;
  border-radius: 50%;
  font-weight: var(--fw-bold);
  font-size: var(--fs-600);
}
.note-blue {
  font-weight: var(--fw-semibold);
  border-radius: 8px;
  padding: 1rem;
  background-color: var(--blue-10);
  color: var(--blue);
}
.highlight-blue {
  margin-block: 2.5rem;
  border-radius: 1.75rem;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: var(--blue);
  color: var(--neutral-100);
}
.highlight-red {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: var(--fs-200);
  line-height: 1;
  color: var(--red);
  text-decoration: none;
}
@media (max-width: 639px) {
  .highlight-red {
    width: 100%;
  }

  .notification img {
    width: 100% !important;   
    max-width: 100% !important;
    height: auto !important;
    /*display: none;*/
}
  .headline {
    font-size: 2rem !important;
  }
}
.header-social-links {
  font-size: 2.5rem;
}
.icon {
  display: block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.accordion-content {
  display: none;
}
.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-500);
  border: 0;
  border-bottom: 1px solid hsl(0, 0%, 85%);
  padding: 1rem 0;
  background-color: var(--neutral-100);
  text-align: left;
  cursor: pointer;
}
.accordion-button-name {
  flex-grow: 1;
}
.accordion-button-icon {
  font-size: 1.25em;
}
.accordion-button-icon .icon {
  display: block;
}
.accordion-button-icon .icon:last-child {
  display: none;
}
[aria-expanded="true"] + .accordion-content {
  display: block;
}
[aria-expanded="true"] .accordion-button-icon .icon:first-child {
  display: none;
}
[aria-expanded="true"] .accordion-button-icon .icon:last-child {
  display: block;
}
.button-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  padding: 0.75rem 0.5rem;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-200);
  line-height: var(--lh-200);
  background-color: var(--red);
  color: var(--neutral-100);
  text-decoration: none;
}
@media (min-width: 0px) {
  .button-link {
    min-width: 200px;
    height: 54px;
  }
}
.button-link .icon {
  font-size: 1.5rem;
}
.content-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
}
.button-outline {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-200);
  border-radius: 5px;
  border: 1px solid var(--neutral-100);
  padding: 0.625rem 2rem;
  text-decoration: none;
  color: var(--neutral-100);
}
.hamburger {
  margin: 0;
  border: 0;
  padding: 0.5rem;
  background-color: transparent;
  color: var(--blue);
  font-size: var(--fs-700);
  cursor: pointer;
}
.hamburger[aria-expanded="false"] .icon-Hamburger {
  display: block;
}
.hamburger[aria-expanded="false"] .icon-Close,
.hamburger[aria-expanded="true"] .icon-Hamburger {
  display: none;
}
.hamburger[aria-expanded="true"] .icon-Close {
  display: block;
}
.card-white {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border: 1px solid hsl(0, 0%, 93%);
  padding: 2rem 2.5rem 0;
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  box-shadow: 0 18px 40px -10px #00000014;
}
.card-white-button {
  display: block;
  margin-inline: -2.5rem;
  border-top: 1px solid hsl(0, 0%, 93%);
  padding: 1.5rem 1rem;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-300);
  line-height: var(--lh-200);
  text-align: center;
  text-decoration: none;
  color: var(--blue);
}
.card-white .note-blue {
  margin-bottom: auto;
}
.card-blue {
  border-radius: 0.5rem;
  padding: 2.5rem;
  background-color: var(--blue-100);
}
.headline {
  min-height: 10rem;
  background: #1a3d8e url(/images/headline.png) no-repeat 50% 0 / cover;
  color: var(--neutral-100);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-800);
  padding: 1.25em 1rem;
  text-align: center;
}
.skip-link {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  translate: 0 -100%;
  width: max-content;
  margin-inline: auto;
  padding: 1rem;
  font-weight: var(--fw-bold);
  font-size: var(--fs-300);
  text-align: center;
  text-decoration: none;
  background-color: var(--neutral-100);
  color: var(--red);
}
.skip-link:focus-visible {
  translate: 0;
  outline-offset: 2px;
}
.flexx {
  font-weight: var(--fw-semibold);
  text-decoration: none;
  border: none;
}
.flexxic {
  text-decoration: none;
  border: none;
  text-align: left;
  display: block;
  padding-bottom: 1px;
  padding-top: 1px;
  color: black;
}
.main-navigation ul {
  font-weight: var(--fw-semibold);
}
@media (max-width: 1279px) {
  .flexi a {
    font-weight: var(--fw-semibold);
    font-size: var(--fs-300);
  }
}
@media (min-width: 1280px) {
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--fs-400);
  }
}
@media (max-width: 1279px) {
  .flexi a {
    display: block;
    color: var(--neutral-900);
    text-decoration: none;
    padding-block: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .main-navigation a {
    display: block;
    color: var(--neutral-900);
    text-decoration: none;
    padding-block: 0.5rem;
    padding-inline: 0.625rem;
    transition: 0.3s;
  }
  .main-navigation a:hover {
    color: var(--blue);
  }
}
.main-navigation a[aria-current="page"] {
  color: var(--blue);
}
.flexxic a[aria-current="page"] {
  color: var(--blue);
}
.sidebar-navigation {
  border-radius: 8px;
  padding: 40px;
  background-color: var(--neutral-200);
}
.sidebar-navigation ul {
  padding-top: 1rem;
}
.sidebar-navigation li:last-child a {
  padding-bottom: 0;
}
.sidebar-navigation li + li {
  border-top: 1px solid hsl(0, 0%, 85%);
}
.sidebar-navigation a {
  font-size: var(--fs-300);
  display: block;
  color: var(--neutral-900);
  text-decoration: none;
  padding-block: 1rem;
}
.sidebar-navigation a[aria-current="page"],
.sidebar-navigation a:hover {
  font-weight: var(--fw-semibold);
  color: var(--blue);
}
.search-fieldset {
  display: flex;
  align-items: center;
  margin-right: 4px;
  border: 0;
  padding: 5px;
  border: 1px solid black;
  border-radius: 0.5rem;
}
.search-input {
  flex-grow: 1;
  border-color: transparent;
}
.search-button {
  margin: 0;
  border-color: transparent;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.search-button .icon {
  font-size: 1.5rem;
}
.my-96 {
  margin-block: 6rem;
}
.my-80 {
  margin-block: 5rem;
}
.my-40 {
  margin-block: 2.5rem;
}
.section-hero {
  padding-block: 0.1px;
  background: var(--blue) url(/images/hero.jpg) no-repeat 50% 0 / cover;
  color: var(--neutral-100);
}
.section-intro {
  display: grid;
  justify-items: center;
  gap: 1rem;
}
.header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1000;
  border-bottom: 1px solid hsl(0, 0%, 93%);
  padding-block: 1rem;
}
.footer {
  padding-block: 1px;
  background: var(--blue-700) url(/images/footer.png) no-repeat 50% 50% / cover;
  color: var(--neutral-100);
}
.footer a {
  color: currentColor;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer dt {
  margin-block-end: 1.5rem;
}
.footer dd {
  margin-block-end: 1rem;
  font-size: var(--fs-200);
}
.wrapper {
  --_max: var(--wrapper-width);
  width: min(var(--_max), 100% - var(--wrapper-padding));
  margin-inline: auto;
}
.wrapper2 {
    width: 80%;
    max-width: 1600px;
    margin-inline: auto;
}
[data-width="medium"] {
  --_max: var(--wrapper-medium-width);
}
[data-width="small"] {
  --_max: var(--wrapper-small-width);
}
.full-width {
  width: 100%;
}
.stack {
  display: grid;
  isolation: isolate;
}
.stack > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.equal-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap);
}
.equal-cols > * {
  flex: 1 1 var(--_col, 20rem);
}
.grid {
  display: grid;
}
.fit-columns {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(var(--_col, 20rem), 100%), 1fr)
  );
  gap: var(--_gap, 2rem);
}
.fill-columns {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(var(--_col, 20rem), 100%), 1fr)
  );
  gap: var(--_gap, 2rem);
}
.article-layout {
  display: grid;
  align-items: start;
  gap: 24px 48px;
}
@media (min-width: 768px) {
  .article-layout {
    grid-template-columns: 22.5rem 1fr;
  }
}
.header-grid {
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo hamburger";
}
[data-navigation="show"] .header-grid {
  /*display: block;*/
  max-height: calc(100dvh - 50px);
  overflow-y: auto;
  grid-template-areas:
    "logo hamburger"
    "buttons buttons"
    "navx navx"
    "search search";
}

.flexx {
  display: none;
}


@media (max-width: 1279px) {
  [data-navigation="show"] .flexx {
    display: block;
    grid-area: navx;
    /*overflow-y: auto;*/
    /*max-height: calc(100vh - 400px);*/
  }
  body[data-navigation="show"] {
  overflow: hidden;
}
    .flexx a {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ddd; /* light grey line */
  }

  /* remove last line */
  .flexx a:last-child {
    border-bottom: none;
  }

}
[data-navigation="show"] .main-navigation {
  display: none;
}
.flexi {
  display: none;
}
.header-logo {
  min-width: 100px;
}
.footer-dd {
  padding: 10px;
}
@media (min-width: 1280px) {
  .header-logo img {
    padding-block: 0.5rem;
    padding-left: 0.625rem;
  }
}
@media (max-width: 1279px) {
  .sidebar-navigation {
    display: none;
  }
  .article-layout {
    display: block;
  }
  .rte {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .flexx {
    display: none;
  }
  .header-grid {
    grid-template-columns: 120px 1fr auto auto auto auto;
    grid-template-areas: "logo . buttons buttons social dd" "navigation navigation navigation search search search";
  }
  [data-navigation="show"] .header-grid {
    overflow-y: auto;
    grid-template-areas: "logo . buttons buttons social dd" "navigation navigation navigation search search search";
  }
  .menu-container {
    position: relative;
    grid-area: dd;
  }
  [data-navigation="show"] .main-navigation {
    display: block;
  }
  .flexi {
    position: absolute;
    display: none;
    background-color: rgb(213, 213, 213);
    height: auto;
    width: 250px;
    color: black;
    font-size: 18px;
    align-items: center;
    justify-content: start;
    border: #d9d9d9;
    flex-wrap: wrap;
    top: 40px;
    left: 30%;
    grid-area: kk;
  }
  [data-navigation="show"] .flexi {
    display: none;
  }
}

.flexi ul {
  list-style-type: none;
}
.flexi a {
  width: 100%;
  height: auto;
}
.flexi button {
  width: 100%;
  height: auto;
}

.flexi-buttons {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.659);
  cursor: pointer;
  border: 1px solid #d9d9d9;
  text-align: center;
  align-content: center;
  text-decoration: none;
  color: black;
  text-decoration: none;
}
.flexi a {
  text-decoration: none;
}

.flexi-buttons:hover {
  background-color: #0057a8;
  color: white;
  transition: 0.3s;
}

@media (min-width: 1280px) {
  .flexi {
    width: 170px;
    right: 2%;
  }
}
.hamburger {
  grid-area: hamburger;
}
.header-logo {
  grid-area: logo;
}
.header-buttons {
  grid-area: buttons;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
  display: none;
}
[data-navigation="show"] .header-buttons {
  display: flex;
}
@media (min-width: 1280px) {
  .header-buttons {
    display: flex;
    gap: 1.5rem;
  }
}
.header-social-links {
  display: none;
}
@media (min-width: 1280px) {
  .header-social-links {
    display: block;
    grid-area: social;
  }
}
.main-navigation {
  display: none;
  grid-area: navigation;
}
@media (min-width: 1280px) {
  .main-navigation {
    display: block;
  }
}
.search-form {
  display: none;
  grid-area: search;
}
[data-navigation="show"] .search-form {
  display: block;
}
@media (min-width: 1280px) {
  .search-form {
    display: block;
  }
}
.mx-auto {
  margin-inline: auto;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.flex-between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-limit {
  max-width: var(--chars-limit);
}
.vertically-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flow > * + * {
  margin-top: var(--flow-space, 0.6em);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.aspect-16-9 {
  aspect-ratio: 16/9;
}
.aspect-3-2 {
  aspect-ratio: 3/2;
}
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.radius-circle {
  border-radius: 50%;
}
.radius-pill {
  border-radius: 100vmax;
}
.bg-red {
  background-color: var(--red);
}
.bg-blue {
  background-color: var(--blue);
}
.bg-neutral-900 {
  background-color: var(--neutral-900);
}
.bg-neutral-400 {
  background-color: var(--neutral-400);
}
.bg-neutral-200 {
  background-color: var(--neutral-200);
}
.bg-neutral-100 {
  background-color: var(--neutral-100);
}
.text-red {
  color: var(--red);
}
.text-blue {
  color: var(--blue);
}
.text-neutral-900 {
  color: var(--neutral-900);
}
.text-neutral-500 {
  color: var(--neutral-500);
}
.text-neutral-400 {
  color: var(--neutral-400);
}
.text-neutral-200 {
  color: var(--neutral-200);
}
.text-neutral-100 {
  color: var(--neutral-100);
}
.opaque-50 {
  opacity: 0.5;
}
.divider {
  border: none;
  border-top: 1px solid #bababa;
  margin: 10px 0;
  width: 50%;
}
.page-nav > ul > li.no-number a.download-link:before {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  background-image: url("../icons/pdf.svg");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}

li.pdf {
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 0px;
  margin-bottom: 16px;
  float: left;
}

li.pdf:before {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -40px;
  background-image: url(../img/media/pdf_square_sl.svg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}

div.pdf {
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 50px;
  margin-bottom: 16px;
}
div.pdf:before {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0px;
  background-image: url(../icons/pdf.svg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}

div.ekterni_link {
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 50px;
  margin-bottom: 16px;
  background: #ffffff;
  color: #000;
}
div.ekterni_link:before {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
  background-color: #0057a8; /* Set the icon color here */
  -webkit-mask: url(../icons/external.svg) no-repeat center;
  mask: url(../icons/external.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 1279px) {
  .menuBar {
    display: none;
  }
}
@media (min-width: 1280px) {
  .menuBar {
    position: absolute;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    opacity: 0;
    min-height: 600px;
    height: auto;
    right: -100%;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
  }

  .menuBarButtons {
    font-weight: bold;
    display: flex;
    border: none;
    height: 3rem;
    padding-left: 5%;
    align-items: center;
  }

  .menuBarButtons:hover {
    background-color: #0057a8;
    color: white;
    transition: 0.3s;
  }
  [data-navigation="show"] .menuBar {
      position: fixed;
      top: 13.2rem;
      overflow: auto;
    display: block;
    right: 0%;
    opacity: 1;
    transform: translateX(0);
  }
}

.doc:before {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0px;
  background-image: url(../icons/doc.svg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}
div.doc {
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 50px;
  margin-bottom: 16px;
}
div.csv:before {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0px;
  background-image: url(../icons/xlsx.svg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}
div.csv {
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 50px;
  margin-bottom: 16px;
}

.size1 {
  font-size: large;
}

.size2 {
  font-size: larger;
}

.size3 {
  font-size: x-large;
}

.size4 {
  font-size: xx-large;
}

.spacing1 {
  letter-spacing: 0.05rem;
}

.spacing2 {
  letter-spacing: 0.1rem;
}

.spacing3 {
  letter-spacing: 0.15rem;
}

.spacing4 {
  letter-spacing: 0.2rem;
}

.typography1 main {
  font-family: Georgia, Arial, serif !important;
}

.links1 a {
  text-decoration: underline !important;
  background-color: #fdff32;
  color: #000;
}

.contrast1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contrast2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.contrast3 {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.contrast4 {
  -webkit-filter: contrast(75%);
  filter: contrast(75%);
}

.cursor1,
.cursor1 a,
.cursor1 button {
  cursor: url("/images/a11y/a11y-cursor.png"), auto !important;
}

.a11y-panel {
  position: fixed;
  z-index: 10000;
  top: 20px;
  right: -360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 360px;
  border: 1px solid #003b71;
  padding: 20px;
  /*-webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;*/
  background-color: #fff;
}

.a11y-panel.selected {
  right: 0;
}

.a11y-handle {
  width: 44px;
  height: 44px;
  background: #00182f;
  position: absolute;
  top: 50px;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 5px;
}

.a11y-handle img {
  max-width: 100%;
}

.a11y-title {
  width: calc(100% + 40px);
  background-color: #00182f;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  margin: -20px -20px 20px;
}

.a11y-button,
.a11y-reset {
  position: relative;
  margin-top: -1px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  font-size: 16px;
  background: #fff;
  color: #000;
}

.a11y-reset {
  width: calc(100% - 1px);
}

.a11y-icon {
  display: block;
  width: 30px;
  margin: 0 auto 3px;
}

.a11y-name {
  display: block;
  letter-spacing: normal !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

.steps li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

[data-selected="1"] .steps li:nth-child(1) {
  background-color: #1259a7;
}

[data-selected="2"] .steps li:nth-child(1) {
  background-color: #1259a7;
}

[data-selected="2"] .steps li:nth-child(2) {
  background-color: #1259a7;
}

[data-selected="3"] .steps li:nth-child(1) {
  background-color: #1259a7;
}

[data-selected="3"] .steps li:nth-child(2) {
  background-color: #1259a7;
}

[data-selected="3"] .steps li:nth-child(3) {
  background-color: #1259a7;
}

[data-selected="4"] .steps li:nth-child(1) {
  background-color: #1259a7;
}

[data-selected="4"] .steps li:nth-child(2) {
  background-color: #1259a7;
}

[data-selected="4"] .steps li:nth-child(3) {
  background-color: #1259a7;
}

[data-selected="4"] .steps li:nth-child(4) {
  background-color: #1259a7;
}

#accessibility_contrast .a11y-name {
  display: none;
}

#accessibility_contrast .a11y-name.kontrast {
  display: block;
}

#accessibility_contrast[data-selected="1"] .a11y-name {
  display: none !important;
}

#accessibility_contrast[data-selected="1"] .a11y-name:nth-child(2) {
  display: block !important;
}

#accessibility_contrast[data-selected="2"] .a11y-name {
  display: none !important;
}

#accessibility_contrast[data-selected="2"] .a11y-name:nth-child(3) {
  display: block !important;
}

#accessibility_contrast[data-selected="3"] .a11y-name {
  display: none !important;
}

#accessibility_contrast[data-selected="3"] .a11y-name:nth-child(4) {
  display: block !important;
}

#accessibility_contrast[data-selected="4"] .a11y-name {
  display: none !important;
}

#accessibility_contrast[data-selected="4"] .a11y-name:nth-child(5) {
  display: block !important;
}

@media(max-width: 980px) {

  .grid-col.col-8{
    width: 100%;
  }

  .a11y-panel {
      width: 200px;
      right: -200px;
      padding: 10px;
      /* top: 11rem; */
  }

  .a11y-title {
      margin: -10px -10px 10px
  }

  .a11y-icon {
      width: 20px
  }

  .steps {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: auto
  }
  .steps li {
      width: 10px
  }

}

@media(min-width: 979px) {
  .a11y-button,
  .a11y-reset {
      width: 50%;
      padding: 25px 15px;
      margin-left: -1px
  }
}

/*css za search rezultate:*/
/*  -----------------------------------------------------------------------------------*/

.page-nav .ezsearch-pager {
  margin: 20px 0;
}

.page-nav .ezsearch-form {
  display: none;
}

.page-nav .accordion-heading > span {
  background: #3f72b8 !important;
  text-transform: uppercase;
  cursor: pointer;
}

.page-nav ul,
.page-nav .ui-accordion {
  counter-reset: item -1;
}

.page-nav .ezsearch-pager {
  margin: 20px 0;
}

.page-nav .ezsearch-form {
  display: none;
}

.accordion-heading,
.accordion-header,
.ui-accordion > li {
  margin-bottom: 4px;
  padding-left: 48px;
  line-height: 45px;
  padding: 0;
  font-weight: bold;
  position: relative;
}

.accordion-heading h1 {
  margin: 0;
}

.page-nav > ul > li:focus {
  outline: none;
}

.page-nav > ul > li h2 {
  margin: 0;
  font-size: inherit;
}

.page-nav > ul > li h2 > a {
  font-size: 2rem;
}

.page-nav > ul > li.no-number:before {
  display: none;
}

.page-nav > ul > li.no-number .content-container-inner {
  width: 100%;
  position: relative;
  padding-top: 20px;
}

.page-nav > ul > li.no-number .content-container-inner .rte {
  display: table;
  width: 100%;
}

.page-nav > ul > li.no-number .download-link-container {
  display: table-row;
  width: 100%;
}

.page-nav > ul > li.no-number a.download-link {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 40px;
  position: relative;
  padding-left: 50px;
}

.page-nav > ul > li.no-number a.download-link:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/pdf-image.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}

.page-nav > ul > li.active:before {
  font-family: FontAwesome;
  content: "\f077";
}

.accordion-heading:before,
.accordion-header:before
/*
.page-nav .ui-accordion>*:before */ {
  float: left;
  display: block;
  counter-increment: item;
  content: counter(item);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-right: 4px solid white;
  background: #00519e;
  color: #fff;
  text-align: center;
}

.accordion-heading:before
/*.page-nav .ui-accordion>.accordion-heading:before */ {
  background-color: #3f72b8;
  font-family: FontAwesome;
  content: "\f054";
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.accordion-heading .link-text,
.page-nav .ui-accordion .ui-accordion-header {
    display: block;
    line-height: 45px;
    min-height: 45px;
    padding-left: 60px;
    background: #626566;
    color: #fff;
    text-decoration: none;
    font-family: 'dinbold';
}

.page-nav > ul {
    list-style: none;
}
h2 {

    font-weight: bold;
}

.page-nav ul > li h2 > a {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    display: block;
}

.content-container a {
    color: #0058a9;
    text-decoration: none;
}

.ezsearch-pager a {
    color: #0058a9;
    text-decoration: none;
    padding: 5px 10px;
    background: #f0f5fa;
    margin-bottom: 10px;
    display: inline-block;
}

.ezsearch-pager span {
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

@media (min-width: 1280px) {
  .hamburger {
      display: none;
  }

  /* Use a custom attribute selector for "homePage" */
  .hamburger[data-alias="homePage"] {
      display: block;
  }

  .search-fieldset[data-alias="textPage"] {
    margin-right: 15px;
  }
}

.social-list {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding-inline-start: 1rem;
    font-size: 1.25rem;
}

.embeditem{
    margin-block-end: 1rem;

}

.embeditem iframe{
    display:block;
    width: 100%;
    height: auto;
    aspect-ratio:16/9;
}

/*css za chatbota*/
df-messenger {
      z-index: 999;
      position: fixed;
      --df-messenger-font-family: Google Sans;
      --df-messenger-chat-background: #f3f6fc;
      --df-messenger-message-user-background: #fff;
      --df-messenger-message-bot-background: #1a3d8e;
      --df-messenger-message-user-font-color: #1a3d8e;
      --df-messenger-message-bot-font-color: #FFF;
      
      bottom: 16px;
      right: 16px;
    }
    df-messenger-chat{
      --df-messenger-chat-placeholder-text: "Postavite pitanje"
    }
    @media screen and (max-width: 600px) {
      df-messenger {
        --df-messenger-chat-bubble-close-icon-size: 32px !important;
        --df-messenger-chat-bubble-icon-size: 32px !important;
        --df-messenger-chat-bubble-size: 54px !important;
    }
  

  }