html {
  scroll-behavior: smooth;
}

html, * {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

#block-inovatix-content {
  min-height: calc(100vh - 16em);
}

#block-inovatix-page-title {
  padding-bottom: 4em;
  padding-top: 2em;
  text-align: center;
}
#block-inovatix-page-title > h1 {
  max-width: 78em;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

main > div:not(.foot-helper) {
  pointer-events: auto;
  background-color: #000;
}

body:not(.path-frontpage) main > :first-child {
  padding-top: 4em;
}

.page-wrapper {
  margin: auto;
}

.container {
  max-width: 78em;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

main {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

strong, b {
  font-weight: 800;
}

b {
  color: #fff;
}

small {
  font-size: 0.95rem;
  font-weight: 500;
}

i, em {
  font-style: italic;
}

sub {
  vertical-align: sub;
  font-size: 0.7em;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

p {
  line-height: 1.3;
}

p + p {
  margin-top: 1em;
}

a {
  color: #fb4300;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-family: "Unbounded", "Outfit", serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  h1 {
    font-size: 2.25em;
  }
}

h2 {
  font-family: "Unbounded", "Outfit", serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  h3 {
    font-size: 1.75em;
  }
}

h4 {
  font-size: 1.75em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  h4 {
    font-size: 1.5em;
  }
}

.underline {
  text-decoration: underline;
}

.subtitle {
  font-weight: 600;
  font-size: 1.5625em;
  display: block;
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  .subtitle {
    font-size: 1.25em;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture > img {
  margin-left: auto;
  margin-right: auto;
}

.align-center > img {
  margin-left: auto;
  margin-right: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

ul.menu {
  list-style: none;
}

.button, .button--primary {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  border: 0.0625em solid tranparent;
  background-color: #fb4300;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.button:hover, .button--primary:hover {
  background-color: rgb(175.7, 46.9, 0);
  text-decoration: none;
}

.button--secondary {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  border: 0.0625em solid tranparent;
  border-color: currentColor;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.button--secondary:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.container {
  max-width: 78em;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ino-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ino_tick.svg");
}

.ino-under {
  display: inline-block;
  width: 0;
  height: 0.0625em;
  background-color: #fb4300;
  position: absolute;
  bottom: 0;
  left: -0.5em;
  transition: width 0.4s ease;
  transition-delay: 0.4s;
}

@media all and (max-width: 40em) {
  .paragraph--type--qr-kod img {
    margin: auto;
  }
}

.tags-list .tag {
  padding: 0.4em 1.5em;
  font-size: 0.9rem;
  border-radius: 0.5em;
  background-color: #7e2200;
  color: #fff;
  white-space: nowrap;
}
.tags-list .tag--closed {
  background-color: #333333;
}

.messages__wrapper {
  position: fixed;
  top: 10vh;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
}
.messages__wrapper .alert {
  min-width: 10em;
  padding: 1em 1.8em 1em 1em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  position: relative;
  border: 0.0625em solid #fff;
  border-left: none;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #000;
  transition: background-color 0.25s ease;
}
.messages__wrapper .alert.alert--success {
  background-color: #00a000;
}
.messages__wrapper .alert.alert--success:hover, .messages__wrapper .alert.alert--success:focus, .messages__wrapper .alert.alert--success:active {
  background-color: rgb(0, 83.5, 0);
}
.messages__wrapper .alert.alert--warning {
  background-color: #ffcc00;
}
.messages__wrapper .alert.alert--warning:hover, .messages__wrapper .alert.alert--warning:focus, .messages__wrapper .alert.alert--warning:active {
  background-color: rgb(178.5, 142.8, 0);
}
.messages__wrapper .alert.alert--danger {
  background-color: #ff0000;
}
.messages__wrapper .alert.alert--danger:hover, .messages__wrapper .alert.alert--danger:focus, .messages__wrapper .alert.alert--danger:active {
  background-color: rgb(178.5, 0, 0);
}
.messages__wrapper .alert.alert--info {
  background-color: #007bff;
}
.messages__wrapper .alert.alert--info:hover, .messages__wrapper .alert.alert--info:focus, .messages__wrapper .alert.alert--info:active {
  background-color: rgb(0, 86.1, 178.5);
}
.messages__wrapper .alert__close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 0.9;
  padding: 0.25em 0.35em 1.25em 0.75em;
  background-color: transparent;
}

body.toolbar-fixed .messages__wrapper {
  top: calc(10vh + 39px);
}
body.toolbar-fixed.toolbar-tray-open .messages__wrapper {
  top: calc(10vh + 79px);
}

nav.breadcrumb {
  max-width: 78em;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 0;
}
nav.breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 1.5em;
  color: #fff;
}
nav.breadcrumb ol > li {
  position: relative;
}
nav.breadcrumb ol > li a {
  color: #fff;
}
nav.breadcrumb ol > li + li::before {
  content: ">";
  position: absolute;
  left: -1em;
}

form.user-login-form {
  max-width: 30em;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
form.user-login-form .form-actions {
  text-align: center;
}
form.user-login-form .form-actions input[type=submit] {
  font-size: 1.35em;
}

article.user-detail {
  text-align: center;
}

.foot-helper {
  width: 100%;
  height: 70vh;
  background-color: transparent;
  opacity: 0;
}

footer.region--footer {
  position: fixed;
  inset: 0;
  z-index: 1;
  background-color: #fb4300;
  color: #000;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 4em;
  padding-bottom: 8.75em;
}
footer.region--footer > div {
  width: 78em;
  max-width: 96%;
}
footer.region--footer > div:first-child {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer.region--footer > div:first-child > p {
  font-size: 1.25em;
  line-height: 1.8;
}
footer.region--footer > div:first-child h2 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 5em;
  flex-basis: 100%;
}
footer.region--footer a {
  color: #000;
  font-size: 1.5em;
}
footer.region--footer .socials {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1em;
}
footer.region--footer .socials a {
  font-size: 1.5em;
}
@media all and (max-width: 78em) {
  footer.region--footer > div:first-child {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
  footer.region--footer > div:first-child h2 {
    flex-basis: auto;
  }
  footer.region--footer > div:last-child {
    text-align: center;
  }
}
@media all and (max-height: 66em) {
  footer.region--footer {
    padding-bottom: 4em;
  }
  footer.region--footer > div:first-child {
    gap: 1.5em;
  }
  footer.region--footer > div:first-child > h2 {
    margin-bottom: 2em;
  }
}
@media all and (max-height: 52em) {
  footer.region--footer {
    padding-bottom: 2em;
  }
  footer.region--footer > div:first-child {
    gap: 1em;
  }
  footer.region--footer > div:first-child > h2 {
    margin-bottom: 1em;
  }
}

#block-inovatix-primary-local-tasks {
  position: fixed;
  left: -6.5em;
  bottom: 1em;
  z-index: 12;
  width: 8em;
  padding: 1em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  transition: left 0.25s ease;
  background-color: #fb4300;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
#block-inovatix-primary-local-tasks > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#block-inovatix-primary-local-tasks > ul a {
  color: #fff;
}
#block-inovatix-primary-local-tasks:hover, #block-inovatix-primary-local-tasks:focus, #block-inovatix-primary-local-tasks:active {
  left: 0;
}

.page--user-login #block-inovatix-primary-local-tasks {
  left: 0;
}

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