/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html {
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%
}
article,
aside,
footer,
header,
nav,
section {
  display:block
}
h1 {
  font-size:2em;
  margin:.67em 0
}
figcaption,
figure,
main {
  display:block
}
figure {
  margin:1em 40px
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
pre {
  font-family:monospace,monospace;
  font-size:1em
}
a {
  background-color:rgba(0,0,0,0);
  -webkit-text-decoration-skip:objects
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:inherit
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
dfn {
  font-style:italic
}
mark {
  background-color:#ff0;
  color:#000
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-0.25em
}
sup {
  top:-0.5em
}
audio,
video {
  display:inline-block
}
audio:not([controls]) {
  display:none;
  height:0
}
img {
  border-style:none
}
svg:not(:root) {
  overflow:hidden
}
button,
input,
optgroup,
select,
textarea {
  margin:0
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style:none;
  padding:0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline:1px dotted ButtonText
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  display:inline-block;
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],
[type=radio] {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
details,
menu {
  display:block
}
summary {
  display:list-item
}
canvas {
  display:inline-block
}
template {
  display:none
}
[hidden] {
  display:none
}
@media (min-width: 62.5rem) {
  h1 {
    font-size:3.2em;
    margin:.67em 0
  }
}

@media all {
  html {
    box-sizing:border-box
  }
  *,
  *:before,
  *:after {
    box-sizing:inherit
  }
  html[lang=de] q {
    quotes:"„" "“" "’" "‚"
  }
  body {
    margin:0
  }
  :focus::-moz-placeholder {
    opacity:0
  }
  :focus::placeholder {
    opacity:0
  }
  ::-moz-placeholder {
    -moz-transition:opacity .5s;
    transition:opacity .5s
  }
  ::placeholder {
    transition:opacity .5s
  }
}
@media all {
  .clear:before,
  .clear:after {
    display:table;
    content:""
  }
  .clear:after {
    clear:both
  }
  a[class^=gfx-]:before,
  a[class*=" gfx-"]:before,
  a[class^=gfx-]:after,
  a[class*=" gfx-"]:after,
  a[class^=icon-]:before,
  a[class*=" icon-"]:before,
  a[class^=icon-]:after,
  a[class*=" icon-"]:after {
    text-decoration:none
  }
  .sr-hint {
    border:0 !important;
    clip:rect(1px, 1px, 1px, 1px) !important;
    clip-path:inset(50%) !important;
    height:1px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    width:1px !important;
    white-space:nowrap !important
  }
  .sr-hint-focusable:focus,
  .sr-hint-focusable:active {
    clip:auto !important;
    clip-path:none !important;
    height:auto !important;
    overflow:visible !important;
    width:auto !important;
    white-space:normal !important
  }
  .sr-hint-focusable:focus {
    position:fixed !important;
    z-index:100;
    width:auto;
    top:50%;
    left:50%;
    clip:auto;
    padding:1.25em !important;
    border:2px solid #333 !important;
    color:#333;
    background-color:#fff;
    font-weight:bold;
    text-decoration:none;
    transform:translate(-50%, -50%)
  }
  .relative {
    position:relative
  }
  .print-only {
    display:none
  }
  .menu,
  .menu li {
    list-style:none;
    line-height:1;
    margin:0;
    padding:0
  }
  .menu .item {
    display:block;
    text-decoration:none
  }
  .menu-horizontal li {
    display:inline-block;
    vertical-align:top
  }
  .flexbox {
    display:flex;
    flex-direction:column
  }
  .flexbox-horizontal {
    flex-direction:row
  }
  .flexbox-order-1 {
    order:1
  }
  .flexbox-order-2 {
    order:2
  }
  .flexbox-order-3 {
    order:3
  }
  .typo3-messages {
    list-style:none;
    padding:0;
    margin-bottom:1.25rem
  }
  .typo3-messages .alert {
    color:#fff;
    text-shadow:0 0 .25em rgba(0,0,0,.25);
    padding:.625rem;
    margin-bottom:.625rem
  }
  .typo3-messages .alert>* {
    color:#fff
  }
  .typo3-messages p:last-child {
    margin-bottom:0
  }
  .typo3-messages .alert-danger {
    background-color:#c83c3c
  }
  .typo3-messages .alert-info {
    background-color:#6daae0
  }
  .typo3-messages .alert-notice {
    background-color:#979797
  }
  .typo3-messages .alert-success {
    background-color:#79a548
  }
  .typo3-messages .alert-warning {
    background-color:#e8a33d
  }
}
@media all {
  a.lightbox {
    position:relative
  }
  .mfp-content {
    /*! border:4px solid #fff */
  }
  .mfp-image-holder .mfp-close {
    right:0;
    padding:.625rem;
    width:auto;
    font-size:2.5rem;
    line-height:1
  }
  .mfp-image-holder .mfp-close:hover {
    opacity:1
  }
  .mfp-figure:after {
    content:none
  }
  img.mfp-img {
    padding:0;
    border-radius: var(--radius-large);
    box-shadow: var(--shadow-24);

  }
  .mfp-content figcaption {
    padding-block:.625rem;
  }
  .mfp-bottom-bar {
    display:flex;
    margin:0;
    position:static
  }
  .mfp-title {
    line-height:inherit;
    font-size:inherit;
    color:inherit;
    flex-grow:1
  }
  .mfp-counter {
    position:static;
    color:currentColor
  }
  .mfp-close {
    text-shadow:0 0 5px #000
  }
}
/*# sourceMappingURL=refactored.min.css.map */