/* Scss Document */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  all: unset;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

svg {
  max-height: 100%;
}

.bgYellow {
  background-color: rgb(239, 190, 14);
}

.bgBlue, footer {
  background-color: rgb(66, 90, 108);
}

.bgCyan, nav#main #menu-main_menu .sub-menu {
  background-color: rgb(189, 227, 222);
}

.txtWhite, footer, nav#main a {
  color: #ffffff;
}

.txtBlack, nav#main #menu-main_menu .sub-menu a {
  color: #000000;
}

.txtYellow, nav#main #menu-main_menu .sub-menu a:hover, nav#main a:hover {
  color: rgb(239, 190, 14);
}

.txtBlue, q:before, blockquote:before {
  color: rgb(66, 90, 108);
}

.txtCyan {
  color: rgb(189, 227, 222);
}

.txtHoverBlue {
  color: rgb(66, 90, 108);
  transition: color 0.4s;
}
.txtHoverBlue:hover {
  color: #000000;
}

.txtHoverCyan {
  color: rgb(189, 227, 222);
  transition: color 0.4s;
}
.txtHoverCyan:hover {
  color: #000000;
}

.hoverCyan > * {
  transition: color 0.4s;
}
.hoverCyan > *:hover {
  color: rgb(66, 90, 108);
}

.hoverYellow > * {
  transition: color 0.4s;
}
.hoverYellow > *:hover {
  color: rgb(239, 190, 14);
}

/* CSS Document */
.flex, footer, nav#main #menu-main_menu, main {
  display: flex;
}

.inline-flex {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.none {
  display: none;
}

.nr-none, nav#main #menu-main_menu .sub-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nr-none, nav#main #menu-main_menu .sub-menu {
    display: block;
  }
}

.nr-none-flex {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nr-none-flex {
    display: flex;
  }
}

.v-none {
  visibility: hidden;
}

.p-0 {
  padding: 0;
}

.p-025 {
  padding: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .p-025 {
    padding: 0.25rem;
  }
}

.p-05, nav#main #menu-main_menu .sub-menu {
  padding: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .p-05, nav#main #menu-main_menu .sub-menu {
    padding: 0.5rem;
  }
}

.p-1 {
  padding: 1vw;
}
@media only screen and (max-width: 768px) {
  .p-1 {
    padding: 0.5rem;
  }
}

div .ph-025 {
  padding-left: 0.25vw;
  padding-right: 0.25vw;
}
@media only screen and (max-width: 768px) {
  div .ph-025 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}

.ph-0375 {
  padding-left: 0.375vw;
  padding-right: 0.375vw;
}
@media only screen and (max-width: 768px) {
  .ph-0375 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }
}

.ph-05, nav#main #menu-main_menu > li > a {
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .ph-05, nav#main #menu-main_menu > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.ph-075 {
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
@media only screen and (max-width: 768px) {
  .ph-075 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.ph-1 {
  padding-left: 1vw;
  padding-right: 1vw;
}
@media only screen and (max-width: 768px) {
  .ph-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.ph-2 {
  padding-left: 2vw;
  padding-right: 2vw;
}
@media only screen and (max-width: 768px) {
  .ph-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.ph-3 {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media only screen and (max-width: 768px) {
  .ph-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.ph-4 {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media only screen and (max-width: 768px) {
  .ph-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ph-5, footer {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media only screen and (max-width: 768px) {
  .ph-5, footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ph-6 {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media only screen and (max-width: 768px) {
  .ph-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-ph-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.pv-0125 {
  padding-top: 0.125vw;
  padding-bottom: 0.125vw;
}
@media only screen and (max-width: 768px) {
  .pv-0125 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }
}

.pv-01875 {
  padding-top: 0.1875vw;
  padding-bottom: 0.1875vw;
}
@media only screen and (max-width: 768px) {
  .pv-01875 {
    padding-top: 0.09375rem;
    padding-bottom: 0.09375rem;
  }
}

.pv-025 {
  padding-top: 0.25vw;
  padding-bottom: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .pv-025 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.pv-05 {
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .pv-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.pv-1, footer {
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media only screen and (max-width: 768px) {
  .pv-1, footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.pv-2 {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .pv-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.pv-4 {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media only screen and (max-width: 768px) {
  .pv-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.pv-6 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media only screen and (max-width: 768px) {
  .pv-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pt-025 {
  padding-top: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .pt-025 {
    padding-top: 0.25rem;
  }
}

.pt-05 {
  padding-top: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .pt-05 {
    padding-top: 0.25rem;
  }
}

.pt-1 {
  padding-top: 1vw;
}
@media only screen and (max-width: 768px) {
  .pt-1 {
    padding-top: 0.5rem;
  }
}

.pt-2 {
  padding-top: 2vw;
}
@media only screen and (max-width: 768px) {
  .pt-2 {
    padding-top: 1rem;
  }
}

.pt-4 {
  padding-top: 4vw;
}
@media only screen and (max-width: 768px) {
  .pt-4 {
    padding-top: 2rem;
  }
}

.pt-6 {
  padding-top: 6vw;
}
@media only screen and (max-width: 768px) {
  .pt-6 {
    padding-top: 3rem;
  }
}

.pt-8 {
  padding-top: 8vw;
}
@media only screen and (max-width: 768px) {
  .pt-8 {
    padding-top: 4rem;
  }
}

.pt-16 {
  padding-top: 16vw;
}
@media only screen and (max-width: 768px) {
  .pt-16 {
    padding-top: 8rem;
  }
}

.pb-0125 {
  padding-bottom: 0.125vw;
}
@media only screen and (max-width: 768px) {
  .pb-0125 {
    padding-bottom: 0.125rem;
  }
}

.pb-05 {
  padding-bottom: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .pb-05 {
    padding-bottom: 0.25rem;
  }
}

.pb-1 {
  padding-bottom: 1vw;
}
@media only screen and (max-width: 768px) {
  .pb-1 {
    padding-bottom: 0.5rem;
  }
}

.pb-2 {
  padding-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .pb-2 {
    padding-bottom: 1rem;
  }
}

.pb-4 {
  padding-bottom: 4vw;
}
@media only screen and (max-width: 768px) {
  .pb-4 {
    padding-bottom: 2rem;
  }
}

.pb-8 {
  padding-bottom: 8vw;
}
@media only screen and (max-width: 768px) {
  .pb-8 {
    padding-bottom: 4rem;
  }
}

.pr-05 {
  padding-right: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .pr-05 {
    padding-right: 0.25rem;
  }
}

.pr-1 {
  padding-right: 1vw;
}
@media only screen and (max-width: 768px) {
  .pr-1 {
    padding-right: 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-pr-1 {
    padding-right: 1rem;
  }
}

.pr-2 {
  padding-right: 2vw;
}
@media only screen and (max-width: 768px) {
  .pr-2 {
    padding-right: 1rem;
  }
}

.pl-0 {
  padding-left: 0;
}

.pl-025 {
  padding-left: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .pl-025 {
    padding-left: 0.125rem;
  }
}

.pl-05 {
  padding-left: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .pl-05 {
    padding-left: 0.25rem;
  }
}

.pl-1 {
  padding-left: 1vw;
}
@media only screen and (max-width: 768px) {
  .pl-1 {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-pl-1 {
    padding-left: 1rem;
  }
}

.pl-015 {
  padding-left: 1.5vw;
}
@media only screen and (max-width: 768px) {
  .pl-015 {
    padding-left: 0.75rem;
  }
}

.pl-2, .tekst_element ul {
  padding-left: 2vw;
}
@media only screen and (max-width: 768px) {
  .pl-2, .tekst_element ul {
    padding-left: 1rem;
  }
}

.pl-25 {
  padding-left: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .pl-25 {
    padding-left: 2.5rem;
  }
}

.pl-3, q, blockquote {
  padding-left: 3vw;
}
@media only screen and (max-width: 768px) {
  .pl-3, q, blockquote {
    padding-left: 3rem;
  }
}

.pl-5 {
  padding-left: 5vw;
}
@media only screen and (max-width: 768px) {
  .pl-5 {
    padding-left: 2.5rem;
  }
}

.pl-16 {
  padding-left: 16vw;
}
@media only screen and (max-width: 768px) {
  .pl-16 {
    padding-left: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-pl-0 {
    padding-left: 0;
  }
}

.m-a {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.m-05 {
  margin: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .m-05 {
    margin: 0.25rem;
  }
}

.m-1 {
  margin: 1vw;
}
@media only screen and (max-width: 768px) {
  .m-1 {
    margin: 0.5rem;
  }
}

.m-2 {
  margin: 2vw;
}
@media only screen and (max-width: 768px) {
  .m-2 {
    margin: 1rem;
  }
}

.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv-025 {
  margin-top: 0.25vw;
  margin-bottom: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .mv-025 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.mv-05 {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .mv-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.mv-1 {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 768px) {
  .mv-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.mv-2 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .mv-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.mv-3, article {
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 768px) {
  .mv-3, article {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.mh-0 {
  margin-left: 0;
  margin-right: 0;
}

.mh-025 {
  margin-left: 0.25vw;
  margin-right: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .mh-025 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}

.mh-05 {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .mh-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

.mh-1 {
  margin-left: 1vw;
  margin-right: 1vw;
}
@media only screen and (max-width: 768px) {
  .mh-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.mh-2 {
  margin-left: 2vw;
  margin-right: 2vw;
}
@media only screen and (max-width: 768px) {
  .mh-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.mh-3, article {
  margin-left: 3vw;
  margin-right: 3vw;
}
@media only screen and (max-width: 768px) {
  .mh-3, article {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.mh-4 {
  margin-left: 4vw;
  margin-right: 4vw;
}
@media only screen and (max-width: 768px) {
  .mh-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.mh-5 {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media only screen and (max-width: 768px) {
  .mh-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.mh-10 {
  margin-left: 10vw;
  margin-right: 10vw;
}
@media only screen and (max-width: 768px) {
  .mh-10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.mt-a {
  margin-top: auto;
}

.mt--1 {
  margin-top: -1vw;
}
@media only screen and (max-width: 768px) {
  .mt--1 {
    margin-top: -0.5rem;
  }
}

.mt-0 {
  margin-top: 0vw;
}

.mt-0125 {
  margin-top: 0.125vw;
}
@media only screen and (max-width: 768px) {
  .mt-0125 {
    margin-top: 0.0625rem;
  }
}

.mt-025 {
  margin-top: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .mt-025 {
    margin-top: 0.125rem;
  }
}

.mt-05 {
  margin-top: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .mt-05 {
    margin-top: 0.25rem;
  }
}

.mt-1 {
  margin-top: 1vw;
}
@media only screen and (max-width: 768px) {
  .mt-1 {
    margin-top: 0.5rem;
  }
}

.mt-015 {
  margin-top: 1.5vw;
}
@media only screen and (max-width: 768px) {
  .mt-015 {
    margin-top: 0.75rem;
  }
}

.mt-2 {
  margin-top: 2vw;
}
@media only screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 1rem;
  }
}

.mt-4 {
  margin-top: 4vw;
}
@media only screen and (max-width: 768px) {
  .mt-4 {
    margin-top: 2rem;
  }
}

.mt-12 {
  margin-top: 12vw;
}
@media only screen and (max-width: 768px) {
  .mt-12 {
    margin-top: 6rem;
  }
}

.mt-16 {
  margin-top: 16vw;
}
@media only screen and (max-width: 768px) {
  .mt-16 {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-mt-1 {
    margin-top: 0.5rem;
  }
}

.mr-a {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-025 {
  margin-right: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .mr-025 {
    margin-right: 0.125rem;
  }
}

.mr-05 {
  margin-right: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .mr-05 {
    margin-right: 0.25rem;
  }
}

.mr-075 {
  margin-right: 0.75vw;
}
@media only screen and (max-width: 768px) {
  .mr-075 {
    margin-right: 0.375rem;
  }
}

.mr-1, .alignleft {
  margin-right: 1vw;
}
@media only screen and (max-width: 768px) {
  .mr-1, .alignleft {
    margin-right: 0.5rem;
  }
}

.mr-2, nav#main #menu-main_menu > li {
  margin-right: 2vw;
}
@media only screen and (max-width: 768px) {
  .mr-2, nav#main #menu-main_menu > li {
    margin-right: 1rem;
  }
}

.mr-5 {
  margin-right: 5vw;
}
@media only screen and (max-width: 768px) {
  .mr-5 {
    margin-right: 2.5rem;
  }
}

.mb-a {
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-0125 {
  margin-bottom: 0.125vw;
}
@media only screen and (max-width: 768px) {
  .mb-0125 {
    margin-bottom: 0.125rem;
  }
}

.mb-025 {
  margin-bottom: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .mb-025 {
    margin-bottom: 0.25rem;
  }
}

.mb-05, .tekst_element ul li {
  margin-bottom: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .mb-05, .tekst_element ul li {
    margin-bottom: 0.5rem;
  }
}

.mb-1, q + pre, blockquote + pre, .tekst_element ul, p {
  margin-bottom: 1vw;
}
@media only screen and (max-width: 768px) {
  .mb-1, q + pre, blockquote + pre, .tekst_element ul, p {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-mb-1 {
    margin-bottom: 1rem;
  }
}

.mb-1125 {
  margin-bottom: 1.125vw;
}
@media only screen and (max-width: 768px) {
  .mb-1125 {
    margin-bottom: 0.5625rem;
  }
}

.mb-1375 {
  margin-bottom: 1.375vw;
}
@media only screen and (max-width: 768px) {
  .mb-1375 {
    margin-bottom: 0.6875rem;
  }
}

.mb-15, .mb-015, h2, h1 {
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 768px) {
  .mb-15, .mb-015, h2, h1 {
    margin-bottom: 0.75rem;
  }
}

.mb-2 {
  margin-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .mb-2 {
    margin-bottom: 1rem;
  }
}

.mb-4 {
  margin-bottom: 4vw;
}
@media only screen and (max-width: 768px) {
  .mb-4 {
    margin-bottom: 2rem;
  }
}

.mb-10 {
  margin-bottom: 10vw;
}
@media only screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-mb-05 {
    margin-bottom: 0.5rem;
  }
}

.ml-a {
  margin-left: auto;
}

.ml--8 {
  margin-left: -8vw;
}
@media only screen and (max-width: 768px) {
  .ml--8 {
    margin-left: -4rem;
  }
}

.ml-0 {
  margin-left: 0;
}

.ml-025 {
  margin-left: 0.25vw;
}
@media only screen and (max-width: 768px) {
  .ml-025 {
    margin-left: 0.125rem;
  }
}

.ml-05 {
  margin-left: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .ml-05 {
    margin-left: 0.25rem;
  }
}

.ml-1, .alignright {
  margin-left: 1vw;
}
@media only screen and (max-width: 768px) {
  .ml-1, .alignright {
    margin-left: 0.5rem;
  }
}

.ml-2 {
  margin-left: 2vw;
}
@media only screen and (max-width: 768px) {
  .ml-2 {
    margin-left: 1rem;
  }
}

.ml-4 {
  margin-left: 4vw;
}
@media only screen and (max-width: 768px) {
  .ml-4 {
    margin-left: 2rem;
  }
}

.ml-5 {
  margin-left: 5vw;
}
@media only screen and (max-width: 768px) {
  .ml-5 {
    margin-left: 2.5rem;
  }
}

.ml-16 {
  margin-left: 16vw;
}
@media only screen and (max-width: 768px) {
  .ml-16 {
    margin-left: 8rem;
  }
}

.w-a {
  width: auto;
}

.w-100 {
  width: 100%;
}

.mx-100 {
  max-width: 100%;
}

.w-50 {
  width: 50%;
}

.w-20 {
  width: 20%;
}

.w-20-1 {
  width: calc(20% - 1vw);
}

.w-40-1 {
  width: calc(40% - 1vw);
}

.w-60-1 {
  width: calc(60% - 1vw);
}

.w-075vw {
  width: 0.75vw;
}
@media only screen and (max-width: 768px) {
  .w-075vw {
    width: 0.375rem;
  }
}

.w-1vw {
  width: 1vw;
}
@media only screen and (max-width: 768px) {
  .w-1vw {
    width: 0.5rem;
  }
}

.w-15vw {
  width: 1.5vw;
}
@media only screen and (max-width: 768px) {
  .w-15vw {
    width: 1.5rem;
  }
}

.w-175vw {
  width: 1.75vw;
}
@media only screen and (max-width: 768px) {
  .w-175vw {
    width: 1.75rem;
  }
}

.w-2vw {
  width: 2vw;
}
@media only screen and (max-width: 768px) {
  .w-2vw {
    width: 2rem;
  }
}

.w-25vw {
  width: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .w-25vw {
    width: 1.25rem;
  }
}

.w-3vw {
  width: 3vw;
}
@media only screen and (max-width: 768px) {
  .w-3vw {
    width: 1.5rem;
  }
}

.max-w-3vw {
  max-width: 3vw;
}
@media only screen and (max-width: 768px) {
  .max-w-3vw {
    max-width: 1.5rem;
  }
}

.min-w-3vw {
  min-width: 3vw;
}
@media only screen and (max-width: 768px) {
  .min-w-3vw {
    min-width: 1.5rem;
  }
}

.w-4vw {
  width: 4vw;
}
@media only screen and (max-width: 768px) {
  .w-4vw {
    width: 2rem;
  }
}

.w-5vw {
  width: 5vw;
}
@media only screen and (max-width: 768px) {
  .w-5vw {
    width: 2.5rem;
  }
}

.w-6vw {
  width: 6vw;
}
@media only screen and (max-width: 768px) {
  .w-6vw {
    width: 3rem;
  }
}

.w-8vw {
  width: 8vw;
}
@media only screen and (max-width: 768px) {
  .w-8vw {
    width: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-5vw {
    width: 5rem;
  }
}

.c-05 {
  width: 4.1666666667%;
}
@media only screen and (max-width: 768px) {
  .c-05 {
    width: 50%;
  }
}

.c-1 {
  width: 8.3333333333%;
}
@media only screen and (max-width: 768px) {
  .c-1 {
    width: 50%;
  }
}

.c-15 {
  width: 12.5%;
}
@media only screen and (max-width: 768px) {
  .c-15 {
    width: 50%;
  }
}

.c-1v {
  width: 8.3333333333vw;
}
@media only screen and (max-width: 768px) {
  .c-1v {
    width: 50vw;
  }
}

.c-2 {
  width: 16.6666666667%;
}
@media only screen and (max-width: 768px) {
  .c-2 {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 768px) {
  .r-c-2 {
    width: 16.6666666667%;
  }
}

.c-2v {
  width: 16.6666666667vw;
}
@media only screen and (max-width: 768px) {
  .c-2v {
    width: 50vw;
  }
}

.c-25 {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .c-25 {
    width: 50%;
  }
}

.c-25v {
  width: 20vw;
}
@media only screen and (max-width: 768px) {
  .c-25v {
    width: 50vw;
  }
}

.c-3 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .c-3 {
    width: 100%;
  }
}

.c-3v {
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  .c-3v {
    width: 90vw;
  }
}

.c-4 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  .c-4 {
    width: 100%;
  }
}

.c-4-h-05 {
  width: calc(33.3333333333% - 0.5vw);
}
@media only screen and (max-width: 768px) {
  .c-4-h-05 {
    width: 100%;
  }
}

.c-45 {
  width: 37.5%;
}
@media only screen and (max-width: 768px) {
  .c-45 {
    width: 100%;
  }
}

.c-4v {
  width: 33.3333333333vw;
}
@media only screen and (max-width: 768px) {
  .c-4v {
    width: 100vw;
  }
}

.c-5 {
  width: 41.6666666667%;
}
@media only screen and (max-width: 768px) {
  .c-5 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .r-c-5 {
    width: 41.6666666667%;
  }
}

.c-6 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .c-6 {
    width: 100%;
  }
}

.c-6-h-05 {
  width: calc(50% - 0.5vw);
}
@media only screen and (max-width: 768px) {
  .c-6-h-05 {
    width: 100%;
  }
}

.c-6v {
  width: 50vw;
}
@media only screen and (max-width: 768px) {
  .c-6v {
    width: 100%;
  }
}

.c-7 {
  width: 58.3333333333%;
}
@media only screen and (max-width: 768px) {
  .c-7 {
    width: 100%;
  }
}

.c-8 {
  width: 66.6666666667%;
}
@media only screen and (max-width: 768px) {
  .c-8 {
    width: 100%;
  }
}

.c-9 {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .c-9 {
    width: 100%;
  }
}

.c-10 {
  width: 83.3333333333%;
}
@media only screen and (max-width: 768px) {
  .c-10 {
    width: 100%;
  }
}

.c-11 {
  width: 91.6666666667%;
}
@media only screen and (max-width: 768px) {
  .c-11 {
    width: 100%;
  }
}

.c-115 {
  width: 95.8333333333%;
}
@media only screen and (max-width: 768px) {
  .c-115 {
    width: 100%;
  }
}

.c-12, footer, nav#main #menu-main_menu, q + pre, blockquote + pre {
  width: 100%;
}

.c-12v {
  width: 100vw;
}

@media only screen and (max-width: 768px) {
  .r-w-20 {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-30 {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-40 {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-50 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-60 {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-70 {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-80 {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .r-w-100 {
    width: 100%;
  }
}

.h-40p {
  height: 40%;
}

.h-60p {
  height: 60%;
}

.h-50 {
  height: 50vh;
}
@media only screen and (max-width: 768px) {
  .h-50 {
    height: 50vh;
    max-height: 50svh;
    height: 50dvh;
  }
}

.h-75 {
  height: 75vh;
  height: 75dvh;
}
@media only screen and (max-width: 768px) {
  .h-75 {
    height: 75vh;
    max-height: 75svh;
    height: 75dvh;
  }
}

.h-100p-a {
  height: 100%;
  width: auto;
}

.h-100p {
  height: 100%;
}

.h-50p {
  height: 50%;
}

.h-single {
  height: calc(100vh - 7.5vw);
}
@media only screen and (max-width: 768px) {
  .h-single {
    /*
    height: calc(100vh - 3.5rem);
    max-height: calc(100svh - 3.5rem);
    height: calc(100dvh - 3.5rem);
    */
    height: auto;
  }
}

.h-a {
  height: auto;
}

.h-0125 {
  height: 1.25vw;
}

.h-025 {
  height: 2.5vw;
}

.object-fit, .object-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-object-top {
  -o-object-position: top;
     object-position: top;
}

.img-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-full {
  width: 100%;
  height: 100%;
}

.w-100-a {
  width: 100%;
  height: auto;
}

.h-100-a {
  width: auto;
  height: 100%;
}

.ih-3 {
  height: 2.5vw;
  width: auto;
}

.ih-4 {
  height: 4vw;
  width: auto;
}

.ih-5 {
  height: 5vw;
  width: auto;
}

.ih-6 {
  height: 6vw;
  width: auto;
}

.iw-1 {
  width: 1vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-1 {
    width: 0.5rem;
  }
}

.iw-015 {
  width: 1.5vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-015 {
    width: 0.75rem;
  }
}

.iw-2 {
  width: 2vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-2 {
    width: 2rem;
  }
}

.iw-3 {
  width: 3vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-3 {
    width: 1.5rem;
  }
}

.iw-4 {
  width: 4vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-4 {
    width: 2rem;
  }
}

.iw-6 {
  width: 6vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-6 {
    width: 3rem;
  }
}

.iw-8 {
  width: 8vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .iw-8 {
    width: 4rem;
  }
}

.iw-10 {
  width: 10vw;
  height: auto;
}

.iw-12 {
  width: 12vw;
  height: auto;
}

.iw-16 {
  width: 16vw;
  height: auto;
}

.iw-100p {
  width: 100%;
  height: auto;
}

.ar-1-1 {
  aspect-ratio: 1/1;
}

.ar-2-3 {
  aspect-ratio: 2/3;
}

.ar-2-1 {
  aspect-ratio: 2/1;
}

.ar-3-2 {
  aspect-ratio: 3/2;
}

.ar-4-3 {
  aspect-ratio: 4/3;
}

.ar-3-4 {
  aspect-ratio: 3/4;
}

.ar-16-1 {
  aspect-ratio: 16/4;
}

.ar-16-4 {
  aspect-ratio: 16/4;
}

.ar-16-6 {
  aspect-ratio: 16/6;
}

.ar-16-8 {
  aspect-ratio: 16/8;
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.ar-16-10 {
  aspect-ratio: 16/10;
}

.f-0-0 {
  flex: 0 0 auto;
}

.f-1-1 {
  flex: 1 1 auto;
}

.f-2-2 {
  flex: 2 2 auto;
}

.wrap, footer, main {
  flex-wrap: wrap;
}

.justify-center, main {
  justify-content: center;
}

.justify-space-between, footer {
  justify-content: space-between;
}

.justify-end, nav#main #menu-main_menu {
  justify-content: flex-end;
}

.justify-self-end {
  -webkit-justify-self: flex-end;
  justify-self: flex-end;
}

.align-self-start {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

.align-self-center {
  align-self: center;
  -webkit-align-self: center;
}

.align-content-start {
  align-content: flex-start;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .r-align-items-end {
    align-items: flex-end;
  }
}

.flex-columns, .f-columns {
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .r-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  div.r-f-columns {
    flex-direction: column;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.pos-rel, q, blockquote {
  position: relative;
}

.pos-fix, footer {
  position: fixed;
}

.pos-abs, nav#main #menu-main_menu .sub-menu, q:before, blockquote:before, .tr-center {
  position: absolute;
}

.z-0 {
  z-index: 0;
}

.z--1 {
  z-index: -1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.b-0, footer {
  bottom: 0;
}

.l-0, footer {
  left: 0;
}

.border {
  border: thin solid;
}

.bw-025 {
  border-width: 0.25vw;
  border-style: solid;
}
@media only screen and (max-width: 768px) {
  .bw-025 {
    border-width: 0.25rem;
  }
}

.b-t {
  border-top: thin solid;
}

.b-r {
  border-right: thin solid;
}

.b-b {
  border-bottom: thin solid;
}

.b-l {
  border-left: thin solid;
}

.br-50 {
  border-radius: 50%;
  overflow: hidden;
}

.br-1v {
  border-radius: 1vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .br-1v {
    border-radius: 1rem;
  }
}

.br-2v {
  border-radius: 2vw;
  overflow: hidden;
}

.br-all {
  border-radius: 1vw;
}

.br-all-thumb {
  border-radius: 0.5vw;
}

.br-top {
  border-radius: 1vw 1vw 0 0;
}

.br-top-thumb {
  border-radius: 0.5vw 0.5vw 0 0;
}

.br-left {
  border-radius: 1vw 0 0 1vw;
}

.br-left-thumb {
  border-radius: 0.5vw 0 0 0.5vw;
}

.br-right {
  border-radius: 0 1vw 1vw 0;
}

.br-right-thumb {
  border-radius: 0 0.5vw 0.5vw 0;
}

.br-side-by-side-thumb {
  border-radius: 0.5vw 0 0 0.5vw;
}

.br-classic-thumb {
  border-radius: 0.5vw 0.5vw 0 0;
}

.o-0 {
  opacity: 0;
}

.o-25 {
  opacity: 0.25;
}

.o-50 {
  opacity: 0.5;
}

.o-75 {
  opacity: 0.75;
}

.o-100 {
  opacity: 1;
}

.mouse-over, .pointer {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.hidden {
  overflow: hidden;
}

.scroll-x {
  overflow-x: auto;
}

.fil-i {
  filter: invert(1);
  transition: filter 0.8s;
}

.fil-i-child > * {
  filter: invert(1);
}

.fil-icon {
  filter: saturate(10%) brightness(160%);
  transition: filter 1s;
  mix-blend-mode: overlay;
}

.fil-desaturate {
  filter: saturate(10%) brightness(160%);
  transition: filter 1s;
}
.fil-desaturate:hover {
  filter: saturate(100%) brightness(100%);
}

.desaturate-hover:hover .fil-desaturate {
  filter: saturate(100%) brightness(100%);
}

.icon-hover:hover .fil-icon {
  filter: saturate(70%) brightness(80%);
}

.fil-darken {
  filter: brightness(20%) saturate(60%);
}

.trans-bg {
  transition: background-color 0.8s;
}

.trans-fil-child > * {
  transition: filter 0.8s;
}

.tr-90 {
  transform: rotate(90deg);
}

.tr-180 {
  transform: rotate(180deg);
}

.tr-270 {
  transform: rotate(270deg);
}

.tr-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tr-y--2 {
  margin-top: 2vw;
}

.img-hover img {
  transition: transform 1s;
}
.img-hover:hover img {
  transform: scale(105%);
}

.mix-multiply {
  mix-blend-mode: multiply;
}

.mix-overlay {
  mix-blend-mode: overlay;
}

.r-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  .r-show {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .r-order--1 {
    order: -1;
  }
}

@media only screen and (max-width: 768px) {
  .r-none {
    display: none;
  }
  .r-iw-1 {
    width: 1rem;
  }
  .r-iw-15 {
    width: 1.5rem;
  }
  .r-iw-2 {
    width: 2rem;
  }
  .r-iw-4 {
    width: 4rem;
  }
  .r-iw-5 {
    width: 5rem;
  }
  .r-iw-6 {
    width: 6rem;
  }
  .r-w-50 {
    width: 50%;
  }
  .r-w-75 {
    width: 75%;
  }
  .r-w-3r {
    width: 3rem;
  }
  .r-ih-15 {
    height: 1.5rem;
    width: auto;
  }
  .r-ih-25 {
    height: 2.5rem;
    width: auto;
  }
  .r-fs-50 {
    font-size: 50%;
  }
  .r-fs-75 {
    font-size: 75%;
  }
  .r-fs-100 {
    font-size: 100%;
  }
  .r-fs-125 {
    font-size: 125%;
  }
  .r-fs-150 {
    font-size: 150%;
  }
  .r-ar-1-1 {
    aspect-ratio: 1/1;
  }
  .r-ar-16-8 {
    aspect-ratio: 16/8;
  }
  .r-ar-16-10 {
    aspect-ratio: 16/10;
  }
  .r-wrap {
    flex-wrap: wrap;
  }
  .r-mt-35 {
    margin-top: 3.5rem;
  }
  .r-mt-1 {
    margin-top: 1rem;
  }
  .r-mr-0 {
    margin-right: 0;
  }
  .r-ml-0 {
    margin-left: 0;
  }
  .r-m-0 {
    margin: 0;
  }
  .r-hidden-x {
    overflow-x: auto;
  }
  .r-p-0 {
    padding: 0;
  }
  .r-ph-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .r-f-columns-reverse {
    flex-direction: column-reverse;
  }
  .r-c-05 {
    width: 4.1666666667%;
  }
  .r-c-1 {
    width: 8.3333333333%;
  }
  .r-c-2 {
    width: 16.6666666667%;
  }
  .r-c-3 {
    width: 25%;
  }
  .r-c-4 {
    width: 33.3333333333%;
  }
  .r-c-45 {
    width: 37.5%;
  }
  .r-c-6 {
    width: 50%;
  }
  .r-c-12 {
    width: 100%;
  }
  .r-pos-static, footer {
    position: static;
  }
}
@font-face {
  font-family: "Cairo";
  src: url(fonts/Cairo/Cairo-VariableFont_slnt\,wght.ttf) format("woff2");
}
@font-face {
  font-family: "Assistant";
  src: url(fonts/Assistant/Assistant-VariableFont_wght.ttf) format("woff2");
}
a {
  color: inherit;
}

h1 {
  font-family: "Cairo", sans-serif;
}

h2 {
  font-family: "Cairo", sans-serif;
}

h3 {
  font-family: "Cairo", sans-serif;
}

h4 {
  font-family: "Cairo", sans-serif;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600, q:before, blockquote:before, h1, h2, h3, h4 {
  font-weight: 600;
}

strong, b, .fw-700, nav#main a {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

q, blockquote {
  font-style: italic;
}
q:before, blockquote:before {
  content: '"';
  left: 0;
  line-height: 1;
}
.fs-25 {
  font-size: 25%;
}

.fs-33 {
  font-size: 33.3333333333%;
}

.fs-50 {
  font-size: 50%;
}

.fs-625 {
  font-size: 62.5%;
}

.fs-75, q + pre, blockquote + pre {
  font-size: 75%;
}

.fs-875 {
  font-size: 87.5%;
}

.fs-9375 {
  font-size: 93.75%;
}

.fs-100 {
  font-size: 100%;
}

.fs-1125 {
  font-size: 112.5%;
}

.fs-120, p, .tekst_element ul {
  font-size: 120%;
}

.fs-125, q, blockquote {
  font-size: 125%;
}

.fs-150, h4 {
  font-size: 150%;
}

.fs-200, h3 {
  font-size: 200%;
}

.fs-250, h1, h2, q:before, blockquote:before {
  font-size: 250%;
}

.fs-300 {
  font-size: 300%;
}

.fs-360 {
  font-size: 360%;
}

.fs-400 {
  font-size: 400%;
}

.fs-500 {
  font-size: 500%;
}
@media only screen and (max-width: 768px) {
  .fs-500 {
    font-size: 250rem;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-100 {
    font-size: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-125 {
    font-size: 125%;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-160 {
    font-size: 160%;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-200 {
    font-size: 200%;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-300 {
    font-size: 300%;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-360 {
    font-size: 360%;
  }
}

@media only screen and (max-width: 768px) {
  .r-fs-400 {
    font-size: 400%;
  }
}

.tt-u, nav#main a {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.lh-1 {
  line-height: 1;
}

.lh-1125 {
  line-height: 1.125;
}

.lh-125, h1, h2, h3, h4 {
  line-height: 1.25;
}

.ta-c {
  text-align: center;
}

.ta-r, q + pre, blockquote + pre {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .r-ta-r {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .r-ta-c {
    text-align: center;
  }
}

.td-n, nav#main a {
  text-decoration: none;
}

.fs-i {
  font-style: italic;
}

.td-u {
  text-decoration: underline;
}

nav ul, nav li {
  list-style: none;
}

.va-t {
  vertical-align: top;
}

.icon {
  background-position: 0.5vw center;
  background-size: 1.5vw 1.5vw;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .icon {
    background-position: 0.5rem center;
    background-size: 1.5rem 1.5rem;
  }
}
.icon.download-icon {
  background-image: url(media/fil.svg);
}
.icon.internal-icon {
  background-image: url(media/intern.svg);
}
.icon.external-icon {
  background-image: url(media/link.svg);
}

.img-hov img {
  transition: transform 1s;
}
.img-hov img:hover {
  transform: scale(110%);
}

@media (max-width: 768px) {
  nav#main #menu-main_menu {
    flex-direction: column;
    padding: 1rem 0;
  }
  nav#main #menu-main_menu li {
    margin: 0 0 1rem;
  }
  nav#main #menu-main_menu .sub-menu {
    position: static;
    background: none;
  }
  nav#main #menu-main_menu .sub-menu li {
    margin: 0 0 0.5rem;
  }
  nav#main #menu-main_menu .sub-menu li a {
    color: #ffffff;
    opacity: 0.75;
  }
  nav#main #menu-main_menu a {
    display: block;
    text-align: center;
  }
  footer {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 75%;
  }
}
/* Generel */
html {
  background-image: url(media/timbuktu_baackground.svg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: contain;
  font-family: "Assistant", sans-serif;
  font-size: 1.25vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  article {
    margin: 2rem 1rem 6rem;
  }
}

#headerbar header img {
  height: 6vw;
}

nav#main a {
  transition: color 0.4s;
}
nav#main #menu-main_menu > li:hover .sub-menu {
  display: block;
}
nav#main #menu-main_menu .sub-menu a {
  transition: color 0.4s;
}
.res-menu {
  transition: transform 0.4s;
}
.res-menu.res-open {
  transform: rotateZ(-90deg);
}

@media only screen and (max-width: 768px) {
  footer {
    flex-direction: column;
  }
  footer a {
    flex-direction: column;
  }
}/*# sourceMappingURL=layout.css.map */