/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
header {
  background-color: rgba(0, 0, 0, 0.66);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1000px) {
  header {
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    box-shadow: none;
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.66);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
  }
}
header > p {
  margin: 0;
  position: relative;
}
header > p > a > img {
  height: 3rem;
  width: auto;
  display: block;
}
header > p > a:first-of-type {
  display: none;
}
@media only screen and (min-width: 800px) {
  header {
    padding-top: 0;
    padding-bottom: 0;
  }
  header > p {
    position: relative;
    padding: 0 1rem;
    background: #5a5d5a;
  }
  header > p > a {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
  header > p > a:first-of-type {
    display: block;
    padding: 2rem;
    color: #fff;
    font-size: 0.8rem;
    border-left: 3px dotted #9c9b96;
    border-right: 3px dotted #9c9b96;
  }
  header > p > a:last-of-type {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 1rem;
    background: #fff;
    box-sizing: border-box;
  }
  header > p > a:last-of-type > img {
    border-left: 3px dotted #9c9b96;
    border-right: 3px dotted #9c9b96;
    border-bottom: 3px dotted #9c9b96;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 1rem;
  }
  nav.breadcrumb:first-child {
    margin-top: 5rem;
    padding-left: 20rem;
  }
}
main {
  position: relative;
  z-index: 1;
  min-height: calc(100dvh - 30rem);
}
main a {
  color: #7fa8b3;
}
main a:hover {
  color: #aeb0b1;
}
main > * {
  margin: 2rem 1rem;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1000px) {
  main > * {
    max-width: 1000px;
    margin: 2rem auto;
  }
}
main > .bloro_grid,
main > .obo_grid {
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
}
main > .section_anchor,
main > .minihero {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
}
@media only screen and (min-width: 1000px) {
  main > .section_anchor,
  main > .minihero {
    max-width: unset;
    margin: 0;
  }
}
main ul {
  padding-left: 2rem;
}
main > .banner {
  box-sizing: content-box;
  padding: 3rem 0;
  position: relative;
}
main > .banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #c1e4d6;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 800px) {
  footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  footer {
    max-width: 1000px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
  }
}
footer > * {
  position: relative;
  z-index: 2;
}
footer:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  border-top: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.66);
  transform: translateX(-50%);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
footer > ul > li > a {
  color: inherit;
}
aside {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  aside {
    max-width: 1000px;
    margin: 2rem auto 0 auto;
  }
}
aside > * {
  position: relative;
  z-index: 2;
}
aside:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #e7e7e7;
  transform: translateX(-50%);
}
aside a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  hyphens: auto;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right {
  text-align: right;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4,
h5 {
  font-size: 1.25rem;
}
header > label {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  gap: 0.5rem;
  display: flex;
  padding: 0.75rem;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  header > label {
    display: none;
  }
}
header > label:before {
  font-family: 'Open Sans', sans-serif;
  content: "Menü";
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
  font-size: 0.8rem;
}
header > label:after {
  content: "";
  height: 1em;
  aspect-ratio: 1;
  color: #d86f13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M0 96c0-18 14-32 32-32h384a32 32 0 1 1 0 64H32c-18 0-32-14-32-32zm0 160c0-18 14-32 32-32h384a32 32 0 1 1 0 64H32c-18 0-32-14-32-32zm416 192H32a32 32 0 1 1 0-64h384a32 32 0 1 1 0 64z'/%3E%3C/svg%3E");
}
header > nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
@media only screen and (min-width: 800px) {
  header > nav {
    background-color: transparent;
    position: relative;
    transition: none;
    max-height: unset;
    overflow: unset;
  }
}
header > nav > ul {
  list-style: none;
  margin: 1.5rem;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  header > nav > ul {
    display: flex;
    margin: 0;
  }
}
header > nav > ul a {
  padding: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media only screen and (min-width: 800px) {
  header > nav > ul a {
    padding: 0.5rem 1rem;
  }
}
header > nav > ul a:before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%23fff' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li {
    position: relative;
  }
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > a:before {
    display: none;
  }
}
header > nav > ul > li > ul {
  list-style: none;
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
  }
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > ul > li:first-child {
    margin-top: 1.25rem;
  }
}
header > nav > ul > li > ul > li > a {
  padding: 1rem;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.66);
}
header > nav > ul > li > ul > li > ul {
  display: none;
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li:hover > ul {
    max-height: 100vh;
  }
}
header > input {
  display: none;
}
header > input:checked + nav {
  max-height: 100vh;
}
nav.breadcrumb {
  padding: 2rem 0;
}
nav.breadcrumb > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.breadcrumb > ul > li {
  display: inline-block;
}
nav.breadcrumb > ul > li a {
  padding: 0.5rem;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
nav.breadcrumb > ul > li a:before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%23000' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E%0A");
}
iframe {
  width: 100%;
}
.minihero {
  padding-top: 4rem;
  background-size: 250% !important;
  background-repeat: no-repeat !important;
  height: 25vw !important;
  margin-top: 5rem !important;
}
.minihero .minihero-text {
  font-size: calc(0.2em + 2vw);
  hyphens: auto;
}
@media only screen and (min-width: 1000px) {
  .minihero .minihero-text {
    font-size: 20px;
  }
}
.minihero .minihero-text > h1 {
  text-transform: unset;
}
@media only screen and (min-width: 1000px) {
  .minihero {
    background-repeat: repeat !important;
    background-size: cover !important;
    height: 450px !important;
    margin-top: 0 !important;
  }
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f {
  margin-bottom: 4rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > h2 {
  grid-column: span 2;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f {
    grid-template-columns: repeat(3, 1fr);
  }
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > h2 {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1000px) {
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f {
    grid-template-columns: repeat(4, 1fr);
  }
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > h2 {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1400px) {
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f {
    grid-template-columns: repeat(5, 1fr);
  }
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > h2 {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 1800px) {
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f {
    grid-template-columns: repeat(6, 1fr);
  }
  [id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > h2 {
    grid-column: span 6;
  }
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > .mod_oneforall_item_loop_f {
  border: 1px solid #b9b9b9;
  background: #f1f1f1;
  border-bottom-right-radius: 1rem;
  padding: 2px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > .mod_oneforall_item_loop_f img {
  display: block;
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > .mod_oneforall_item_loop_f h3 {
  font-size: 0.8rem;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  padding: 0.5rem;
  height: 3.75rem;
  overflow: hidden;
  line-height: 1;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > .mod_oneforall_item_loop_f h3 strong {
  margin-bottom: 0.5rem;
  display: inline-block;
  height: 1.75rem;
  overflow: hidden;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_group_wrapper_f > .mod_oneforall_item_loop_f a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  [id^="mod_oneforall_wrapper"] .mod_oneforall_item_f {
    display: grid;
    gap: 2rem;
  }
}
@media only screen and (min-width: 800px) {
  [id^="mod_oneforall_wrapper"] .mod_oneforall_item_f {
    grid-template-columns: repeat(2, auto);
  }
  [id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > h2 {
    grid-column: span 2;
  }
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .imgs {
  width: 100%;
  max-width: 400px;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .imgs > div {
  border: 1px solid #b9b9b9;
  background: #f1f1f1;
  border-bottom-right-radius: 1rem;
  padding: 2px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  margin-bottom: 2rem;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .imgs > div > .big img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .imgs > div > .small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 2px;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .imgs > div > .small > a {
  display: block;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .imgs > div > .small > a > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  object-position: center;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_item_f > .text > div > * {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
[id^="mod_oneforall_wrapper"] .mod_oneforall_prev_next_links_f {
  margin: 2rem;
  text-align: center;
}
