@charset "UTF-8";.c-word-list{--size-quote-icon: 32px}.c-word-list__list{display:grid;grid-gap:1.75rem;gap:1.75rem}.c-word-list .c-word-list__word-wrap{padding-bottom:1.75rem}.c-word-list__word{padding:1rem;background-color:var(--color-background, color-mix(in srgb, var(--orange-100) 30%, white));border:1px solid var(--color-border, var(--orange-200));display:flex;flex-flow:column wrap;gap:1rem;box-shadow:0 .5px .6px color-mix(in srgb,var(--color-box-shadow, var(--orange-900)) 8%,transparent),0 4px 5px color-mix(in srgb,var(--color-box-shadow, var(--orange-900)) 16%,transparent)}@media (hover: hover){.c-word-list__word:hover .c-word-list__berlinerisch a{--color-text-decoration: var(--grey-100)}}html[class~=dark] .c-word-list__word{--color-background: var(--new-blue-400);--color-border: var(--new-blue-200);--color-box-shadow: black}.c-word-list__header{display:flex;flex:1 1 auto;margin:0;flex-wrap:wrap;flex-wrap:var(--warp-flex, wrap);row-gap:1rem}@media (min-width: 48rem){.c-word-list__header{--wrap-flex: no-wrap}}.c-word-list__header-wrapper{border-bottom:none;border-bottom:var(--bottom-border, none);display:flex}:has(.c-word-list__example-wrapper) .c-word-list__header-wrapper{padding-bottom:1rem;--bottom-border: 1px dashed var(--grey-100)}.c-word-list__berlinerisch{font-family:Berlin,sans-serif;font-weight:700;font-size:clamp(1.5rem,5.11vw + .48rem,4.5rem);transition:.3s;margin:0;word-break:break-word;flex:1 0 100%;flex:var(--flex, 1 0 100%);position:relative}@media (min-width: 48rem){.c-word-list__berlinerisch{--flex: 0 1 auto}}.c-word-list__berlinerisch a{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-style:dashed;text-decoration-color:transparent;text-decoration-thickness:from-font;text-underline-position:from-font;transition:.3s -webkit-text-decoration ease;transition:.3s text-decoration ease;transition:.3s text-decoration ease,.3s -webkit-text-decoration ease}@media (hover: hover){.c-word-list__berlinerisch a:hover{text-decoration-color:inherit}}.c-word-list__crown{display:flex;position:absolute;bottom:calc(100% - 10px);color:#e1b125}.c-word-list__translation{display:flex;align-items:center;font-size:clamp(1rem,.43vw + .91rem,1.25rem);position:relative;margin:0}.c-word-list__translation:before{content:"᛫";margin:0 .5rem;margin:var(--margin, 0 .5rem)}@media (min-width: 48rem){.c-word-list__translation:before{--margin: 0 1rem}}.c-word-list__examples{display:flex;flex-direction:column;gap:1rem;padding-left:1rem}.c-word-list__examples-item{font-style:italic}.c-word-list__examples,.c-word-list__example{font-size:clamp(1.19rem,1.06vw + .97rem,1.81rem);flex-basis:100%;margin:calc(var(--size-quote-icon) + .5rem) 0 0 0;word-break:break-word}.c-word-list__examples-explanation,.c-word-list__example-explanation{font-size:1rem;margin:0}.c-word-list__single-example,.c-word-list__examples-list-item{display:flex;flex-direction:column;gap:.5rem}.c-word-list__example{font-style:italic}.c-word-list__example-wrapper{--padding: 0 1rem 1rem 1rem;display:flex;padding:0 1rem 1rem;padding:var(--padding);gap:.5rem;gap:var(--gap, .5rem)}@media (min-width: 48rem){.c-word-list__example-wrapper{--gap: 1rem;--padding: 0 5% .5rem 5%}}@media (min-width: 64rem){.c-word-list__example-wrapper{--padding: 0 10% .5rem 10%}}.c-word-list__icon-button{display:flex;justify-content:center;align-items:center;transition:all .3 ease-in-out}.c-word-list__icon-button.is-hidden{display:none}.c-word-list__quote-icon{width:var(--size-quote-icon);height:var(--size-quote-icon);fill:var(--grey-200);flex:0 0 auto}@media (min-width: 64rem){.c-word-list__quote-icon{--size-quote-icon: 44px}}.c-word-list__options-dropdown{align-self:flex-start}html[class~=dark] .c-word-list__options-icon{--color-icon: var(--yellow-500)}.c-word-search{--padding-y-input: .5rem;--padding-x-input: .5rem;display:flex;flex-wrap:wrap;align-items:stretch;align-self:flex-start}.c-word-search__search-button{--style-border: solid;--offset-x-box-shadow: 2px;--color-box-shadow: rgba(0, 0, 0, .2)}.c-word-search__search-button--right{order:2}.c-word-search__search-input.c-input{--color-border: var(--orange-600);--color-background: color-mix(in srgb, var(--orange-100) 30%, white);--color-outline: color-mix(in srgb, var(--accent) 40%, transparent);--spacing-inner: var(--padding-y-input) var(--padding-x-input);border-left:none;flex:1 1 auto;display:flex;width:1%;min-width:0;color:var(--color, var(--color-body))}html[class~=dark] .c-word-search__search-input.c-input{--color-background: color-mix(in srgb, var(--blue) 70%, white);--color-border: color-mix(in srgb, var(--blue) 60%, white)}.c-word-search__search-input.c-input::-moz-placeholder{color:var(--color-placeholder, color-mix(in srgb, var(--blue) 80%, transparent))}.c-word-search__search-input.c-input::placeholder{color:var(--color-placeholder, color-mix(in srgb, var(--blue) 80%, transparent))}html[class~=dark] .c-word-search__search-input.c-input::-moz-placeholder{--color-placeholder: color-mix(in srgb, var(--yellow-500) 80%, transparent)}html[class~=dark] .c-word-search__search-input.c-input::placeholder{--color-placeholder: color-mix(in srgb, var(--yellow-500) 80%, transparent)}.c-word-search__search-input.c-input:focus-within{outline:var(--color-outline) solid 2px;z-index:2}.c-word-search input[type=search]::-webkit-search-cancel-button{display:none}@media (min-width: 64rem){.c-word-search--large{--padding-y-input: .75rem;--padding-x-input: .75rem}}.c-word-search--large .c-word-search__search-button{--padding: var(--padding-y-input) var(--padding-x-input)}.c-word-search--large .c-word-search__search-input{--size-font: clamp(1rem, 1.7vw + .66rem, 2rem)}@media (min-width: 64rem){.c-word-search--large .c-word-search__search-label{--size-font: 1.5rem}}.c-word-search-filter-toggle{--padding: .25rem .8rem;gap:.5rem;gap:var(--gap, .5rem)}@media (min-width: 64rem){.c-word-search-filter-toggle{--padding: .25rem 1rem}}.c-word-search-filter-toggle__text{display:none;display:var(--display, none)}@media (min-width: 35.5rem){.c-word-search-filter-toggle__text{--display: block}}.c-word-search-filter-toggle__icon-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.c-word-search-filter-toggle__counter{position:absolute;inset:auto auto -2px -3px;border-radius:50%;background:var(--accent);width:2.1ch;height:2.1ch;font-size:.8rem;display:flex;justify-content:center;align-items:center}
