body{background-color:var(--background-color);font-family:"Helvetica Neue","Arial",sans-serif;font-size:14px;line-height:1.42857143;color:var(--pimary-text-color)}footer{position:fixed;right:1px;bottom:1px;opacity:.3}.hidden{display:none}svg path{fill:var(--pimary-text-color)}.svg{pointer-events:none;display:block;width:100%;height:100%}@font-face{font-family:"Oswald";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Oswald_extended.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Oswald";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Oswald.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}select{width:fit-content;min-width:7em;background-color:var(--background-color);color:var(--pimary-text-color);padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;cursor:pointer;padding-right:1em}label{padding-right:1em}.header{container-name:header;container-type:inline-size;display:flex;justify-content:space-between;align-items:center;padding:.1em;text-align:center;font-size:1.5em}.header .nav-block{display:flex;justify-content:center;margin:0 .5em;text-decoration:none;color:var(--pimary-text-color)}.header .nav-block:hover{color:var(--hover-color)}.header .nav-block a{text-decoration:none;color:var(--pimary-text-color)}.header .nav-block a:hover{color:var(--hover-color)}.header .nav-block .nav-item{padding:0 .5em}.header .nav-block .nav-item.underline{border-bottom:2px solid var(--accent-color);font-weight:bold}.header .app-logo{font-size:1.5em;width:1.5em;height:1.5em}.header .app-logo svg{width:1.5em;height:1.5em}.header .app-title{font-size:1.5em;font-weight:bold;font-family:"Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;color:var(--pimary-text-color)}.header .menu-button{box-sizing:border-box;border-radius:.5em;transition:box-shadow .3s ease-in-out;padding:.2em .5em .2em .5em}.header .menu-button svg{position:relative;top:50%;left:50%;transform:translate(-50%, -50%);width:1.5em;height:1.5em}.header .menu-button:hover{box-shadow:var(--boxshadow);cursor:pointer}@container header (max-width: 650px){.nav-block .app-title{display:none}}@container header (max-width: 475px){.nav-block .nav-item.category{display:none}}@container header (max-width: 350px){.nav-block .app-logo{display:none}}.sidebar .backdrop{position:fixed;top:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:99;backdrop-filter:blur(5px);transition:right .3s ease-out}.sidebar .backdrop.hide{right:-100%}.sidebar .menu{position:fixed;top:0;right:0;width:20em;height:100%;z-index:100;transition:right .3s ease-out;background-color:var(--background-color);box-shadow:var(--boxshadow);display:flex;flex-direction:column;align-items:stretch}.sidebar .menu.hide{right:-100%}.sidebar .menu .user{display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-bottom:1px solid #d3d3d3;margin-bottom:1em}.sidebar .menu .user .avatar img{background-color:#d3d3d3;width:4em;height:4em;border-radius:50%;box-shadow:var(--boxshadow);margin:1em}.sidebar .menu .user .login{transition:box-shadow .3s ease-in-out;border-radius:1em}.sidebar .menu .user .login:hover{cursor:pointer;box-shadow:var(--boxshadow)}.sidebar .menu .user .login svg{width:2.2em;height:2.2em;margin:1em}.sidebar .menu .user .settings{transition:box-shadow .3s ease-in-out;border-radius:1em}.sidebar .menu .user .settings:hover{cursor:pointer;box-shadow:var(--boxshadow)}.sidebar .menu .user .settings svg{width:2.2em;height:2.2em;margin:1em}.sidebar .menu .nav{display:flex;flex-direction:column}.sidebar .menu .nav .nav-item{padding:.2em 1em .2em 1em}.sidebar .menu .nav .nav-item a{display:inline-block;width:100%;font-size:1.5em;text-decoration:none;color:var(--pimary-text-color)}.sidebar .menu .nav .nav-item a:hover{color:var(--hover-color)}.sidebar .menu .divider{border-bottom:1px solid #d3d3d3;margin:1em}.sidebar .menu .close{transition:box-shadow .3s ease-in-out;border-radius:1em}.sidebar .menu .close svg{width:2.5em;height:2.5em;margin:.75em}.sidebar .menu .close:hover{cursor:pointer;box-shadow:var(--boxshadow)}.settingsDialog{display:block;position:fixed;font-size:1.5em;z-index:1000;border-radius:1em;width:min(100%,30em);height:min(100%,30em);background-color:var(--background-color);color:var(--pimary-text-color);border-width:2px;box-sizing:border-box;padding:0;opacity:0;transform:translateY(100vh);transition:opacity .5s,transform .5s}.settingsDialog::backdrop{z-index:999;background-color:rgba(0,0,0,.5)}.settingsDialog[open]{opacity:1;transform:translateY(0)}.settingsDialog .head{font-size:1em;font-weight:bold;color:var(--pimary-text-color);background-color:var(--highlighted-background-color);padding:.5em;border-radius:1em 1em 0em 0em}.settingsDialog .head .close{float:right}.settingsDialog .head .close svg{width:1.5em;height:1.5em;color:var(--pimary-text-color);cursor:pointer}.settingsDialog .content{padding:.5em 1em}.settingsDialog .content select,.settingsDialog .content label{display:inline-block}#search-results .mobile-view{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:start;padding-top:.4em}#search-results .mobile-view .card{max-width:100%;box-sizing:border-box;margin:.3em;padding:.2em 1em;border-radius:10px;box-shadow:var(--boxshadow);font-size:1.5em;background-color:var(--highlighted-background-color)}#search-results .mobile-view .card .card-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:baseline;grid-template-columns:1fr 1fr}#search-results .mobile-view .card .card-header .card-subtitle{font-size:1em;color:var(--secondary-text-color);padding-left:1em}#search-results .mobile-view .card .card-header .aka_term{padding-left:.5em;font-weight:slim;font-size:.7em;color:var(--secondary-text-color)}#search-results .mobile-view .card .card-header .actions svg{height:1.3em;width:3em;vertical-align:sub}#search-results .mobile-view .card .card-text{margin-top:.4em;padding:0 .5em;background-color:var(--background-color);border-radius:.5em}#search-results .desktop-view .table{margin:.5em;border-radius:10px;box-shadow:var(--boxshadow);text-align:left}#search-results .desktop-view .header{background-color:var(--highlighted-background-color);display:grid;font-weight:bold;text-align:left;grid-template-columns:4fr 2fr 1fr 3fr 1fr}#search-results .desktop-view .row{display:grid;grid-template-columns:4fr 2fr 1fr 3fr 1fr;border-bottom:1px solid #ccc}#search-results .desktop-view .cell{padding:1em}#search-results .desktop-view .cell .title_grid{vertical-align:middle}#search-results .desktop-view .cell .aka_term{padding-left:.5em;font-weight:slim;font-size:.7em;color:var(--secondary-text-color)}#search-results .desktop-view .cell .actions svg{height:1.3em;width:3em;vertical-align:sub}@media screen and (max-width: 961px){#search-results .desktop-view{display:none}}@media screen and (min-width: 962px){#search-results .mobile-view{display:none}}.category-title{font-size:2em;font-weight:bold;font-family:"Oswald";color:var(--pimary-text-color)}.books{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:.5em;padding:.5em;border-radius:1em;color:var(--pimary-text-color)}.books .book{text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:.5em;padding:.5em;border-radius:1em;background-color:var(--highlighted-background-color);color:var(--pimary-text-color)}.books .book.hide{opacity:0;height:0;padding:0;margin:0}.books .book:hover{cursor:pointer}.books .book .book-name{display:inline;font-size:1.5em;font-weight:bold;font-family:"Oswald";color:var(--pimary-text-color)}.books .book .book-abbr{display:none}.books .book .book-licence{display:inline;font-style:italic;margin-left:.5em;font-size:.8em}.books .book .book-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:.5em;padding:.5em;border-radius:1em;background-color:var(--highlighted-background-color);color:var(--pimary-text-color)}.books .book .book-actions .book-action{margin:.5em;padding:.5em;border-radius:1em;background-color:var(--highlighted-background-color);color:var(--pimary-text-color);transition:opacity .1s ease-out,height .5s ease-out,padding .5s ease-out,margin .5}.category-index{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:.5em;padding:.5em;border-radius:1em;color:var(--pimary-text-color)}.category-index a{text-decoration:none}.category-index .category{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:.5em;padding:.5em;border-radius:1em;background-color:var(--highlighted-background-color);color:var(--pimary-text-color)}.category-index .category .category-name{display:inline;font-size:1.5em;font-weight:bold;font-family:"Oswald";color:var(--pimary-text-color)}.price{font-style:italic}.traits{display:flex;flex-direction:row;flex-wrap:wrap;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif;font-weight:bold;font-size:.6em;text-align:left}.traits .trait{color:#fff;background-color:#5a0a00;border:#dfc984 1px solid;margin:.1em;padding:0em .2em}.traits .trait[word=UNGEWÖHNLICH]{background-color:#d1ac9e}.traits .trait[word=SELTEN]{background-color:#13265f}.traits .trait[word=EINZIGARTIG]{background-color:#54166e}.traits .trait[word=WINZIG],.traits .trait[word=KLEIN],.traits .trait[word=MITTEL],.traits .trait[word=GROSS],.traits .trait[word=RIESIG],.traits .trait[word=GIGANTISCH]{background-color:#3a7b59}.traits .trait[word=RG],.traits .trait[word=NG],.traits .trait[word=CG],.traits .trait[word=RN],.traits .trait[word=N],.traits .trait[word=CN],.traits .trait[word=RB],.traits .trait[word=NB],.traits .trait[word=CB]{background-color:#576293}.tradition{width:1.5em;height:1.5em}.tradition svg{width:2.5em;height:1.5em;vertical-align:middle}.tradition svg path.arcane{fill:var(--arcane-tradition-color)}.tradition svg path.divine{fill:var(--divine-tradition-color)}.tradition svg path.nature{fill:var(--nature-tradition-color)}.tradition svg path.occult{fill:var(--occult-tradition-color)}.tradition svg[title]:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:5px;background-color:rgba(0,0,0,.8);color:#fff;white-space:nowrap;opacity:0;transition:opacity .3s ease}.tradition svg[title]:hover:after{opacity:1}.glossar_header{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center}.glossar_header .title{display:inline-block;font-family:"Oswald";font-weight:bold;font-size:2em;color:var(--pimary-text-color);margin-right:1em}.glossar_header .subtitle{display:inline-block;font-family:"Oswald";font-weight:bold;font-size:1.5em;color:var(--pimary-text-color);margin-left:1em;margin-right:1em}.glossar_header .deriviation{display:inline-block;font-size:1em}.glossar_header .deriviation::before{content:" > "}.glossar_nav{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;gap:.5em}.glossar_nav a{text-align:center;font-family:"Oswald";font-weight:bold;font-size:1.5em;color:var(--pimary-text-color);text-decoration:none;padding:.5em;min-width:1em;border-radius:10px;box-shadow:var(--boxshadow);background-color:var(--highlighted-background-color)}.glossar_body{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;gap:1em}.glossar_body .entry_block .preceeding_letter{text-align:center;font-family:"Oswald";font-weight:bold;font-size:1.5em}.glossar_body .entry_block .preceeding_letter a{color:var(--pimary-text-color);text-decoration:none}.glossar_body .entry_block .glossar_title{font-family:"Oswald";font-weight:bold}@media screen and (max-width: 700px){.glossar_body{align-items:unset}}.title{font-size:2em;font-weight:bold;font-family:"Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;color:var(--pimary-text-color)}.center{text-align:center}input[type=text],input[type=password],input[type=email],input[type=number]{font-size:1.5em;line-height:1.42857143;color:#333;border-radius:1em;padding-left:1em;padding-right:1em;text-overflow:ellipsis}.w1{width:100%;max-width:18em;box-sizing:border-box}.jumbotron{background-color:var(--highlighted-background-color);color:var(--pimary-text-color);font-size:1.4em;padding:.5em;margin:.5em;border-radius:1em;transition:opacity .1s ease-out,height .5s ease-out,padding .5s ease-out,margin .5s ease-out;font-size:.5s ease-out}.jumbotron.hide{opacity:0;height:0em;padding:0em;margin:0em;font-size:0em}.rule-font{font-weight:bold;font-family:"Oswald";color:var(--pimary-text-color)}
