* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  height: 100%;
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header {
  color: #17baef;
  font-size: 1.4em;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}
h1 {
  margin: 1em;
  display: inline-block;
}
h1 a {
  color: #17baef;
}
footer {
  border-top: 1px solid #17baef;
  color: #17baef;
  font-size: 0.8em;
  font-style: italic;
  margin-left: 2em;
  margin-top: 3em;
  padding-top: 0.5em;
}
footer a {
  color: #555;
}
nav.breadcrumbs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 1.5em;
  font-weight: bold;
  height: 4em;
  background: url('hero.jpg') center center repeat;
  background-size: contain;
  color: #fff;
  position: relative;
}
nav.breadcrumbs .mask {
  background-color: #17baef;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  z-index: 1;
}
nav.breadcrumbs a,
nav span {
  position: relative;
  z-index: 2;
  display: inline;
}
nav.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
nav.breadcrumbs .separator {
  color: #fff;
  display: inline-block;
  margin: 0 0.5em;
}
#content {
  padding: 2em;
}
#albums {
  margin-bottom: 2em;
  overflow: hidden;
}
#albums a {
  display: inline-block;
  margin-right: 0.5em;
}
#albums h3 {
  color: #444;
  margin-top: 1em;
  font-size: 1em;
}
#albums .meta {
  color: #999;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  margin: 0.5em 0;
  width: 100%;
}
#albums > li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0em;
}
#albums .grid {
  opacity: 0.9;
  width: 360px;
  height: 60px;
  overflow: hidden;
}
#albums .mosaic {
  width: 360px;
  opacity: 0.9;
  overflow: hidden;
}
#albums .grid li {
  float: left;
  padding: 0;
  padding-right: 0px;
  padding-bottom: 0px;
}
#albums .grid img {
  display: block;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 450px) {
  #albums .meta .separator {
    display: none;
  }
  #albums .meta .summary {
    display: block;
  }
}
#media {
  margin-bottom: 2em;
}
#media:after {
  content: "";
  display: table;
  clear: both;
}
#media li {
  float: left;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  position: relative;
}
#media li .video-overlay {
  left: 50%;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
nav.pagination {
  color: #666;
  display: inline-block;
  font-size: 1em;
  padding: 0em 0em 0.5em 0em;
}
nav.pagination .page {
  margin-right: 0.2em;
}
nav.pagination .page.current {
  font-weight: bold;
}
nav.pagination a {
  color: #666;
}
#zip {
  color: #666;
  margin-bottom: 2em;
}
#zip a {
  color: #3399ff;
}
/* SOP50 Theme-Overlay für thumbsup Mosaic */

:root {
  --sop-rot: #CE3A36;
  --sop-violett: #772D81;
  --sop-weiss: #ffffff;
  --sop-grau: #f5f5f5;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  color: #222 !important;
  background: var(--sop-weiss) !important;
}

header,
.album header {
  background: var(--sop-violett) !important;
  color: var(--sop-weiss) !important;
  padding: 1.5rem 1rem !important;
}

header a,
header h1,
header h2,
header .title,
header .album-title {
  color: var(--sop-weiss) !important;
  border-color: var(--sop-weiss) !important;
}

/* Breadcrumb-Zeile: heller Grau-Balken, violette Schrift.
   .mask ist ein vollflächiger Tint über hero.jpg → muss grau sein, damit
   der Balken sauber grau wirkt (sonst Mosaic-Default-Hellblau). */
nav.breadcrumbs,
.breadcrumbs {
  background: var(--sop-grau) !important;
  color: var(--sop-violett) !important;
  height: auto !important;
  padding: 0.7rem 1.5rem !important;
}
nav.breadcrumbs .mask {
  background-color: var(--sop-grau) !important;
  opacity: 1 !important;
}
.breadcrumbs a,
.breadcrumbs .separator,
nav.breadcrumbs span {
  color: var(--sop-violett) !important;
  border-color: var(--sop-violett) !important;
}

/* Akzentfarbe → Violett */
a {
  color: var(--sop-violett) !important;
}
a:hover {
  color: var(--sop-rot) !important;
}

/* Album-Karten */
.albums .album {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.albums .album:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(119, 45, 129, 0.18);
}
.albums .album .title,
.albums .album h2 {
  color: var(--sop-violett) !important;
  font-weight: 600;
}

/* Thumbnail-Hover */
.media a img,
.thumb img {
  transition: opacity 0.2s ease;
}
.media a:hover img,
.thumb:hover img {
  opacity: 0.85;
}

/* Footer */
footer {
  background: var(--sop-grau) !important;
  color: #555 !important;
  border-top: 1px solid var(--sop-violett) !important;
  padding: 1.2rem !important;
  text-align: center;
  font-size: 0.85rem;
}

