@font-face {
    font-family: "RobotoBold";
    font-style: normal;
    src: url("Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoBoldItalic";
    font-style: italic;
    src: url("Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoMedium";
    font-style: normal;
    src: url("Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoMediumItalic";
    font-style: italic;
    src: url("Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoRegular";
    font-style: normal;
    src: url("Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoRegularItalic";
    font-style: italic;
    src: url("Roboto-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoLight";
    font-style: normal;
    src: url("Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoLightItalic";
    font-style: italic;
    src: url("Roboto-LightItalic.ttf") format("truetype");
}

:root {
    --unit: 1rem;
    --fontFactor: 1.2;
    --scroll: 0;

    --font056: calc(var(--font075) / var(--fontFactor));
    /* 09.04px */
    --font075: calc(var(--font100) / var(--fontFactor));
    /* 12.03px */
    --font100: 1rem;
    /* 16px p */
    --font133: calc(var(--font100) * var(--fontFactor));
    /* 21.33px h6*/
    --font178: calc(var(--font133) * var(--fontFactor));
    /* 28.43px h5*/
    --font237: calc(var(--font178) * var(--fontFactor));
    /* 37.90px h4*/
    --font316: calc(var(--font237) * var(--fontFactor));
    /* 50.52px h3*/
    --font421: calc(var(--font316) * var(--fontFactor));
    /* 67.34px h2*/
    --font561: calc(var(--font421) * var(--fontFactor));
    /* 89.76px h1*/

    /* --colWhite: hsl(0, 0%, 100%);
    --colGray: hsl(120, 12%, 92%);
    --colPurple: hsl(225, 68%, 63%);
    --colOrange: hsl(30, 84%, 54%);
    --colGrayMid: hsl(190, 10%, 60%);
    --colDark: hsl(180, 10%, 23%);
    --colBlack: hsl(180, 6%, 14%); */

    --colWhite: hsl(240, 0%, 100%);
    --colGray: hsl(240, 6%, 96%);
    --colPurple: hsl(225, 68%, 63%);
    --colOrange: hsl(30, 84%, 55%);
    --colGrayMid: hsl(240, 10%, 60%);
    --colDark: hsl(240, 10%, 29%);
    --colBlack: hsl(240, 5%, 16%);
    --colBlack: hsl(180, 6%, 14%);
    --colBlackOpac: hsla(180, 6%, 14%, 80%);
}

* {
    /* outline: 1px solid rgba(255, 0, 0, 0.3); */
    box-sizing: border-box;
    /* overflow-wrap: break-word; */
    white-space: normal;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    /* scrollbar-color: auto; */
    scrollbar-width: thin;
}

html {
    display: flex;
    justify-content: center;
    scroll-behavior: smooth;
}

output,
textarea,
[type="color"],
[type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"] {
    padding: 0 0.75rem;
    min-height: 2rem;
    border-radius: 1rem;
    background-color: var(--colWhite);
    margin: 1rem 0;
}

textarea {
    padding: 0.25rem 0.75rem;
    display: block;
}

input::placeholder,
textarea::placeholder {
    color: var(--colGrayMid);
}

[type="email"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="url"]:focus,
textarea:focus {
    outline: 2px solid var(--colPurple);
}

[type="color"] {
    height: 1rem;
    padding: 0 0.125rem;
}

[type="checkbox"],
[type="radio"] {
    appearance: none;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    outline: 2px solid var(--colPurple);
    margin: 0.5rem;
}

[type="checkbox"] {
    border-radius: 0.125rem;
}

[type="radio"] {
    border-radius: 50%;
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    background: var(--colPurple);
}

[type="checkbox"]:checked::before {
    content: "✓";
    color: var(--colGray);
    position: relative;
    top: -0.25rem;
    left: 0.15rem;
    font-size: var(--font100);
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "RobotoRegular";
    font-size: var(--font100);
    color: var(--colDark);
    background: var(--colGray);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: var(--colWhite); */
    /* border-bottom: 1px solid var(--colGray); */
    z-index: 10;
    pointer-events: none;
}

.header__navBar {
    height: 4rem;
    z-index: 1;
}

.header__navBar>a {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: calc(50% - 0.5rem);
    pointer-events: all;
}

.header__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--colGray);
    /* opacity: 0; */
    top: -100%;
    /* (oldVal - newVal) * newRange / OldRange + newMin */
    translate: 0 calc(1% * (max(var(--scroll), 70) - 70) * 100 / 30);
    transition: translate 0.2s ease;
    z-index: -10;
}

nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav>* {
    pointer-events: all;
}

nav li {
    white-space: nowrap;
}

#navSmall {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100vw;
    right: 0;
    background: var(--colBlack);
    transition: all 0.6s ease;
}

#navSmall.on {
    left: 0;
    /* overflow-y: scroll; */
}

#navSmall ol,
#searchOutput,
#main__content__register__list {
    font-size: var(--font133);
    padding: 0 var(--unit) var(--unit) var(--unit);
}

#navSmall li,
#searchOutput li,
#main__content__register li {
    border-color: var(--colDark) !important;
    cursor: pointer;
    display: flex;
    line-height: normal;
}

#navSmall li>a,
#searchOutput li>a,
#main__content__register li>a,
#navSmall li>div {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: normal;
}

#navSmall li>a.children,
#navSmall li>div.children {
    margin-right: 1rem;
}

#searchOutput li>a>span {
    font-family: 'RobotoRegular';
    color: var(--colGrayMid);
    margin: 0 0.5rem;
    /* font-size: 0.75rem; */
    /* outline: 1px solid var(--colPurple); */
    /* border-radius: 0.75rem; */
    /* height: 1rem; */
    /* display: inline-flex; */
    /* padding: 0.5rem; */
    /* align-items: center; */
    /* justify-content: center; */
    /* transform: translate(0, -0.125rem); */
}

#searchOutput li>a>span.searchPrompt {
    color: var(--colBlack);
    background: var(--colOrange);
    margin: 0;
    padding: 0 0.125rem;
    /* font-family: 'RobotoBold'; */
    /* color: var(--colWhite); */
}

#navSmall__header {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--unit);
}

#navSmall__titleBox {
    color: var(--colGrayMid);
    font-size: var(--font133);
    white-space: nowrap;
    overflow: hidden;
    margin: 0 calc(var(--unit) / 2);
}

#navSmall__titleBox>p {
    text-overflow: ellipsis;
    overflow: hidden;
}

#navSearchButton {
    /* background: var(--colPurple);
    border: none;
    fill: var(--colGray); */
    margin: 0 1rem 0 1rem;
}

#navSearchButton.on {
    background: var(--colGray);
    fill: var(--colPurple);
}

#navSmall a {
    color: var(--colPurple);
}

#navSmall ol.sub a {
    color: var(--colWhite);
}

.logo {
    height: 2.5rem;
    fill: var(--colWhite);
}

#search {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100vw;
    right: 0;
    background: var(--colBlack);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 0.6s ease;
}

#search.on {
    left: 0;
}

#searchComponent form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

#searchComponentInput {
    margin: 0;
    width: calc(100% - 6rem);
}

#searchForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    /* background: var(--colGray); */
    /* border-radius: 1rem; */
    transition: all 0.4s ease;
    margin: 0;
}

#searchInput {
    width: 100%;
    /* background: none; */
    border: none;
    /* padding: 0 1rem; */
    margin: 0 1rem;
    /* max-width: 24rem; */
}

#searchOutput {
    width: 100%;
}

header>section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main {
    width: 100%;
    min-height: calc(75vh - 6rem);
    transition: all 0.4s ease;
    overflow: hidden;
}

main article>* {
    grid-column: span 8;
}

/* main article p,
main article a{
    backdrop-filter: blur(4px);
} */

#main__content {
    position: relative;
    margin-bottom: calc(var(--unit) * 3);
}

#main__content__register {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100vw;
    right: 0;
    background: var(--colBlack);
    transition: all 0.6s ease;
    z-index: 10;
    /* outline: 1px solid blue; */
}

#main__content__register.on {
    left: 0;
}

#main__content__register__header {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1rem;
}

#main__content>section>.artGenerator__wrapper {
    width: 100vw;
    height: 6.25vh;
    position: absolute;
    left: 0;
    z-index: -100;
}

#navSmall>ol,
#searchOutput,
#main__content__register__sticky {
    overflow-x: hidden;
    height: calc(100% - 4rem);
}

/* #navSmall > ol, #searchOutput {
    overflow-y: scroll;
} */

#main__content__register__sticky.scroll {
    overflow-y: scroll;
}

#main__content__register__list>li>a.on {
    color: var(--colPurple);
}

section {
    padding: var(--unit) var(--unit) 0;
}

div[style^="background-image"] {
    background-size: cover;
    background-position: center;
    /* background-origin: border-box;
    background-repeat: no-repeat; */
    padding: 1rem;
    height: calc(1rem * 20);
}

.fullWidthFrame {
    position: relative;
    left: calc(1rem * -1);
    width: calc(100% + 2rem);
}

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

#globalMsg {
    background: var(--colOrange);
    margin: 0;
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 1000;
    opacity: 1;
    height: calc(var(--unit)* 2);
}

footer {
    width: 100%;
    min-height: 25vh;
    background: var(--colDark);
    color: var(--colGray);
    grid-auto-rows: auto;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 calc(var(--unit) * 2);
    padding: var(--unit);
}

footer section {
    padding: 0;
    font-size: var(--font075);
    line-height: 1.5rem;
    grid-column: span 8;
    margin-bottom: 2rem;
}

.footer__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__links>ol {
    margin-top: 1rem;
}

.footer__links>ol>li {
    margin: 0;
}

footer .logo {
    margin-top: 0.625rem;
    fill: var(--colWhite);
}

footer h4 {
    font-size: var(--font075);
    font-family: "RobotoBold";
}

footer a {
    color: var(--colWhite);
}

#siblingsComponent {
    padding-top: calc(var(--unit) *2);
}

#siblings__bar {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    border-top: 1px solid var(--colWhite);
}

#siblings__bar a {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-top: 1em;
}

#siblings__bar a.disable {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    --colPurple: var(--colGrayMid);
    opacity: 0;
}

#siblings__bar p {
    font-size: var(--font100);
    line-height: normal;
    margin: 0;
    text-overflow: ellipsis;
}

#siblings__next>p {
    text-align: end;
}

#contactComponent label {
    min-height: 2rem;
    display: flex;
    align-items: center;
    /* align-content: flex-start; */
    /* flex-wrap: wrap; */
    /* flex-shrink: 0; */
    /* padding-top: 1rem; */
    /* line-height: 2rem; */
    /* min-width: calc(((100% - var(--unit) * 2 * 7) / 8) * 2 + (var(--unit) * 2 * 2)); */
}

#contactComponent input:not([type="checkbox"]),
#contactComponent textarea {
    width: 100%;
}

#contactComponent textarea {
    max-width: 100%;
    max-height: calc(var(--unit) * 6);
}

#contactComponent input[type="submit"] {
    width: fit-content;
    background: var(--colPurple);
}

.contactForm__checkboxWrapper {
    display: flex;
    align-items: center;
    /* font-size: var(--font075); */
    color: var(--colGrayMid);
    margin: 2rem 0;
    gap: 0.5rem;
}

.contactForm__captcha {
    padding: 1rem;
    border-radius: 1rem;
    width: fit-content;
    /* border: 1px solid var(--colPurple); */
    /* border: 1px solid var(--colWhite); */
    /* background: var(--colPurple); */
    /* background: var(--colGrayMid); */
    background: var(--colDark);
    color: var(--colWhite);
    min-height: 7rem;
    margin-top: 1rem;
    flex-direction: column;
}

.contactForm__captcha>label {
    gap: 0 1rem;
    /* flex-shrink: inherit !important; */
    /* padding-top: 0 !important; */
    /* line-height: inherit !important; */
    /* word-break: break-all; */
    flex-wrap: wrap;
}

#captchaResponse {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    height: 2rem;
    border: 1px solid var(--colWhite);
    border-radius: 1rem;
    overflow: hidden;
}

#captchaResponse>img{
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
}

.contactForm__captcha>label>span {
    color: var(--colGrayMid);
}

.contactForm__captcha>label>.button {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    flex-shrink: 0;
    fill: var(--colGrayMid);
    border: 1px solid var(--colGrayMid);
    background: none;
}

.contactForm__captcha > input {
    /* outline: 1px solid var(--colWhite); */
    /* background: none; */
    /* background: var(--colDark); */
    background: var(--colBlack);
    color: var(--colWhite);
    margin: 1rem 0 0 0;
}

#globalLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: var(--colBlackOpac);
    color: var(--colWhite);
}

#globalLoaderMsg {
    max-width: calc(var(--unit) * 18);
}

.spin {
        /* border: 0.25rem solid var(--colBlackOpac); */
        /* border-top: 0.25rem solid var(--colPurple); */
        border-radius: 50%;
        min-width: 2rem;
        min-height: 2rem;
        animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer__partner>ol li {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    width: 100%;
}

.footer__partner>ol svg {
        height: 2rem;
    fill: var(--colWhite);
}

img,
video {
    max-width: 100%;
    border-radius: 0.5rem;
    margin: 0;
}

video {
    background: none;
    width: 100%;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ol.number,
ul.number {
    list-style: auto;
    margin: 0 0 0 1rem;
    font-family: "RobotoMedium";
}

ol.number div,
ul.number div {
    position: relative;
    width: calc(100% + 1rem);
    left: -1rem;
}

ol.bigNumber {
    font-size: var(--font133);
    font-family: "RobotoMedium";
    list-style: decimal;
    margin: 0 0 0 2rem;
}

ol.bigFont {
    font-size: var(--font133);
    font-family: "RobotoMedium";
}

ol.lined,
ul.lined {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}

#main__content li {
    border-color: var(--colWhite);
}

ol.lined li,
ul.lined li {
    padding: calc(var(--unit) / 2) 0;
    margin: 0;
    align-items: center;
    width: 100%;
}

ol.lined li:not(:last-of-type),
ul.lined li:not(:last-of-type) {
    border-bottom: 1px solid;
}

ol.sub,
ul.sub {
    height: fit-content;
    max-height: 0px;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}

ol.sub.sub--open,
ul.sub.sub--open {
    height: fit-content;
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

ul.iconMain img,
ul.iconMain svg {
    width: 25%;
    margin-bottom: 1rem;
    fill: var(--colPurple);
}

ul.iconMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

ul.iconMain>li {
    width: 33.33%;
    display: flex;
    height: calc(1rem * 6);
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    font-family: "RobotoMedium";
    margin: 1rem 0;
}

li:not(:last-child) {
    margin: 0 0 1rem 0;
}

li.icon {
    position: relative;
    padding-left: 2rem;
}

li.icon>svg {
    position: absolute;
    left: 0;
    width: 1rem;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "RobotoBold";
    margin-top: calc(var(--fontSize) * 1.2);
    margin-bottom: calc(var(--fontSize) * 0.4);
    line-height: calc(var(--fontSize) * 1.2);
    font-size: var(--fontSize);
    /* backdrop-filter: blur(4px); */
}

h6 {
    --fontSize: var(--font133);
}

h5 {
    --fontSize: var(--font178);
}

h4 {
    --fontSize: var(--font237);
}

h3 {
    --fontSize: var(--font316);
}

h2 {
    --fontSize: var(--font421);
}

h1 {
    --fontSize: var(--font561);
}

.subline {
    margin-top: calc(var(--fontSize) * -0.5);
}

a {
    text-decoration: none;
    color: var(--colPurple);
    font-family: "RobotoMedium";
    cursor: pointer;
}

/* a.innerTextLink:after {
    content: "➭";
    margin: 0.25rem;
} */

legend {
    font-family: "RobotoMedium";
}

hr {
    border-top: solid 1px var(--colWhite);
}

button,
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2rem;
    background: var(--colPurple);
    color: var(--colWhite);
    /* border: 1px solid var(--colWhite); */
    border-radius: 1rem;
    padding: 0 1rem;
    font-family: "RobotoMedium";
    /* font-size: var(--font100); */
    line-height: 1;
    width: fit-content;
    transition: all 0.4s ease;
    cursor: pointer;
}

a.icon,
button.icon {
    /* padding: 0; */
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    fill: var(--colWhite);
    flex-shrink: 0;
}

a.icon>svg,
button.icon>svg {
    width: 1rem;
    height: 1rem;
}

a.black,
button.black {
    background: var(--colBlack);
    fill: var(--colWhite);
}

a.white,
button.white {
    background: var(--colWhite);
    color: var(--colBlack);
    fill: var(--colBlack);
}

a.rotate135,
button.rotate135 {
    transform: rotate(135deg);
}

a.border,
button.border {
    border: 1px solid var(--colPurple);
    fill: var(--colPurple);
    color: var(--colPurple);
    background: none;
}

a.border.white,
button.border.white {
    border: 1px solid var(--colWhite);
    fill: var(--colWhite);
    color: var(--colWhite);
    background: none;
}

.button__wrapper {
    display: flex;
    flex-direction: row;
}


.template__content h3 {
    margin-top: 0;
}

#intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100dvh;
    padding-block-start: calc(var(--unit) * 4);
    padding-block-end: calc(var(--unit) * 4);
    color: var(--colGray);
    background: var(--colDark);
    background: -moz-linear-gradient(45deg, var(--colBlack) 0%, var(--colDark) 50%, var(--colPurple) 100%);
    background: -webkit-linear-gradient(45deg, var(--colBlack) 0%, var(--colDark) 50%, var(--colPurple) 100%);
    background: linear-gradient(45deg, var(--colBlack) 0%, var(--colDark) 50%, var(--colPurple) 100%);
    /* background-color: hsl(180, 24%, 18%, calc(1.00 - (1% * var(--scroll)))); */
    -webkit-backdrop-filter: opacity(1);
    backdrop-filter: opacity(1);
    /* (oldVal - newVal) * newRange / OldRange + newMin */
    translate: 0 calc(-1% * (max(var(--scroll), 25) - 25) * 100 / 150);
    transition: translate 0.2s ease, padding-block 0.5s ease;
    /* --backgroundOpacity: calc(100 - 1% * min(var(--scroll), 30) * 100 / 30); */
}

#intro .artGenerator__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -10;
    overscroll-behavior: contain;
    touch-action: none;
    pointer-events: none;
}

#intro h2,
#intro h5 {
    margin: 0;
}

#intro h6 {
    margin: 1rem 0;
}

#intro .button__wrapper {
    padding: 1rem 0 0 0;
    flex-wrap: wrap;
    gap: 1rem;
}

#intro p {
    font-size: var(--font100);
}


.image__container {
    margin: 1rem 0;
    position: relative;
    height: fit-content;
    width: fit-content;
    flex-grow: 0 !important;
}

.image__container.image__container--multiple {
    display: flex;
    column-gap: var(--unit);
    row-gap: calc(var(--unit) /2);
    flex-grow: unset;
    width: 100%;
    flex-wrap: wrap;
}

.image__container.image__container--multiple>*:not(.pictureNumberOverlay) {
    width: 0;
    flex-grow: 1;
    min-width: 8rem;
    align-self: flex-start;
}

.articleContent {
    display: flex;
    column-gap: calc(var(--unit)* 2);
    flex-wrap: wrap;
}

.articleContent>* {
    flex-grow: 3;
    width: 0;
    flex-shrink: 0;
    min-width: 18rem;
}

.articleContent__textImg>:first-child {
    flex-grow: 5;
}

.articleContent__textImg>.image__container>img {
    max-height: 45rem;
}


.articleContent__iconText {
    gap: 1rem;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: nowrap;
}


.articleContent__iconText>.image__container {
    min-width: unset;
    flex-grow: unset;
    display: flex;
    row-gap: 0.5rem;
    flex-direction: column;
    width: fit-content;
    align-self: flex-start;
    margin: 0;
}

.articleContent__iconText>.image__container>img {
    max-height: 3rem;
}

.articleContent__iconText>p {
    margin: 0;
    min-width: unset;
}

.italic {
    font-style: italic;
}

span.innerTextIcon {
    background: var(--colGrayMid);
    align-items: center;
    border-radius: 0.75rem;
    color: var(--colWhite);
    text-align: center;
    text-anchor: middle;
    height: 1.5rem;
    min-width: 1.5rem;
    display: inline-flex;
    justify-content: center;
    padding: 0 0.5rem;
    margin: 0.125rem;
    font-size: 0.9rem;
}

span.hotkey__key>.SVGIcon,
span.innerTextIcon>.SVGIcon{
    width: 10px;
    height: 10px;
    fill: var(--colWhite);
    stroke: var(--colWhite);
}

span.pictureNumber {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: RobotoMedium;
    background: var(--colOrange);
    border-radius: 50%;
    margin: 0 0.25rem;
    font-size: 0.9rem;
}

span.pictureNumberOverlay {
    position: absolute;
    display: inline-flex;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    background-color: var(--colOrange);
    border-radius: 50%;
    font-weight: bold;
    height: 1.6em;
    width: 1.6em;
}

.grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 calc(var(--unit)* 2);
}


.absoluteViewport {
    pointer-events: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.flexCC {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotkeyList {
    margin-top: calc(var(--unit) /2);
    row-gap: calc(var(--unit) / 2);
}

.hotkey {
    width: fit-content;
    display: inline-block;
}

.hotkeyList>.hotkey {
    margin-bottom: calc(var(--unit) /2);
    width: 100%;
}

.hotkey__key {
    padding: 0.3rem 0.5rem 0.2rem;
    background: var(--colGrayMid);
    border-radius: 0.25rem;
    margin: 0 0.25rem;
    color: var(--colWhite);
    text-transform: uppercase;
    font-size: var(--font075);
    white-space: nowrap;
    box-shadow: 0px 1px 1px 0px var(--colBlack);
    height: 1.5rem;
    min-width: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hotkeyList>.hotkey>.hotkey__key {
    font-size: var(--font100);
}

.hidden {
    display: none !important;
}

.invisible {
    opacity: 0 !important;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.ghost {
    opacity: 0 !important;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    height: 0 !important;
    min-height: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.faq__question {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.faq__question p {
    padding-right: var(--unit);
}

.faq__answer {
    font-size: var(--font100);
    overflow: hidden;
    height: 0;
    transition: all 0.4s ease;
}

.faq__answer p {
    /* margin-top: 0; */
    font-family: 'RobotoRegular';
}

.glossarList{

}

.glossarEntry{
    width: 100%;
}

.glossarEntry>p>a:not(.innerTextLink){
    color: var(--colOrange);
}


@media (min-width: 520px) {
    #navSmall {
        width: 50vw;
    }

    #navSmall.on {
        left: 50vw;
    }

    #main__content__register {
        width: 50vw;
    }

    #main__content__register.on {
        left: 50vw;
    }

    #search {
        width: 50vw;
    }

    #search.on {
        left: 50vw;
    }

    footer section {
        grid-column: span 4;
    }

}

@media (min-width: 800px) {
    :root {
        --fontFactor: 1.333;
        --unit: 2rem;
    }

    .header__navBar,
    #searchForm,
    #navSmall__header {
        height: calc(var(--unit) * 3);
    }

    #navSmall>ol,
    #searchOutput {
        height: calc(100% - (var(--unit) * 3));
    }

    #main__content__register__sticky {
        height: 100%;
    }

    #anchorNaviButton {
        display: none;
    }

    #intro {
        padding-block-start: calc(var(--unit) * 3);
        padding-block-end: calc(var(--unit) * 2);
    }

    /* ol.lined li,
    ul.lined li {
        padding: 0.5rem 0;
    } */

    main article>* {
        grid-column: 1 / span 5;
    }

    header>section {
        padding: var(--unit);
    }

    #navSmall {
        width: 37.5vw;
    }

    #navSmall.on {
        left: 62.5vw;
    }

    #navSmall__header {
        padding: 0 var(--unit);
    }

    .logo {
        height: 3rem;
    }

    #search {
        width: 37.5vw;
    }

    #search.on {
        left: 62.5vw;
    }

    #searchForm {
        padding: 0 var(--unit);
    }

    #main__content>section>.artGenerator__wrapper {
        width: 62.5vw;
    }

    #main__content__register {
        height: calc(100vh - (var(--unit) * 3));
        top: calc(var(--unit) * 3);
        left: 62.5vw;
        width: 37.5vw;
        background: none;
        translate: 0 calc(100% - 1%*(max(var(--scroll), 18) - 36)* 100 / 64);
        transition: translate 0.2s ease;
        z-index: auto;
        /* position: absolute; */
    }

    #main__content__register.noIntro {
        translate: none;
    }

    #main__content__register.on {
        left: 62.5vw;
    }

    #main__content__register__header {
        display: none;
    }

    #main__content__register__list {
        /* list-style: decimal; */
        padding: 0 var(--unit) var(--unit) calc(var(--unit)* 1);
    }

    #main__content__register__list ::marker {
        color: var(--colWhite);
        margin-right: calc(var(--unit) * 0.5);
    }

    #main__content__register__list a {
        color: var(--colGrayMid);
    }

    #main__content__register__list a:hover {
        color: var(--colPurple);
    }

    #main__content__register li {
        border-color: var(--colWhite) !important;
    }

    footer section {
        grid-column: span 2;
    }

    footer .logo {
        margin-top: 0;
    }

    .absoluteViewport {
        padding: 4rem var(--unit);
    }

    .fullWidthFrame {
        left: calc(var(--unit) * -1);
        width: calc(100% + 4rem);
    }

    #siblings__bar p {
        font-size: var(--font133);
    }


}

@media (min-width: 1480px) {
    main article>* {
        grid-column: 3 / span 4;
    }

    #main__content>section>.artGenerator__wrapper {
        width: 75vw;
    }

    #navSmall {
        width: 25vw;
    }

    #navSmall.on {
        left: 75vw;
    }

    #search {
        width: 25vw;
    }

    #search.on {
        left: 75vw;
    }

    #main__content__register {
        left: 75vw;
        width: 25vw;
    }

    #intro p {
        font-size: var(--font133);
    }

    #intro {
        padding-block-end: calc(var(--unit) * 4);
    }

    h1,
    h2,
    h3,
    h4
    {
        margin-top: calc(var(--fontSize) * 1.3);
        margin-bottom: calc(var(--fontSize) * 0.5);
        font-size: calc(var(--fontSize) * 1.3);
        line-height: calc(var(--fontSize) * 1.3);
    }

    #intro h2,
    #intro h5 {
        margin: 0;
        margin-bottom: calc(var(--fontSize) * 0.5);
    }
}

@media (min-width: 1920px) {
    main article>* {
        grid-column: 3 / span 3;
    }

    #main__content>section>.artGenerator__wrapper {
        width: 65vw;
    }

    #main__content__register {
        left: 65vw;
    }

}

@media (min-width: 2560px) {
    main article>* {
        grid-column: 3 / span 3;
    }

    #main__content>section>.artGenerator__wrapper {
        width: 65vw;
    }

    #main__content__register {
        left: 65vw;
    }

    body{
        font-size: calc(var(--fontSize) * 1.1);
    }
}

@media (max-height: 480px) {
    #intro {
        padding-block-end: calc(var(--unit) * 1);
    }
}

@media (max-height: 480px) and (min-width: 800px) {
    :root {
        --fontFactor: 1.25;
        --font100: 0.9rem;
        --unit: 1.5rem;
    }
}

@media (max-height: 480px) and (max-width: 800px) {

    #intro .button__wrapper {
        padding: 0;
    }
}


@keyframes slideIn {
    from {
        transform: translateX(-2rem);
        opacity: 0;
        filter: blur(2px);
    }

    to {
        transform: translateX(0);
        opacity: 1;
        filter: blur(0);
    }
}

.animation--slideIn {
    animation: slideIn 0.5s ease-out forwards;
}
