@charset "UTF-8";@import"https://use.typekit.net/mvx8cas.css";:root{color-scheme:dark light;--color-primary: #12140f}@media (prefers-color-scheme: light){:root{--color-primary: #bfbfbf}}html{overflow-y:scroll}body{font-family:fagun,sans-serif;font-weight:300;font-style:normal;margin:0 auto;padding:0;justify-content:center;background-color:var(--color-primary)}ul{margin:0;margin-block-start:0;margin-block-end:0;padding-inline-start:0}#app{margin:0 auto;max-width:1024px;padding-left:10px;padding-right:10px;width:100%;box-sizing:border-box}p{margin:0 0 32px}a{margin:0;padding:0}a:link,a:visited{text-decoration:none;color:#9bc291}a:hover{text-decoration:none;color:#fff1db}a:active{text-decoration:underline}h1{width:100%;margin:0;padding:0;margin-block-start:0;margin-block-end:0}b{font-weight:800}h2{font-size:large;text-overflow:ellipsis;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}h3{display:inline-block;width:100%}.li--remove-dot{list-style:none}.title--huge{font-size:64px;margin:-8px 0 0}@media (max-width: 350px){.title--huge{font-size:48px}}.title--semi-huge{font-size:24px;margin-left:auto}@media (max-width: 768px){.title--semi-huge{font-size:40px;writing-mode:vertical-rl;text-orientation:mixed;text-align:end}}.title{margin:0 0 8px}@media (max-width: 768px){.title{margin:32px 0 16px}}.navbar{position:fixed;width:100%;left:0;top:0;z-index:100;background-color:#12140f}@media (max-width: 768px){.navbar{display:none}}.navbar__list{display:flex;flex-direction:row;align-items:center;gap:20px;margin:0 auto;padding:16px 10px;max-width:1024px;box-sizing:border-box}.navbar__container{max-width:1024px;margin:0 auto;padding:16px 10px;box-sizing:border-box}.navbar__item{list-style:none;font-size:1.2rem}.navbar__link{color:#9bc291;text-decoration:none;display:block;padding:.5rem 0}.navbar__link:hover{color:#fff1db}.navbar__link.router-link-exact-active{color:#fff}.navbar__user-info{display:flex;flex-direction:row;gap:1rem;align-items:center;width:auto}.navbar__role{color:#9bc291;text-transform:capitalize}.navbar__button{white-space:nowrap}.app-content{margin-top:64px}@media (max-width: 768px){.app-content{margin-top:0}}.page{position:relative}.burger-button{display:none;background:none;border:none;font-size:44px;color:#12140f;background-color:#ecdfcc;border-radius:8px 0 0;cursor:pointer;position:fixed;bottom:0;right:0;z-index:1002;transition:background-color .3s ease,color .3s ease,transform .3s ease;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.burger-button{display:block}}.burger-button:active{background-color:#dec8a7}.burger-button--active{background-color:#12140f;color:#ecdfcc}.burger-button.burger-button--active{background-color:#12140f!important;color:#ecdfcc}.menu-overlay{display:none}@media (max-width: 768px){.menu-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000}}.mobile-menu{display:none}@media (max-width: 768px){.mobile-menu{display:flex;position:fixed;align-items:flex-end;bottom:0;right:-280px;width:280px;height:100vh;background-color:#12140f;z-index:1001;transition:right .3s ease-in-out}}@media (max-width: 768px) and (orientation: landscape){.mobile-menu{height:100%;align-items:flex-start}.mobile-menu .mobile-menu__list{gap:0px;padding-top:16px}.mobile-menu .mobile-menu__user-info{gap:8px;padding-top:16px}.mobile-menu .title--semi-huge{display:none}}@media (max-width: 768px){.mobile-menu--open{right:0}.mobile-menu__list{padding:6rem 2rem;margin:0;display:flex;flex-direction:column;gap:16px;width:100%}}@media (max-width: 768px) and (orientation: landscape){.mobile-menu__list{padding:2rem}}@media (max-width: 768px){.mobile-menu__item{list-style:none;font-size:1.2rem}.mobile-menu__link{color:#9bc291;text-decoration:none;display:block;padding:.5rem 0}.mobile-menu__link:hover,.mobile-menu__link.router-link-exact-active{color:#fff1db}.mobile-menu__user-info{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(155,194,145,.2);display:flex;flex-direction:column;gap:1rem;width:100%}.mobile-menu__role{color:#9bc291;text-transform:capitalize}.mobile-menu__button{width:100%}}.date{background:#ecdfcc;border-radius:4px;width:fit-content;padding:0 3px 1px;color:#12140f}img{width:100%;opacity:0;transition:opacity .3s ease-in-out;border-radius:8px;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}img.loaded{opacity:1}img.float-left{float:left;margin:0 16px 8px 0;min-width:33%;max-width:50%;max-height:300px;object-fit:cover}img.float-right{float:right;margin:0 0 8px 16px;min-width:33%;max-width:50%;max-height:300px;object-fit:cover}img.standard-image{max-height:300px;width:100%;object-fit:cover;margin:16px 0}@media (max-width: 500px){img.float-left,img.float-right{float:unset;margin:0 0 16px;max-width:100%;max-height:240px;object-fit:cover}}input,textarea{min-height:42px;padding:.5rem;border:1px solid #3a3f33;border-radius:4px;background:#272c20;color:#9bc291;resize:none;overflow-y:auto;font-family:inherit;font-size:16px;line-height:1.4;box-sizing:border-box}button{position:relative;padding:.5rem 1rem;border:none;border-radius:4px;background-color:#272c20;color:#9bc291;cursor:pointer;font-size:16px;overflow:hidden}button:hover{background-color:#383d2f}button.burger-button{transition:background-color .2s ease,color .2s ease}button.burger-button:hover{background-color:#e5d3b9}button.burger-button:active{background-color:#dec8a7}.fade-enter-active,.fade-leave-active{transition:opacity .2s cubic-bezier(.4,0,.2,1);position:absolute;width:100%}.fade-enter-from,.fade-leave-to{opacity:0}[data-v-f387d91e]:root{color-scheme:dark light;--color-primary: #12140f}@media (prefers-color-scheme: light){[data-v-f387d91e]:root{--color-primary: #bfbfbf}}html[data-v-f387d91e]{overflow-y:scroll}body[data-v-f387d91e]{font-family:fagun,sans-serif;font-weight:300;font-style:normal;margin:0 auto;padding:0;justify-content:center;background-color:var(--color-primary)}ul[data-v-f387d91e]{margin:0;margin-block-start:0;margin-block-end:0;padding-inline-start:0}#app[data-v-f387d91e]{margin:0 auto;max-width:1024px;padding-left:10px;padding-right:10px;width:100%;box-sizing:border-box}p[data-v-f387d91e]{margin:0 0 32px}a[data-v-f387d91e]{margin:0;padding:0}a[data-v-f387d91e]:link,a[data-v-f387d91e]:visited{text-decoration:none;color:#9bc291}a[data-v-f387d91e]:hover{text-decoration:none;color:#fff1db}a[data-v-f387d91e]:active{text-decoration:underline}h1[data-v-f387d91e]{width:100%;margin:0;padding:0;margin-block-start:0;margin-block-end:0}b[data-v-f387d91e]{font-weight:800}h2[data-v-f387d91e]{font-size:large;text-overflow:ellipsis;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}h3[data-v-f387d91e]{display:inline-block;width:100%}.li--remove-dot[data-v-f387d91e]{list-style:none}.title--huge[data-v-f387d91e]{font-size:64px;margin:-8px 0 0}@media (max-width: 350px){.title--huge[data-v-f387d91e]{font-size:48px}}.title--semi-huge[data-v-f387d91e]{font-size:24px;margin-left:auto}@media (max-width: 768px){.title--semi-huge[data-v-f387d91e]{font-size:40px;writing-mode:vertical-rl;text-orientation:mixed;text-align:end}}.title[data-v-f387d91e]{margin:0 0 8px}@media (max-width: 768px){.title[data-v-f387d91e]{margin:32px 0 16px}}.navbar[data-v-f387d91e]{position:fixed;width:100%;left:0;top:0;z-index:100;background-color:#12140f}@media (max-width: 768px){.navbar[data-v-f387d91e]{display:none}}.navbar__list[data-v-f387d91e]{display:flex;flex-direction:row;align-items:center;gap:20px;margin:0 auto;padding:16px 10px;max-width:1024px;box-sizing:border-box}.navbar__container[data-v-f387d91e]{max-width:1024px;margin:0 auto;padding:16px 10px;box-sizing:border-box}.navbar__item[data-v-f387d91e]{list-style:none;font-size:1.2rem}.navbar__link[data-v-f387d91e]{color:#9bc291;text-decoration:none;display:block;padding:.5rem 0}.navbar__link[data-v-f387d91e]:hover{color:#fff1db}.navbar__link.router-link-exact-active[data-v-f387d91e]{color:#fff}.navbar__user-info[data-v-f387d91e]{display:flex;flex-direction:row;gap:1rem;align-items:center;width:auto}.navbar__role[data-v-f387d91e]{color:#9bc291;text-transform:capitalize}.navbar__button[data-v-f387d91e]{white-space:nowrap}.app-content[data-v-f387d91e]{margin-top:64px}@media (max-width: 768px){.app-content[data-v-f387d91e]{margin-top:0}}.page[data-v-f387d91e]{position:relative}.burger-button[data-v-f387d91e]{display:none;background:none;border:none;font-size:44px;color:#12140f;background-color:#ecdfcc;border-radius:8px 0 0;cursor:pointer;position:fixed;bottom:0;right:0;z-index:1002;transition:background-color .3s ease,color .3s ease,transform .3s ease;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.burger-button[data-v-f387d91e]{display:block}}.burger-button[data-v-f387d91e]:active{background-color:#dec8a7}.burger-button--active[data-v-f387d91e]{background-color:#12140f;color:#ecdfcc}.burger-button.burger-button--active[data-v-f387d91e]{background-color:#12140f!important;color:#ecdfcc}.menu-overlay[data-v-f387d91e]{display:none}@media (max-width: 768px){.menu-overlay[data-v-f387d91e]{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000}}.mobile-menu[data-v-f387d91e]{display:none}@media (max-width: 768px){.mobile-menu[data-v-f387d91e]{display:flex;position:fixed;align-items:flex-end;bottom:0;right:-280px;width:280px;height:100vh;background-color:#12140f;z-index:1001;transition:right .3s ease-in-out}}@media (max-width: 768px) and (orientation: landscape){.mobile-menu[data-v-f387d91e]{height:100%;align-items:flex-start}.mobile-menu .mobile-menu__list[data-v-f387d91e]{gap:0px;padding-top:16px}.mobile-menu .mobile-menu__user-info[data-v-f387d91e]{gap:8px;padding-top:16px}.mobile-menu .title--semi-huge[data-v-f387d91e]{display:none}}@media (max-width: 768px){.mobile-menu--open[data-v-f387d91e]{right:0}.mobile-menu__list[data-v-f387d91e]{padding:6rem 2rem;margin:0;display:flex;flex-direction:column;gap:16px;width:100%}}@media (max-width: 768px) and (orientation: landscape){.mobile-menu__list[data-v-f387d91e]{padding:2rem}}@media (max-width: 768px){.mobile-menu__item[data-v-f387d91e]{list-style:none;font-size:1.2rem}.mobile-menu__link[data-v-f387d91e]{color:#9bc291;text-decoration:none;display:block;padding:.5rem 0}.mobile-menu__link[data-v-f387d91e]:hover,.mobile-menu__link.router-link-exact-active[data-v-f387d91e]{color:#fff1db}.mobile-menu__user-info[data-v-f387d91e]{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(155,194,145,.2);display:flex;flex-direction:column;gap:1rem;width:100%}.mobile-menu__role[data-v-f387d91e]{color:#9bc291;text-transform:capitalize}.mobile-menu__button[data-v-f387d91e]{width:100%}}.date[data-v-f387d91e]{background:#ecdfcc;border-radius:4px;width:fit-content;padding:0 3px 1px;color:#12140f}img[data-v-f387d91e]{width:100%;opacity:0;transition:opacity .3s ease-in-out;border-radius:8px;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}img.loaded[data-v-f387d91e]{opacity:1}img.float-left[data-v-f387d91e]{float:left;margin:0 16px 8px 0;min-width:33%;max-width:50%;max-height:300px;object-fit:cover}img.float-right[data-v-f387d91e]{float:right;margin:0 0 8px 16px;min-width:33%;max-width:50%;max-height:300px;object-fit:cover}img.standard-image[data-v-f387d91e]{max-height:300px;width:100%;object-fit:cover;margin:16px 0}@media (max-width: 500px){img.float-left[data-v-f387d91e],img.float-right[data-v-f387d91e]{float:unset;margin:0 0 16px;max-width:100%;max-height:240px;object-fit:cover}}input[data-v-f387d91e],textarea[data-v-f387d91e]{min-height:42px;padding:.5rem;border:1px solid #3a3f33;border-radius:4px;background:#272c20;color:#9bc291;resize:none;overflow-y:auto;font-family:inherit;font-size:16px;line-height:1.4;box-sizing:border-box}button[data-v-f387d91e]{position:relative;padding:.5rem 1rem;border:none;border-radius:4px;background-color:#272c20;color:#9bc291;cursor:pointer;font-size:16px;overflow:hidden}button[data-v-f387d91e]:hover{background-color:#383d2f}button.burger-button[data-v-f387d91e]{transition:background-color .2s ease,color .2s ease}button.burger-button[data-v-f387d91e]:hover{background-color:#e5d3b9}button.burger-button[data-v-f387d91e]:active{background-color:#dec8a7}.fade-enter-active[data-v-f387d91e],.fade-leave-active[data-v-f387d91e]{transition:opacity .2s cubic-bezier(.4,0,.2,1);position:absolute;width:100%}.fade-enter-from[data-v-f387d91e],.fade-leave-to[data-v-f387d91e]{opacity:0}.article-list[data-v-1010074f]{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;margin-bottom:16px}@media (min-width: 900px){.article-list[data-v-1010074f]{grid-template-columns:repeat(3,1fr)}}.article-list__card[data-v-1010074f]{overflow:hidden;background-color:#272c20;border-radius:8px;position:relative;cursor:pointer;opacity:0;transform:translateY(30px);transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .5s ease-out}.article-list__card.loaded[data-v-1010074f]{opacity:1;transform:translateY(0)}.article-list__card[data-v-1010074f]:hover{transform:translateY(-8px)}.article-list__card--blurred .article-list__hover-text[data-v-1010074f]{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:3;text-align:center;width:80%;transition:opacity .3s ease}.article-list__card--blurred:hover .article-list__hover-text[data-v-1010074f]{opacity:1}.article-list__card--blurred[data-v-1010074f]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;z-index:2}.article-list__card-inner[data-v-1010074f]{display:flex;flex-direction:column;width:100%;box-sizing:border-box;text-wrap:balance;word-break:break-word}.article-list__card-date[data-v-1010074f]{margin:16px 8px 8px}.article-list__card-teaser[data-v-1010074f]{margin:0 8px 8px}.article-list__card-title[data-v-1010074f]{padding:16px 8px;margin:0 0 -10px;background-color:#272c20;z-index:1;border-radius:8px;height:50px}@media (max-width: 300px){.article-list__card-title[data-v-1010074f]{height:78px}}.article-view__image[data-v-1010074f]{height:200px;object-fit:cover;border-top-left-radius:0;border-top-right-radius:0;background-color:#6b8864}.frontpage[data-v-80cd9e2d]{display:flex;flex-direction:column}.frontpage__title[data-v-80cd9e2d]{font-size:32px;margin:unset}@media (max-width: 768px){.frontpage__title[data-v-80cd9e2d]{font-size:32px;margin:32px 0 0}}.frontpage__subtitle[data-v-80cd9e2d]{margin-top:-8px}.frontpage__titel-h2[data-v-80cd9e2d]{margin:0 0 8px}.frontpage__link[data-v-80cd9e2d]{margin:8px 0 64px}.comments[data-v-6a7ee34e]{margin:16px 0;padding-top:2rem;border-top:1px solid rgba(155,194,145,.2)}.comments__title[data-v-6a7ee34e]{margin-bottom:1rem;color:#9bc291}.comments__list[data-v-6a7ee34e]{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.comments__input-area[data-v-6a7ee34e]{display:flex;gap:.5rem}.comments__input[data-v-6a7ee34e]{flex:1;max-height:250px;box-sizing:border-box}@media (max-width: 768px){.comments__input-area[data-v-6a7ee34e]{flex:none;width:calc(100% - 70px)}}.comments__submit[data-v-6a7ee34e]{height:42px;align-self:flex-end}.comments__login[data-v-6a7ee34e]{text-align:center;padding:1rem;background-color:#272c20;border-radius:4px}.comments__login-button[data-v-6a7ee34e]{display:inline-block;padding:.5rem 1rem;margin-top:.5rem;background-color:#3a3f33;color:#9bc291;text-decoration:none;border-radius:4px}.comments__login-button[data-v-6a7ee34e]:hover{background-color:#4a4f43}.comment[data-v-6a7ee34e]{padding:1rem;background-color:#272c20;border-radius:4px}.comment__header[data-v-6a7ee34e]{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}@media (max-width: 370px){.comment__header[data-v-6a7ee34e]{flex-direction:column}}.comment__user[data-v-6a7ee34e]{color:#9bc291;font-weight:700}.comment__date[data-v-6a7ee34e]{color:#9bc291;opacity:.7}.comment__text[data-v-6a7ee34e]{margin:0;color:#fff}.article-view__image[data-v-4a7d11a7]{max-height:300px;width:100%;object-fit:cover}.article-view__content[data-v-4a7d11a7]{overflow:hidden;position:relative}.article-view__content img[data-v-4a7d11a7]{max-width:100%;height:auto}.article-view__content[data-v-4a7d11a7] h2{margin-bottom:16px;font-size:24px}.article-view__content[data-v-4a7d11a7] ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin-bottom:32px}.article-view__content[data-v-4a7d11a7] ul li{display:flex;align-items:center;gap:8px}.article-view__content[data-v-4a7d11a7] ul li:before{content:"•";font-size:1.5em;line-height:1;margin-bottom:3px}.article-view__content[data-v-4a7d11a7] ul p{margin:0}.article-view__content--blurred[data-v-4a7d11a7]{filter:blur(5px);-webkit-user-select:none;user-select:none;max-height:200px;overflow:hidden;position:relative}.article-view__content--blurred[data-v-4a7d11a7]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(transparent,var(--color-primary))}.article-view__login-prompt[data-v-4a7d11a7]{text-align:center;margin-top:20px;padding:20px;border-radius:8px;background-color:#272c20}.article-view__login-button[data-v-4a7d11a7]{display:inline-block;padding:10px 20px;margin-top:10px;border-radius:4px;background-color:#3a3f33;color:#9bc291;text-decoration:none;transition:background-color .3s}.article-view__login-button[data-v-4a7d11a7]:hover{background-color:#4a4f43}.date[data-v-4a7d11a7]{margin:8px 0}.tiptap__container[data-v-83972c9e]{width:100%}.toolbar[data-v-83972c9e]{margin-bottom:8px;display:flex;flex-wrap:wrap;gap:6px}[data-v-83972c9e] .ProseMirror{padding:8px;min-height:200px;max-height:400px;overflow-y:auto;border:1px solid #ccc;border-radius:4px}[data-v-83972c9e] .ProseMirror p{margin:0 0 32px}[data-v-83972c9e] .ProseMirror img.float-left{float:left;margin:0 16px 16px 0;max-width:33%;max-height:300px;object-fit:cover}[data-v-83972c9e] .ProseMirror img.float-right{float:right;margin:0 0 16px 16px;min-width:33%;max-width:50%;max-height:300px;object-fit:cover}[data-v-83972c9e] .ProseMirror p>img.float-left,[data-v-83972c9e] .ProseMirror p>img.float-right{display:inline}[data-v-83972c9e] .ProseMirror img.standard-image{max-height:300px;width:100%;object-fit:cover;margin:16px 0}[data-v-83972c9e] .ProseMirror p{margin:0 0 1em}.new-article__form[data-v-693c3cb8]{display:flex;flex-direction:column;gap:8px}.new-article__container[data-v-693c3cb8]{display:flex;flex-direction:column}.new-article__fileInput-box[data-v-693c3cb8]{display:flex;align-items:center;gap:8px}.new-article__input[data-v-693c3cb8]{max-width:400px;min-width:100px;field-sizing:content;font-size:large}.new-article__input-arrow[data-v-693c3cb8]{margin:0;padding:0}.new-article__input-arrow[data-v-693c3cb8]:before{content:"→"}@media (max-width: 768px){.new-article__input-arrow[data-v-693c3cb8]:before{content:"↓"}}.new-article__button[data-v-693c3cb8]{width:fit-content}@media (max-width: 768px){.new-article__fileInput-box[data-v-693c3cb8]{flex-direction:column;align-items:unset}}.register[data-v-ea5bfd6e]{display:flex;flex-direction:column;gap:8px}p[data-v-ea5bfd6e]{margin:0}.register__button-wrap[data-v-ea5bfd6e]{display:flex;flex-direction:row;gap:8px;align-items:center}.register__input[data-v-ea5bfd6e]{width:400px}@media (max-width: 768px){.register__input[data-v-ea5bfd6e]{width:100%;max-width:100%;box-sizing:border-box}}.login[data-v-430c5bc1]{display:flex;flex-direction:column;gap:8px}.login__button-wrap[data-v-430c5bc1]{display:flex;flex-direction:row;gap:8px;align-items:center}p[data-v-430c5bc1]{margin:0}.login__input[data-v-430c5bc1]{width:400px}@media (max-width: 768px){.login__input[data-v-430c5bc1]{width:100%;max-width:100%;box-sizing:border-box}}.articles-page[data-v-21ae860b]{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.about__text[data-v-c585ee63]{margin:0}.about__text--huge[data-v-c585ee63]{font-size:32px}
