@charset "utf-8";
/* balthazar-regular - latin */
@font-face {
  font-family: 'Balthazar';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/balthazar-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/balthazar-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/mulish-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mulish-300italic - latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/mulish-v12-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mulish-italic - latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/mulish-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  min-height: 101%;
  font: 18px/1.65 "Mulish", sans-serif;
}
body {
  color: #696969;
  margin: 0;
}
main {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
  font-family: "Balthazar', serif";
  font-weight: normal;
  color: #800000;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 49.5px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 22.5px;
}
h5 {
  font-size: 22.5px;
}
h6 {
  font-size: 18px;
}
/* Absätze */
p {
  margin: 0 0 1rem 0;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 18.9px;
}
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6 + p.lead {
  margin-bottom: 0;
}
/*p.overview {
	margin: 0 auto 1rem auto;
	text-align: center;
	width: 30%;
}*/
/*p.byline {
	color: #888;
}
p.byline img {
	width: 5rem;
	float: left;
}
p.byline strong {
	display: block;
}
p.byline a {
	color: #444;
}*/
hr {
  border: none;
  border-bottom: thin solid #DDD;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 2rem;
  padding: 2rem 0 0;
}
ul {
  margin: 0 0 1rem;
  padding: 0;
}
dl {
  margin: 0 0 1rem;
  padding: 0;
}
dt {
  float: left;
  clear: left;
  margin: 0 5% 0.5rem 0;
  width: 25%;
}
dd {
  margin: 0 0 0.5rem 30%;
}
li {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
main li {
  margin-left: 1.5rem;
}
.row {
  list-style: none;
  margin: 0;
}
.row li {
  display: inline-block;
  line-height: 1;
  margin-left: 0;
}
/* Hyperlinks */
a {
  color: #800000;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  display: inline-block;
}
a:focus,
a:active,
a:hover {
  color: #b30000;
  outline: none;
}
a.cancel {
  color: #C00;
}
a.cancel:hover {
  color: #E00;
}
a.cancel:before {
  content: "\00d7\00a0";
}
a.push {
  border-radius: 0;
  border: thin solid #800000;
  background: #800000;
  display: inline-block;
  padding: 0.25rem 1rem;
  color: #FFF;
}
a.push:hover {
  background: #b30000;
  border: thin solid #b30000;
}
a.minor {
  border-radius: 0;
  border: thin solid #800000;
  background: #FFF;
  display: inline-block;
  padding: 0.25rem 1rem;
}
a.minor:hover {
  background: #b30000;
  border: thin solid #800000;
  color: #FFF;
}
a.ahead:before {
  content: "\00bb";
  padding-right: 0.5rem;
}
a.behind:before {
  content: "\00ab";
  padding-right: 0.5rem;
}
a.external:after,
a[rel=external]:after {
  content: "\00a0\2197";
}
a.change {
  border: thin solid #069;
  border-radius: 0.25rem;
  display: inline-block;
  height: 1rem;
  line-height: 1;
  padding: 0.25rem;
  width: 1rem;
  margin: 0;
}
a.change svg.icon {
  fill: #069;
  height: 1rem;
  width: 1rem;
}
strong {
  font-weight: 600;
}
em.instock,
em.soldout,
em.outofstock,
em.discontinued {
  font-style: normal;
  color: #444;
  font-size: 0.875rem;
  font-weight: 600;
}
em.instock:before,
em.soldout:before,
em.outofstock:before,
em.discontinued:before {
  content: "\25CF";
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 0.5rem;
  vertical-align: text-bottom;
}
em.instock {
  color: #690;
}
em.soldout,
em.discontinued {
  color: #C00;
}
em.outofstock {
  color: #C90;
}
abbr[title] {
  border-bottom: thin dotted;
  text-decoration: none;
  cursor: help;
}
sup,
sub {
  font-size: 0.7rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3rem;
}
sub {
  bottom: -0.3rem;
}
small {
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}
small a {
  color: #666;
}
small a:hover {
  color: #333;
}
small.cue a {
  color: #800000;
}
small.cue a:hover {
  color: #b30000;
}
address {
  font-style: normal;
  margin-bottom: 1rem;
}
dfn,
samp {
  color: #999;
  font: inherit;
}
dfn {
  display: block;
  margin-left: 25%;
  padding-top: 0.5rem;
}
samp {
  padding-left: 1rem;
  vertical-align: baseline;
}
samp svg.icon {
  fill: #999;
  vertical-align: middle;
}
samp[data-tooltip]:after,
samp[data-tooltip]:before {
  left: 0.25rem;
}
mark {
  background: #FFC;
  color: inherit;
  padding: 0 0.25rem;
}
pre,
kbd,
code {
  font: 0.9rem "Courier New", Courier, monospace;
  color: #000;
  background: #DDD;
  padding: 0.1rem 0.25rem;
  vertical-align: middle;
}
del {
  color: #C00;
}
ins {
  text-decoration: none;
  font-weight: 400;
}
blockquote {
  margin: 0 2rem 1rem 2rem;
  font-style: italic;
}
kbd {
  border: thin solid #999;
  border-radius: 0.25rem;
}
span[itemprop=author],
span[itemprop=creator] {
  padding-right: 1rem;
}
details {
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: block;
}
summary {
  text-indent: -1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  summary {
    display: block;
  }
}
summary:active,
summary:focus {
  outline: none;
}
figure {
  margin: 0 0 0 0;
  text-align: right;
}
figure.thumb {
  width: 8rem;
}
figcaption {
  color: #666;
  font-size: 0.9rem;
  margin-top: 1rem;
}
img {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
img.inline {
  display: inline;
  margin: 0 0.5rem;
  vertical-align: middle;
}
figure img {
  margin: 0 auto;
}
iframe {
  border: none;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
div.video {
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  position: relative;
}
div.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  table-layout: fixed;
  width: 100%;
}
caption {
  font-size: 22.5px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
tbody tr {
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
tbody tr:hover {
  background: #DDD;
}
th {
  padding: 0.25rem;
  text-align: left;
}
td {
  padding: 0.25rem;
  vertical-align: top;
}
th.center,
td.center {
  text-align: center;
}
th.right,
td.right {
  text-align: right;
}
col.title {
  width: 50%;
}
col.address {
  width: 30%;
}
col.month,
col.price,
col.product {
  width: 25%;
}
col.date,
col.filesize {
  width: 20%;
}
col.variant,
col.available {
  width: 15%;
}
col.weekday {
  width: 14.2857%;
}
col.unit,
col.total,
col.image,
col.amount,
col.filetype {
  width: 10%;
}
col.action {
  width: 5%;
}
@media only screen and (max-width: 64rem) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 50rem) {
  p.lead {
    font-size: 18px;
  }
  h1 {
    font-size: 45.9px;
  }
  h2 {
    font-size: 42.075px;
  }
  h3 {
    font-size: 22.95px;
  }
  h4 {
    font-size: 19.125px;
  }
  h5 {
    font-size: 19.125px;
  }
  h6 {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 40rem) {
  p.lead {
    font-size: 16px;
  }
  h1 {
    font-size: 40.5px;
  }
  h2 {
    font-size: 37.125px;
  }
  h3 {
    font-size: 20.25px;
  }
  h4 {
    font-size: 16.875px;
  }
  h5 {
    font-size: 16.875px;
  }
  h6 {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 30rem) {
  dfn {
    margin-left: 0;
  }
  samp {
    display: block;
    padding-left: 0;
  }
  table,
  tbody,
  tfoot,
  caption,
  tr,
  td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  tr {
    display: table;
    margin-bottom: 1rem;
  }
  thead,
  th,
  td.blind,
  td.action {
    display: none;
  }
  th.caption {
    display: block;
  }
  td.image,
  td.amount {
    float: left;
    width: 35%;
  }
  td.image img {
    width: 100%;
  }
  td.product {
    float: left;
    width: 65%;
  }
  td.variant {
    clear: both;
    float: right;
    width: 65%;
  }
  td.available,
  td.sum,
  td.unit {
    clear: both;
    text-align: right;
  }
  td.sum:before,
  td.unit:before,
  td.total:before,
  td.entry:before,
  td.available:before {
    content: attr(title);
    float: left;
  }
  td.entry,
  td.available {
    text-align: right;
  }
  td.entry:before {
    line-height: 2;
  }
  td.entry input,
  td.entry select,
  td.entry button {
    width: 50%;
  }
  td.address:before {
    content: attr(title);
    display: block;
    float: none;
    font-weight: bold;
    padding: 0.5rem 0;
  }
}
.scope {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-bottom: 4rem;
}
.container.reduced {
  padding-bottom: calc(4rem * 0.5);
}
.container.threshold {
  padding-bottom: 0;
}
.group:after {
  content: "";
  display: block;
  clear: both;
}
.previous {
  float: left;
}
.next {
  float: right;
}
.overview {
  text-align: center;
}
.back:before,
.more:after {
  font-size: 1.5rem;
  line-height: 0;
  vertical-align: 50%;
}
.back:before {
  content: "\2039";
  padding-right: 0.25rem;
}
.more:after {
  content: "\203a";
  padding-left: 0.25rem;
  top: 2px;
  position: relative;
}
.done:after {
  content: "\00a0\2713";
}
.anterior {
  float: left;
  margin: 0 5% 1rem 0;
  width: 30%;
}
.interior {
  margin: inherit auto;
}
.posterior {
  float: right;
  margin: 0 0 1rem 5%;
  width: 30%;
}
.sponsored {
  background: #FFF;
  border: thin solid #999;
  border-radius: 0.25rem;
  float: right;
  padding: 0.05rem 0.5rem;
}
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
.hidden {
  display: none;
}
.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
svg.icon {
  display: inline-block;
  fill: #222;
  height: 1.5rem;
  width: 1.5rem;
}
i {
  display: inline-block;
  font-style: normal;
}
i.help {
  background: #FFF;
  border: 0.15rem solid #069;
  border-radius: 50%;
  color: #069;
  cursor: default;
  font-weight: 700;
  height: 1rem;
  line-height: 1;
  margin: 0 0 0 0.5rem;
  text-align: center;
  width: 1rem;
}
i.social {
  width: 2em;
  height: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
i.twitter {
  background-image: url(../images/swyn/swyn_twitter.gif);
}
i.facebook {
  background-image: url(../images/swyn/swyn_facebook.gif);
}
i.googleplus {
  background-image: url(../images/swyn/swyn_googleplus.gif);
}
i.xing {
  background-image: url(../images/swyn/swyn_xing.gif);
}
i.linkedin {
  background-image: url(../images/swyn/swyn_linkedin.gif);
}
i.pinterest {
  background-image: url(../images/swyn/swyn_pinterest.gif);
}
i.instagram {
  background-image: url(../images/swyn/swyn_instagram.gif);
}
i.youtube {
  background-image: url(../images/swyn/swyn_youtube.gif);
}
i.tumblr {
  background-image: url(../images/swyn/swyn_tumblr.gif);
}
i.delicious {
  background-image: url(../images/swyn/swyn_delicious.gif);
}
i.foursquare {
  background-image: url(../images/swyn/swyn_foursquare.gif);
}
i.flickr {
  background-image: url(../images/swyn/swyn_flickr.gif);
}
i.aboutme {
  background-image: url(../images/swyn/swyn_aboutme.gif);
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  font-weight: normal;
  left: -1em;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
[data-tooltip]:after {
  background: #069;
  color: #FFF;
  content: attr(data-tooltip);
  margin-bottom: 0.9em;
  padding: 0.5em 1em;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
[data-tooltip]:before {
  border-top: 0.5em solid #069;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0.4em 1em;
  width: 0;
  z-index: 101;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.paging {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paging li {
  float: left;
  margin: 0 1px 0 0;
  white-space: nowrap;
  line-height: 2.5;
}
.paging li:first-child {
  margin: 0 1em 0 0;
}
.paging ul li:last-child {
  margin: 0 0 0 1em;
}
.paging li span {
  margin: 0 0.5em;
}
.paging li i {
  font-size: 27px;
  line-height: 1;
  font-style: normal;
}
.paging a {
  display: block;
  text-align: center;
  background: #800000;
  width: 2.5em;
  color: #fff;
  font-weight: 600;
}
.paging a:hover {
  background: #b30000;
  color: #fff;
}
.paging a.current {
  color: #fff;
  background: #b30000;
}
.paging a.disabled {
  cursor: default;
  background: #ccc;
  color: #333;
}
div.rating {
  cursor: default;
  direction: rtl;
  display: inline-block;
  padding-right: 1em;
  unicode-bidi: bidi-override;
}
div.rating span {
  direction: ltr;
  display: inline-block;
  font-weight: normal;
  padding-left: 1em;
}
div.rating input {
  display: none;
}
div.rating label {
  cursor: pointer;
  font-size: 2em;
  line-height: 0.75;
  padding-right: 0;
}
div.rating i:before {
  color: #999;
  content: "\2606";
}
div.rating i.checked:before,
div.rating label:hover i:before,
div.rating label:hover ~ label i:before,
div.rating input:checked ~ label i:before,
div.rating input:checked + label:hover i:before {
  color: #C90;
  content: "\2605";
}
.tabs a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
  background: #EEE;
}
.tabs a:hover {
  color: #696969;
}
.tabs a.active {
  border-color: #696969;
  background: #696969;
  color: #FFF;
}
.card {
  border: thin solid #696969;
  padding: 1rem;
}
.cc-window.cc-banner {
  padding: 0.25rem 0.5rem !important;
}
.gallery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gallery li > a {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  min-height: 80%;
  padding: 0.25rem;
  border: thin solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery img {
  height: auto;
  width: auto;
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  overflow: scroll;
}
#overlay .more:after {
  font-size: 1.5em;
  line-height: 0.75;
  vertical-align: text-bottom;
}
#coverup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  color: #222;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1.5rem;
  text-align: left;
  z-index: 2002;
  min-width: 300px;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFF;
}
.dialog li a {
  color: #800000;
}
.dialog a {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  width: calc(100% - 2em);
}
.dialog a.more::after {
  float: right;
  text-align: right;
}
.dialog a:last-of-type {
  margin-right: 0;
}
.dialog > div {
  padding: 1rem;
}
.dialog .filter-group {
  width: 100%;
}
.dialog .filter-group a {
  margin-bottom: 0;
}
.dialog .filter-group .dropdown {
  width: calc(100% - 0.875rem);
}
.dialog .close {
  width: auto;
  float: right;
  line-height: 1;
  font-size: 2rem;
  color: #999;
}
.dialog .close:hover {
  color: #666;
}
.captchaimage {
  display: inline-block;
  border: thin solid #ddd;
  padding: 0.25rem;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.captchalink {
  display: inline;
  margin-left: 1rem;
}
@media only screen and (max-width: 85rem) {
  .scope {
    max-width: 95%;
  }
}
@media only screen and (max-width: 64rem) {
  .paging ul.row {
    display: none !important;
  }
}
@media only screen and (max-width: 50rem) {
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
  .captchaimage {
    width: 75%;
  }
}
@media only screen and (max-width: 40rem) {
  .paging ul,
  .paging ol li:first-child {
    display: none;
  }
  .mobile {
    display: block;
  }
  .dialog > div {
    padding: 0;
  }
}
@media only screen and (max-width: 30rem) {
  .anterior,
  .posterior {
    float: none;
    margin: 0 0 1em 0;
    width: auto;
  }
  .captchaimage {
    width: 100%;
  }
}
header {
  height: auto;
  padding: 1rem 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
}
header ul {
  list-style: none;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#title {
  width: 24%;
}
.service {
  width: auto;
  float: right;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.service li {
  margin: 0 0.5rem;
}
.service li a {
  color: #000;
}
.service li a:hover {
  color: #333;
}
.service li a.current {
  color: #999;
}
#social {
  width: auto;
  margin-left: 2%;
  float: right;
}
#social ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#social li {
  margin: 0 0 0 0.5rem;
  padding: 0;
}
.search {
  width: 25%;
}
.search .set {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 0;
  margin-left: 0;
  position: relative;
  width: 100%;
}
.search input {
  padding: 0 0.25rem;
  margin: 0;
  border: thin solid #ccc;
  width: 85%;
  opacity: 1;
}
.search button {
  background: #800000;
  height: 2rem;
  margin: 0;
  width: 3rem;
  border-left-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search button:hover {
  background: #b30000;
}
.search button .icon {
  fill: #fff;
}
.search .suggest {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 200;
  display: none;
  padding: 0;
  width: 100%;
}
.suggest ul {
  position: absolute;
  background: #FFF;
  border-top: thin solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200%;
  min-width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}
.search input:focus + .suggest {
  display: block;
}
.suggest li {
  float: none;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 0.5rem 1rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.suggest li:hover {
  cursor: default;
  background-color: #EEE;
}
.suggest li:last-child {
  border-top: thin solid #DDD;
}
.suggest a {
  width: 100%;
  color: #696969;
}
.suggest li:last-child a {
  color: #800000;
}
.status {
  float: right;
  clear: right;
  margin: 0;
  padding-top: 0.25rem;
}
.status a {
  padding-right: 1rem;
}
.status a:last-of-type {
  padding-right: 0;
}
.status svg.icon {
  margin-right: 0.5rem;
  padding-bottom: 0.25rem;
  vertical-align: middle;
}
.status data {
  border-left: thin solid;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
}
.status .counter {
  display: none;
}
@media only screen and (max-width: 64rem) {
  header .inner {
    position: relative;
  }
  .search {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 50rem) {
  #social {
    display: none;
  }
  .service {
    padding-right: 4rem;
  }
  .search {
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
  .search input {
    width: 100%;
  }
}
@media only screen and (max-width: 40rem) {
  #title {
    width: 30%;
  }
  .status data,
  .service span,
  .status a.more {
    display: none;
  }
}
@media only screen and (max-width: 30rem) {
  #title {
    width: 50%;
    padding-bottom: 0.5rem;
  }
  #title img {
    bottom: 0;
  }
  .status {
    line-height: 2;
    margin-top: 0;
    text-align: center;
  }
  .status {
    clear: left;
    float: right;
    text-align: right;
  }
  .status a {
    padding: 0;
    position: relative;
  }
  .status svg.icon {
    height: 2rem;
    width: 2rem;
    position: relative;
    z-index: 100;
  }
  .status span,
  .social,
  .service {
    display: none;
  }
  .status .counter {
    display: block;
    position: absolute;
    top: -0.25rem;
    right: 0;
    background: red;
    color: #FFF;
    border-radius: 50%;
    line-height: 1;
    padding: 0.25rem;
    font-size: 0.8rem;
  }
  .search .set {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
nav {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  margin: 0;
}
nav ul ul {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 20px 0 10px 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
nav li:hover ul {
  display: block;
}
nav li {
  margin-bottom: 0;
}
nav li li {
  margin-left: 0;
}
nav a {
  color: #696969;
  background: transparent;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  position: relative;
}
nav ul ul li a {
  padding: 0.15rem 1rem;
}
nav ul ul li:hover a {
  background: #f5f5f5;
}
nav > ul > li:last-child > a {
  margin-right: -1rem;
}
nav > ul > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1rem;
  background-color: #800000;
  -webkit-transition: background-color 250ms ease-out, -webkit-transform 250ms ease-out;
  transition: background-color 250ms ease-out, -webkit-transform 250ms ease-out;
  -o-transition: background-color 250ms ease-out, transform 250ms ease-out;
  transition: background-color 250ms ease-out, transform 250ms ease-out;
  transition: background-color 250ms ease-out, transform 250ms ease-out, -webkit-transform 250ms ease-out;
  bottom: calc(50% - 1rem);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: visibility 250ms ease-out, -webkit-transform 250ms ease-out;
  transition: visibility 250ms ease-out, -webkit-transform 250ms ease-out;
  -o-transition: visibility 250ms ease-out, transform 250ms ease-out;
  transition: visibility 250ms ease-out, transform 250ms ease-out;
  transition: visibility 250ms ease-out, transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
nav li:hover,
nav li:hover a {
  background: transparent;
  color: #800000;
}
nav li:hover a:after {
  visibility: visible;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
nav a:hover {
  background: transparent;
  color: #800000;
}
nav a.current {
  color: #E56365;
  background: transparent;
}
nav label {
  cursor: pointer;
  display: none;
}
nav input {
  display: none;
}
nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 300px;
}
.menu h4 {
  margin: 0;
  line-height: 2;
}
.menu ul {
  margin: 0 0 1rem;
  list-style: none;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  color: #000;
  padding: 0.5rem 0.25rem;
  position: relative;
}
.menu li a::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e6eaef;
  -webkit-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.menu li a.current,
.menu li a:hover {
  background: transparent;
  color: #800000;
}
.menu li a.current::after,
.menu li a:hover::after {
  height: 3px;
  background-color: #800000;
}
.menu li a.current {
  color: #000;
  background: transparent;
}
.menu li a.disabled {
  color: #666;
  cursor: default;
}
.menu li a.disabled:hover {
  background: #999;
}
.menu ul ul {
  padding-bottom: 1rem;
  background: #FFF;
  margin-bottom: 0;
}
.menu li li {
  font-size: 0.9rem;
  line-height: 2;
}
.menu li li a {
  color: #666;
  font-weight: normal;
  padding-left: 2rem;
  background: #FFF;
}
.menu li li a:hover {
  color: #000;
  background: none;
}
.menu li li a.current {
  font-weight: bold;
}
/* Off-Canvas */
#toggle,
#toggle + label {
  display: none;
}
.breadcrumb {
  font-size: 0.9rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.breadcrumb li:after {
  content: "\00a0\003e";
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a.edit {
  background: #C00;
  border-radius: 1.25rem;
  color: #FFF;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 0.125rem 0.75rem;
}
.breadcrumb a.edit:hover {
  background: #A00;
}
#view > * {
  padding-bottom: 0;
  white-space: nowrap;
  padding-left: 1rem;
  vertical-align: middle;
}
#view .next {
  display: block;
  line-height: 2rem;
}
#view svg.icon {
  vertical-align: middle;
}
@media only screen and (max-width: 50rem) {
  nav > ul {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1100;
    display: block;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(102rem);
    -ms-transform: translateX(102rem);
    transform: translateX(102rem);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #800000;
  }
  nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav li a::after {
    display: none;
  }
  nav > ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav > ul ul li:last-child {
    border-bottom: none;
  }
  nav a {
    background: #800000;
    color: #fff;
  }
  nav ul li:hover a,
  nav ul li a:hover {
    background: #b30000;
    color: #fff;
  }
  nav > ul ul {
    display: block;
    position: static;
    background: #800000;
    padding-top: 0;
  }
  nav > ul ul::before {
    display: none;
  }
  nav > ul ul a {
    padding-left: 2rem;
  }
  nav li:hover {
    background: transparent;
  }
  nav label {
    top: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    padding: 0;
    line-height: 1;
  }
  nav label svg.icon {
    fill: #696969;
    color: #696969;
  }
  nav label.close {
    position: static;
    font-size: 2rem;
    line-height: 0;
    display: inline-block;
    color: #fff;
    padding: 1rem;
    float: none;
    width: 100%;
    text-align: left;
    background: none;
    margin-bottom: 0.5rem;
  }
  nav #show:checked + ul {
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
  }
  nav ul ul li a {
    padding-left: 30px;
  }
  #view {
    float: none;
  }
  #view > * {
    padding-left: 0;
    padding-right: 1rem;
  }
}
/* Fußbereich */
footer {
  clear: both;
  overflow: hidden;
  padding: 1rem;
  background: #51504c;
}
footer li {
  list-style: none;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #800000;
}
/* Sitemap */
.sitemap li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  line-height: 2;
  margin-bottom: 1rem;
  font-weight: bold;
}
.sitemap ul ul {
  float: none;
  margin-top: 0.5rem;
}
.sitemap li li {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: normal;
}
.tagcloud {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.tagcloud li {
  color: #800000;
  display: inline-block;
}
.footer-top h1,
.footer-top h2,
.footer-top h3,
.footer-top h4,
.footer-top p {
  color: #fff;
}
.footer-top h1,
.footer-top h2,
.footer-top h3,
.footer-top h4 {
  margin-bottom: 1rem;
}
.tagcloud li a {
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #f5f5f5;
  opacity: 0.85;
  font-size: 14px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tagcloud li a:hover {
  opacity: 1;
}
/* Fußzeile */
#footnote {
  clear: both;
  text-align: center;
  margin-top: 1.5rem;
}
#footnote li {
  display: inline;
  padding: 0 0.5rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#footnote li:hover,
#footnote li:hover a {
  opacity: 1;
  color: #fff;
}
/* Zum Seitenanfang */
#totop {
  background: #000;
  bottom: 2rem;
  height: 4rem;
  opacity: 0;
  position: fixed;
  right: 2rem;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 4rem;
}
#totop.show {
  opacity: 0.5;
  visibility: visible;
}
#totop:hover {
  opacity: 1;
}
#totop svg.icon {
  fill: #FFF;
  height: 2rem;
  padding: 1rem 0;
  width: 2rem;
}
@media only screen and (max-width: 50rem) {
  .tagcloud {
    max-width: 100%;
  }
}
@media only screen and (max-width: 30rem) {
  footer {
    padding: 0.5rem;
  }
  #sitemap {
    display: none;
  }
  #footnote {
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 0;
  }
  #footnote li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 0.875rem;
    margin-right: 0;
    width: 50%;
  }
}
.set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2rem;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 2rem);
}
.set > * {
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-bottom: 2rem;
}
.set > .set {
  margin-left: 0;
  padding-left: 0;
}
.set.reduced > * {
  padding-bottom: 0;
}
.columns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.related {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.related > * {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  max-width: 33.3%;
}
.teaser {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.teaser > * {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list > * {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.set > .grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .columns img,
  .related img,
  .teaser img,
  .list img {
    width: 100%;
  }
}
main {
  background: #FFF;
}
.master {
  text-align: center;
  font-size: 1.25rem;
}
.journal {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding-bottom: 2rem;
}
.wrapper {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.wrap .breadcrumb {
  padding-bottom: 0.5rem;
  padding-bottom: 2rem;
}
aside {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.page-details .container > .scope {
  max-width: 950px;
  margin: 0 auto;
}
.page-details .container.randnotiz > .scope {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 4rem;
}
.page-details .new-entry .grow {
  padding-bottom: 0;
}
.page-details figure + p {
  margin-top: 2rem;
}
.page-details figure img {
  margin: 0;
}
.site-overview .teaser {
  position: relative;
}
.site-overview .teaser a.more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bg-grey {
  background: #f5f5f5;
}
.bg-dark-grey {
  background: #51504c;
}
.bg-primary {
  background: #800000;
}
.bg-secondary {
  background: #b30000;
}
.bg-border {
  border: 1px solid #800000;
}
.bg-border .set > * {
  padding-bottom: 0;
}
.bg-primary h1,
.bg-dark-grey h1,
.bg-secondary h1,
.bg-primary h2,
.bg-dark-grey h2,
.bg-secondary h2,
.bg-primary h3,
.bg-dark-grey h3,
.bg-secondary h3,
.bg-primary h4,
.bg-dark-grey h4,
.bg-secondary h4,
.bg-primary h5,
.bg-dark-grey h5,
.bg-secondary h5,
.bg-primary h6,
.bg-dark-grey h6,
.bg-secondary h6,
.bg-primary p,
.bg-dark-grey p,
.bg-secondary p,
.bg-primary a,
.bg-dark-grey a,
.bg-secondary a {
  color: #fff;
}
.bg-primary a:hover,
.bg-dark-grey a:hover,
.bg-secondary a:hover {
  opacity: 0.7;
}
.bg-primary a.push,
.bg-dark-grey a.push,
.bg-secondary a.push {
  color: #800000;
}
.bg-primary .set > *,
.bg-dark-grey .set > *,
.bg-secondary .set > * {
  padding-bottom: 0;
}
.container > .bg-primary,
.container > .bg-secondary,
.container > .bg-dark-grey,
.container > .bg-grey {
  padding: 4rem;
}
.container > .bg-border {
  padding: 2rem;
}
.inner.bg-dark-grey,
.inner.bg-primary,
.inner.bg-grey,
.inner.bg-border {
  padding: 3rem;
}
.container.cta .overview {
  max-width: 950px;
  margin: 0 auto;
}
.category {
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  font-size: 11px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.new-entry + .new-entry {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-top: 2rem;
}
.new-entry .grow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-entry .inner {
  max-width: 800px;
}
.new-entry img {
  position: relative;
  z-index: 2;
}
.new-in {
  margin-top: 2rem;
}
.new-in .bg-white {
  background: #fff;
  padding: 2rem 2rem 3rem 2rem;
  position: relative;
  -webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.new-in h3,
.new-in h3 a {
  font-size: 1.25rem;
  color: #444;
}
.new-in a.push {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #800000;
  color: #fff;
  border: none;
}
.new-in a.push:hover {
  background: #b30000;
}
img.outbox {
  -webkit-box-shadow: 15px 15px 0 0 #970f00;
  box-shadow: 15px 15px 0 0 #970f00;
}
.search-entry {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #eee;
  padding: 1rem;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.search-entry a {
  display: block;
  color: #696969;
}
.search-entry:hover {
  -webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.search-entry .title {
  font-size: 34px;
}
.search-entry img {
  max-width: 100px;
  height: auto;
}
.search-entry .set:first-child > * {
  padding-right: 1rem;
}
.search-entry .detail-link {
  white-space: nowrap;
}
.search-results .info h3 {
  font-size: 25px;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search-results .info .entry-wrapper:nth-child(odd) {
  background: rgba(222, 226, 230, 0.5);
}
.search-results .info .entry-wrapper:nth-child(even) {
  background: rgba(222, 226, 230, 0.25);
}
.search-results .info {
  margin-bottom: 2rem;
}
.search-results .info .entry-wrapper {
  padding: 0.5rem 1rem;
}
.search-results .info .title {
  font-weight: bold;
  word-wrap: break-word;
}
.search-results .image-gallery figure img {
  max-height: 200px;
  margin: 0;
}
.search-results .image-gallery figure {
  text-align: left;
  margin: 0 0 1rem 0;
}
.search-results .image-gallery {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.book-list figcaption {
  margin-top: 0;
}
.menu {
  -ms-flex-preferred-size: 20% !important;
  flex-basis: 20% !important;
  max-width: 20% !important;
}
#admin {
  background: #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  font-size: 14.625px;
  padding: 0.5rem 0 0.5rem 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#admin p {
  margin: 0;
}
#admin a {
  background: #b30000;
  border-radius: 0.25rem;
  color: #FFF;
  display: inline-block;
  margin: 0 1rem;
  padding: 0.1rem 0.5rem;
}
#admin a:hover {
  background: #666;
}
#admin + #root {
  margin-top: 1.75rem;
}
@media only screen and (max-width: 64rem) {
  .teaser > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  main > .scope {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main > .scope > .set {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main > .scope > .set .content {
    padding-left: 0;
  }
  .set {
    width: 100%;
  }
  .new-entry .grow {
    padding-left: 0;
  }
  .content .new-entry .grow {
    padding-left: 2rem;
  }
  .content .new-entry > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .content .new-entry img.outbox {
    max-height: 150px;
    width: auto;
  }
  .scope.bg-grey .set {
    margin-left: -1rem;
    width: 100%;
  }
  .scope.bg-grey .set > * {
    padding-left: 2rem;
  }
  .container > .bg-primary,
  .container > .bg-secondary,
  .container > .bg-dark-grey,
  .container > .bg-grey {
    padding: 2rem;
  }
  .journal {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding-bottom: 2rem;
  }
  .pol {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .teaser.new-entry .grow {
    padding-bottom: 0;
  }
  .search-results {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .image-gallery figure {
    padding-right: 1rem;
  }
  .journal {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
  }
  .new-entry > .grow:first-child {
    padding-left: 2rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 50rem) {
  .set {
    margin-left: 0;
  }
  .set > * {
    padding-left: 0;
    padding-bottom: 0;
  }
  .new-in article {
    padding-bottom: 2rem;
  }
  .content .new-entry .grow {
    padding-left: 0;
  }
  .columns > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .related > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .list > * {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .teaser > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .journal,
  aside {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }
  .container > .bg-primary,
  .container > .bg-secondary,
  .container > .bg-dark-grey,
  .container > .bg-grey {
    padding: 1rem;
  }
  .teaser.new-entry > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .new-entry figure::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 1.6rem;
    right: 0;
    bottom: -0.8rem;
    left: 0;
    background: #800000;
    width: 100%;
  }
  .new-entry figure {
    left: 0;
  }
  img.outbox {
    margin-bottom: 2rem;
  }
  .related > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .search-entry .set:first-child {
    display: block;
  }
  .search-entry .set:first-child > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .search-entry .detail-link {
    text-align: right;
    margin-top: 10px;
  }
  .menu {
    display: none !important;
  }
  #title {
    padding-bottom: 0;
    line-height: 1;
  }
  .site-overview .teaser a.more {
    position: relative;
  }
  .new-entry > .grow:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .report-change .next {
    float: none;
  }
  .column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 40rem) {
  .related > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .new-entry figure::after {
    left: 1rem;
  }
  .scope.bg-grey .set {
    margin-left: 0rem;
    width: 100%;
  }
  .scope.bg-grey .set > * {
    padding-left: 0rem;
  }
  .set > * {
    padding-bottom: 2rem;
  }
  .new-entry > * {
    padding-bottom: 0;
  }
  .container {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 30rem) {
  .teaser > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .list > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.cover {
  width: 100%;
  position: relative;
  background: #fff;
  height: 20rem;
}
.cover::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-45deg, #1f303f 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(-45deg, #1f303f 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(315deg, #1f303f 0%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(315deg, #1f303f 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(135deg, #1f303f 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f303f', endColorstr='#007db9e8', GradientType=1);
  max-width: calc(90rem - 1rem);
  margin: 0 auto;
}
.cover .image {
  height: 20rem;
}
.cover .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 15px 15px 0 0 #970f00;
  box-shadow: 15px 15px 0 0 #970f00;
}
.cover .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90rem;
  padding: 0 0.5rem;
  margin: 0 auto;
  height: 100%;
  z-index: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.cover .inner .box {
  width: 40%;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}
.cover .inner .box p {
  color: #fff;
}
.cover .inner .box h1 {
  color: #fff;
  position: relative;
}
.cover .inner .box h1:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -54px;
  height: 2px;
  background: #fff;
  width: 40px;
}
.cover .inner .box h1,
.cover .inner .box .cover-headline {
  font-size: 81px;
  line-height: 1.25;
  margin-bottom: 0;
}
.start .cover .inner .box .cover-headline,
.start .cover .inner .box h1 {
  margin-bottom: 2rem;
}
.cover .inner .box a.push {
  padding: 0.75rem 2rem;
}
.cover + main {
  margin-top: 3rem;
}
.cover + .breadcrumb-container {
  margin-top: 1rem;
}
.home .cover,
.home .cover .image,
.home .cover .inner {
  height: 40rem;
}
@media only screen and (max-width: 85rem) {
  .cover,
  .cover .image {
    height: 15rem;
  }
  .home .cover,
  .home .cover .image,
  .home .cover .inner {
    height: 15rem;
  }
  .cover .inner .box h1,
  .cover .inner .box .cover-headline {
    font-size: 54px;
  }
  .cover .inner {
    max-width: 95%;
  }
  .cover .inner .box {
    width: 60%;
  }
  .cover::after {
    max-width: calc(94% - 4px);
  }
}
@media only screen and (max-width: 50rem) {
  .cover.content .inner .box,
  .cover .inner .box {
    padding: 2rem;
  }
  .cover {
    height: auto;
    background: #800000;
  }
  .cover .image {
    height: auto;
  }
  .cover.content {
    padding-bottom: 0;
    height: auto;
  }
  .cover .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100%;
    padding: 0;
  }
  .home .cover,
  .home .cover .image,
  .home .cover .inner {
    height: auto;
  }
  .cover .inner .box {
    width: auto;
  }
  .cover .inner .box h1,
  .cover .inner .box .cover-headline {
    font-size: 35px;
  }
  .cover.content .inner .box,
  .cover .inner .box {
    padding: 2rem 0.5rem;
  }
  .cover .image {
    height: auto;
  }
  .cover .inner {
    max-width: 100%;
  }
  .cover::after {
    max-width: 100%;
  }
}
@media only screen and (max-width: 30rem) {
  .cover .inner .box h1,
  .cover .inner .box .cover-headline {
    font-size: 25px;
  }
}
form {
  margin: 0;
  padding: 0;
}
form br {
  clear: left;
}
fieldset {
  border: none;
  margin: 0;
  padding: 1rem 0;
}
fieldset.button {
  padding-left: 25%;
}
legend {
  color: #666;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
label {
  padding-right: 2%;
  vertical-align: middle;
}
label.before {
  display: block;
  float: left;
  line-height: 2;
  width: 23%;
}
#captcha_code_heading.before {
  width: 100%;
}
label.between {
  padding-left: 2%;
}
label.after,
label.check {
  display: block;
  float: left;
  margin: 0.25rem 0;
}
label.after {
  width: 65%;
}
label.check {
  width: 90%;
}
label.none {
  float: left;
  line-height: 2;
  padding-right: 0;
  width: 0;
  white-space: nowrap;
}
label.required {
  cursor: help;
}
label.required:after {
  content: "\00a0\002a";
  color: #C00;
}
label.error {
  color: #C00;
}
input,
select,
textarea {
  border: thin solid #999;
  font: inherit;
  margin: 0 0 0.5rem 0;
  padding: 0.25rem;
  vertical-align: middle;
}
input.triple {
  width: 3em;
}
input[type=date],
input[type=time],
input[type=number] {
  width: 20%;
}
input.standard,
input[type=url],
input[type=email],
textarea {
  width: 70%;
}
input.short,
input[type=password] {
  width: 35%;
}
input.error,
select.error,
textarea.error {
  border-color: #C00;
}
input[type=checkbox],
input[type=radio] {
  border: 0;
  height: 1rem;
  margin: 0.55rem 0.5rem 0.45rem 0;
  padding: 0;
  width: 1rem;
}
input[type=search] {
  -webkit-appearance: none;
}
input.vertical {
  float: left;
  margin-left: 25%;
}
input.check {
  float: left;
  margin-right: 1%;
}
select {
  padding-left: 0.05rem;
}
option {
  margin: 0;
}
optgroup {
  font-style: normal;
  padding: 0 0.5rem 1rem;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #777;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0.05rem 0.1rem 0.1rem #CCC;
  box-shadow: inset 0.05rem 0.1rem 0.1rem #CCC;
  outline: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button {
  background-color: #800000;
  background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border: thin solid #800000;
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.25rem;
  padding: 0.25rem 1rem;
  vertical-align: middle;
}
button:hover {
  background: #b30000;
}
button.cancel {
  background: #C00;
  background: -webkit-gradient(linear, left top, left bottom, from(#E00), to(#C00));
  background: -webkit-linear-gradient(top, #E00 0%, #C00 100%);
  background: -o-linear-gradient(top, #E00 0%, #C00 100%);
  background: linear-gradient(to bottom, #E00 0%, #C00 100%);
}
button.cancel:hover {
  background: #A00;
  background: -webkit-gradient(linear, left top, left bottom, from(#E00), to(#A00));
  background: -webkit-linear-gradient(top, #E00 0%, #A00 100%);
  background: -o-linear-gradient(top, #E00 0%, #A00 100%);
  background: linear-gradient(to bottom, #E00 0%, #A00 100%);
}
button.event {
  background: #C90;
  background: -webkit-gradient(linear, left top, left bottom, from(#DA0), to(#C90));
  background: -webkit-linear-gradient(top, #DA0 0%, #C90 100%);
  background: -o-linear-gradient(top, #DA0 0%, #C90 100%);
  background: linear-gradient(to bottom, #DA0 0%, #C90 100%);
}
button.event:hover {
  background: #B80;
  background: -webkit-gradient(linear, left top, left bottom, from(#EA0), to(#B80));
  background: -webkit-linear-gradient(top, #EA0 0%, #B80 100%);
  background: -o-linear-gradient(top, #EA0 0%, #B80 100%);
  background: linear-gradient(to bottom, #EA0 0%, #B80 100%);
}
button.okay {
  background: #690;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A0), to(#690));
  background: -webkit-linear-gradient(top, #7A0 0%, #690 100%);
  background: -o-linear-gradient(top, #7A0 0%, #690 100%);
  background: linear-gradient(to bottom, #7A0 0%, #690 100%);
}
button.okay:hover {
  background: #580;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A0), to(#580));
  background: -webkit-linear-gradient(top, #7A0 0%, #580 100%);
  background: -o-linear-gradient(top, #7A0 0%, #580 100%);
  background: linear-gradient(to bottom, #7A0 0%, #580 100%);
}
button.execute {
  background: #069;
}
button.execute:hover {
  background: #058;
  background: -webkit-gradient(linear, left top, left bottom, from(#07A), to(#058));
  background: -webkit-linear-gradient(top, #07A 0%, #058 100%);
  background: -o-linear-gradient(top, #07A 0%, #058 100%);
  background: linear-gradient(to bottom, #07A 0%, #058 100%);
}
#error,
#warning,
#confirm,
#mandate {
  border: thin solid;
  margin-bottom: 2rem;
  padding: 1rem;
  overflow: auto;
}
#error p,
#warning p,
#confirm p {
  font-weight: 600;
}
#error img,
#warning img,
#confirm img {
  float: left;
  width: 11rem;
  margin: 0 2rem 0 0;
}
#error button,
#warning button,
#confirm button {
  float: right;
  margin-left: 0.5rem;
}
#error {
  background: #FEE;
  border-color: #C00;
  color: #C00;
}
#warning {
  background: #FFD;
  border-color: #C90;
  color: #C90;
}
#confirm {
  background: #EFE;
  border-color: #690;
  color: #690;
}
#mandate {
  background: #FFF;
  border-color: #999;
  color: #444;
}
.search-mask {
  max-width: 950px;
  padding: 3rem 3rem 2rem 3rem;
  -webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 85rem) {
  col.price {
    width: 25%;
  }
}
@media only screen and (max-width: 50rem) {
  #error button,
  #warning button,
  #confirm button {
    clear: right;
  }
  label.before {
    display: block;
    float: none;
    width: 100%;
  }
  fieldset.button {
    padding-left: 0%;
  }
}
@media only screen and (max-width: 40rem) {
  .search-mask {
    max-width: 100%;
    padding: 1.5rem;
  }
  .search-mask select,
  .search-mask input {
    display: block;
    width: 100%;
  }
  .search-mask br {
    display: none;
  }
}
@media only screen and (max-width: 30rem) {
  fieldset.button {
    padding-left: 0;
  }
  label.after,
  label.check {
    width: 90%;
  }
  label.none {
    margin-bottom: 0.5rem;
  }
  input,
  select,
  textarea,
  button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input.vertical {
    clear: left;
    margin-left: 0;
  }
  input.short,
  input.standard,
  input[type=url],
  input[type=email],
  input[type=password],
  textarea {
    width: 100%;
  }
  input[type=date],
  input[type=time],
  input[type=number] {
    width: 35%;
  }
  label.before {
    float: none;
    width: 100%;
  }
  #error,
  #warning,
  #confirm {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #error img,
  #warning img,
  #confirm img {
    display: none;
  }
  #error button,
  #warning button,
  #confirm button {
    float: none;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    margin-top: 1rem;
    margin-left: 0;
  }
  #error button + button,
  #warning button + button,
  #confirm button + button {
    margin-top: 0;
  }
  .relaunch input.standard,
  .relaunch input[type=url],
  .relaunch input[type=email],
  .relaunch select,
  .relaunch textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .relaunch .next {
    float: none;
    width: 100%;
  }
  .relaunch .next button {
    width: 100%;
  }
  .relaunch .explanation {
    text-align: center;
  }
}
#comments ol {
  margin-top: 2rem;
}
#comments li {
  margin: 0 0 3rem;
  list-style: decimal outside;
  font-weight: bold;
}
#comments blockquote {
  background: #DDD;
  font-style: normal;
  margin: 1.5rem 2rem 0 0;
  padding: 1rem;
  font-weight: normal;
  position: relative;
  border-radius: 0.25rem;
}
#comments blockquote:before {
  content: "";
  position: absolute;
  border: 1rem solid;
  border-color: transparent transparent #DDD transparent;
  top: -1.75rem;
  left: 1rem;
}
#comments li.reply {
  margin-left: 2rem;
  font-weight: normal;
}
#comments li.reply blockquote {
  background: #FFF;
}
#comments li.reply blockquote:before {
  border-color: transparent transparent #FFF transparent;
}
@media only screen and (max-width: 30rem) {
  #comments ol {
    padding-left: 0.5rem;
  }
  #comments li {
    margin-bottom: 1rem;
  }
  #comments li.reply {
    margin-left: 1rem;
  }
  #comments blockquote {
    margin-right: 0;
  }
}
.mfp-bg {
  background: #111;
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 502;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 504;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 2rem 0.75rem;
  color: #FFF;
  font-style: normal;
  font-size: 1.5rem;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0.1rem;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -0.5rem;
  text-align: right;
  padding-right: 0.5rem;
  width: 100%;
}
.mfp-title {
  color: #CCC;
  font-size: 14px;
}
.mfp-counter {
  position: relative;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1em;
}
button.mfp-arrow {
  position: absolute;
  top: 0;
  margin: 0;
  top: 50%;
  margin-top: -4rem;
  padding: 0;
  width: 3rem;
  height: 4rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #800000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #fff;
  border-radius: 0;
}
.mfp-arrow:active {
  margin-top: -4rem;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  background: #800000;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 1rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: '‹';
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: '›';
}
.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 55rem;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -2.5rem;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem 0 2.5rem;
  margin: auto;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 2.5rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
  position: relative;
}
.mfp-bottom-bar {
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.25rem;
  color: #EEE;
}
.mfp-figure small {
  color: #BBB;
  display: block;
  font-size: 0.75rem;
  line-height: 0.8rem;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media only screen and (max-width: 50rem) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.2rem 0.4rem;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.4rem;
    top: 0.2rem;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3rem;
  }
}

/*# sourceMappingURL=screen.css.map */