*{box-sizing:border-box}html,body{color:#fff;background-color:#2c3e50;margin:0;padding:0;font-family:Arial,sans-serif;font-size:16px}@media (width<=1024px){html,body{font-size:14px}}@media (width<=480px){html,body{font-size:12px}}a{color:#2980b9;text-decoration:none}main{min-height:calc(100dvh - 7.5rem);padding:1rem}footer{background-color:#2c3e50;height:3rem;padding:1rem;display:flex}.meta{color:#e6e6e6;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.meta h4{margin:0;font-size:1rem;font-weight:700}.archive{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.archive__item{color:#e6e6e6;background-color:#111;border-radius:.5rem;padding:.25rem;box-shadow:0 5px 10px #0000001a}.archive--button{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center}.archive--button .archive__item{padding:1rem}.archive--with-excerpts .archive__item{color:#e6e6e6;grid-area:span 6;grid-template-rows:subgrid;background-color:#111;border-radius:.5rem;max-width:max(50vh,280px);padding:.25rem;display:grid;box-shadow:0 5px 10px #0000001a}.excerpt{grid-area:span 6;grid-template-rows:subgrid;grid-gap:.25rem;flex-direction:column;height:100%;display:grid;position:relative;overflow:hidden}.excerpt__title h3{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;margin:0 0 .25rem;font-size:1.5rem;display:flex}.excerpt__thumbnail{width:100%;height:auto;display:flex;overflow:hidden}.excerpt__thumbnail>img{width:100%;height:auto;max-height:100%;margin:auto;display:flex}.excerpt__meta{justify-content:space-between;font-size:.75rem;display:flex}.excerpt__content{margin:auto;padding:.25rem 0;font-size:1.2rem}.excerpt__actions{justify-content:space-between;align-items:center;display:flex}.excerpt__background{z-index:10;opacity:.3;width:calc(100% + 1rem);height:auto;margin:-.5rem;display:flex;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.excerpt__background img{width:100%;height:auto;margin:auto}.excerpt__content{z-index:20;position:relative}.excerpt--button{flex-direction:row;justify-content:center;align-items:center;margin:0;display:flex}.excerpt--button .excerpt__title{flex:none;justify-content:center;align-items:center;max-width:calc(100% - 6rem);margin:0;display:flex}.excerpt--button .excerpt__title h3{white-space:normal;margin:0;font-size:1.3rem}.excerpt--button .excerpt__content{font-size:1rem}.excerpt--button .excerpt__image{flex:auto;height:auto;margin:0 1rem 0 0}.excerpt--button .excerpt__image img{width:100%;height:auto}.link{color:#2980b9;font-weight:700}.link:hover{text-decoration:underline}header{color:#2c3e50;background:linear-gradient(0deg,#0000,#eee .5rem);justify-content:space-between;align-items:center;height:5rem;margin-bottom:-.5rem;padding:1rem;display:flex}header .logo{flex-direction:column;justify-content:center;align-items:center;width:100px;height:100%;display:flex}header .logo__image{width:auto;height:calc(100% - 1rem)}header .title{margin:0;font-size:2rem;font-weight:700}header .meta{text-align:right;flex-direction:row;justify-content:flex-end;align-items:center;padding:.125rem;font-size:.75rem;font-weight:700;line-height:1.5rem;display:flex}header .navigation__list{margin:0;padding:0;list-style:none;display:flex}header .navigation__item{margin-left:1rem}header .navigation a:hover,header .navigation a[aria-current=page]{color:#2980b9;text-decoration:underline}@media (width<=768px){header{flex-direction:column;height:auto;padding:1rem 0}header .logo{width:100%;height:auto;margin-bottom:1rem}header .logo__image{width:75%;max-width:300px;height:auto}header .logo__text{font-size:min(10vw,45px)}header .title{margin-bottom:.5rem;font-size:3.5rem}header .navigation{justify-content:center;align-items:center;width:100%;display:flex}}@media (width<=480px){header .navigation{width:100%}header .navigation__list{grid-gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));width:100%;display:grid}header .navigation__item{justify-content:center;align-items:center;margin:0;display:flex}}.comment{border:3px solid #fff;border-radius:5px;flex-direction:column;width:100%;height:auto;padding:.5rem;display:flex}.comment__title{border-bottom:2px solid;margin:0;font-size:1.5rem;display:flex}.comment__meta{background:#00000080;border-bottom:2px solid;flex-direction:row;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.comment__content{margin:.25rem}.comment-list{background:#00000080;padding:0;list-style:none}.comment-entry{margin-bottom:1rem}.comment-form{border:3px solid #fff;border-radius:5px;flex-direction:column;grid-template-columns:repeat(8,1fr);gap:.25rem;width:100%;height:auto;padding:.5rem;display:grid}.comment-form__row{grid-template-columns:subgrid;grid-column:span 8;grid-template-rows:auto;justify-content:space-between;align-items:center;display:grid}.comment-form__row:fullscreen{grid-template-rows:1fr auto auto 1fr;grid-template-columns:repeat(4,1fr);width:100%}:is(.comment-form__row:fullscreen .comment-form__captcha-image,.comment-form__row:fullscreen .comment-form__label,.comment-form__row:fullscreen .comment-form__input,.comment-form__row:fullscreen .comment-form__field){grid-column:span 4}.comment-form__label{white-space:nowrap;grid-column:span 2;justify-content:center;align-items:center;display:flex}.comment-form__label.narrow{grid-column:span 1}.comment-form__label.wrap{white-space:normal}.comment-form__input{grid-column:span 2}.comment-form__captcha-image{grid-column:span 3;width:100%;margin:0;position:relative}.comment-form__captcha-image>img{width:100%;height:auto}.comment-form__captcha-image>a{position:absolute;bottom:0;right:0}.comment-form__field{grid-column:span 4;grid-template-columns:subgrid;justify-content:center;align-items:center;display:grid}.comment-form__field.column{flex-direction:column}.comment-form__field.column .comment-form__label,.comment-form__field.column .comment-form__input{grid-column:span 4}.comment-form__field.full{grid-column:span 8}.comment-form__field.full .comment-form__input{grid-column:span 6}.comment-form__submit{grid-column:4/6}.comment-form__success{background:#00ff0080;grid-column:1/-1;padding:.125rem;font-weight:700}.comment-form__errors{flex-direction:column;grid-column:1/-1;gap:.25rem;width:100%;margin:0;padding:.25rem;list-style:none;display:flex}.comment-form__error{background:red;width:100%;display:flex}@media (width>=481px) and (width<=768px){.comment-form__field{grid-column:span 4}.comment-form__field.full{grid-column:span 8}.comment-form__field.full .comment-form__input{grid-column:span 7}.comment-form__label{grid-column:span 1}.comment-form__input{grid-column:span 3}}@media (width<=480px){.comment-form{grid-template-columns:repeat(4,1fr);gap:.25rem}.comment-form__row{grid-column:span 4}.comment-form__label{grid-column:span 1}.comment-form__input{grid-column:span 3}.comment-form__field{grid-column:span 4}.comment-form__submit{grid-column:2/4}}#comment-content{resize:vertical;height:4rem}#comment-title{font-size:1.75rem}.pagination-section{justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:1rem;display:flex}.pagination-section__links{justify-content:space-between;align-items:center;display:flex}.pagination-section__info span{color:#6b7280;font-size:1.2rem;font-weight:500}.pagination-section nav ul{justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:flex}.pagination-section nav ul li{margin:0 .5rem;display:inline-block}.pagination-section nav ul li a,.pagination-section nav ul li span{color:#6b7280;border-radius:.25rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s;display:block}.pagination-section nav ul li a:hover,.pagination-section nav ul li span:hover{background-color:#f3f4f6}.pagination-section nav ul li.active>span{color:#111827;background-color:#f3f4f6;font-weight:700}.pagination-section nav ul li.disabled>span{color:#6b7280;cursor:not-allowed}#search{flex:auto;margin:0;display:flex}#search *{width:100%}@media (width<=768px){.pagination-section nav ul li a,.pagination-section nav ul li span{padding:.25rem .125rem}}@media (width<=480px){.pagination-section{flex-direction:column}.pagination-section__links{margin-bottom:.25rem}.pagination-section nav ul li a,.pagination-section nav ul li span{padding:.125rem 0}}main.imprint{width:100%;max-width:600px;margin:0 auto;padding:20px}main.imprint p{color:#fff;margin:0;font-size:16px;line-height:1.5}@media only screen and (width<=768px){main.imprint br{content:" ";margin-bottom:10px;display:block}}main.page{background:linear-gradient(0deg,#2c3e50 0,#0000 10px),linear-gradient(90deg,#0000 0,#eee 5px,#0000 10px calc(100% - 10px),#eee calc(100% - 5px),#0000 100% 100%);max-width:1024px;margin:auto}main.page h2{margin:2rem 0 1rem 1.5rem;font-size:2.5rem}main.page>div{margin-bottom:1rem}main.page .page__teaser{justify-content:center;align-items:center;display:flex}main.page .page__teaser img{width:auto;max-width:100%;height:auto;max-height:400px}main.page .page__content figure{justify-content:center;align-items:center;width:100%;margin-left:0;margin-right:0;display:flex}main.page .page__content figure>a{width:auto;display:table}main.page .page__content figure>a img{width:auto;max-width:100%;height:100%;max-height:300px}main.page .page__content figure>a figcaption{caption-side:bottom;text-align:left;display:table-caption}main.page .page__content strong{text-shadow:3px 3px 3px #000}main.page .page__content pre{background:#22a;border:dashed;padding:.25rem;overflow-x:auto}main.project{background:linear-gradient(0deg,#2c3e50 0,#0000 10px),linear-gradient(90deg,#0000 0,#eee 5px,#0000 10px calc(100% - 10px),#eee calc(100% - 5px),#0000 100% 100%);max-width:1024px;margin:auto}main.project h2{margin:2rem 0 1rem 1.5rem;font-size:2.5rem}main.project>div{margin-bottom:1rem}main.project .project__teaser{justify-content:center;align-items:center;display:flex}main.project .project__teaser img{width:auto;max-width:100%;height:auto;max-height:400px}main.project .project__content figure{justify-content:center;align-items:center;width:100%;margin-left:0;margin-right:0;display:flex}main.project .project__content figure>a{width:auto;display:table}main.project .project__content figure>a img{width:auto;max-width:100%;height:100%;max-height:300px}main.project .project__content figure>a figcaption{caption-side:bottom;text-align:left;display:table-caption}main.project .project__content strong{text-shadow:3px 3px 3px #000}main.project .project__content pre{background:#22a;border:dashed;padding:.25rem;overflow-x:auto}.js-hidden{display:none}
