.article {
  position: relative;
  clear: both;
  line-height: 1.5em;
}
.article .question {
  padding-top: 1.875em;
  font-weight: 700;
  padding-bottom: 1em;
}
.article h1 {
  padding: 0.75em 0em 0.375em 0em;
  font-weight: 400;
  margin: 0em;
}
.line-sep {
  margin-top: 0.1875em;
  border-top: 1px SOLID #cccccc;
  height: 0.5em;
}
.article.sep {
  padding-top: 1.875em;
}
.article.sep:before {
  display: block;
  content: "";
  height: 0;
  width: 100%;
  border-bottom: 1px SOLID #cccccc;
  position: relative;
  top: -0.9375em;
}
.tags {
  display: none;
}
.fs-sec {
  padding-top: 1.25em;
}
#author-side-picture {
  float: left;
  padding-bottom: 0.75em;
}
#author-side-picture .pic {
  background: url('/assets/about/sachs/sachs.jpg') no-repeat;
  background-size: contain;
  width: 11.625em;
  height: 11.625em;
}
.article [style~="left"] {
  padding-right: 1em;
  padding-bottom: 1em;
}
.article [style~="right"] {
  padding-left: 1em;
  padding-bottom: 1em;
}
.date {
  font-weight: normal;
  font-size: 0.75em;
  padding-left: 0.75em;
}
#wrapper {
  max-width: none;
}
.film-strip {
  position: relative;
}
.film-strip .top {
  height: 0.75em;
  border-top: 0.1875em SOLID #0099cc;
}
.film-strip .scroll {
  height: 14em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.film-strip .bottom {
  height: 0.25em;
  border-bottom: 0.1875em SOLID #0099cc;
}
.film-strip .block {
  top: 0;
  left: 0;
  position: relative;
}
.film-strip .block.smooth {
  transition: left 0.25s;
}
.film-strip .item {
  display: inline-block;
  padding: 0em 0.375em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.film-strip .left,
.film-strip .right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4em;
  z-index: 5;
  background: no-repeat center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.film-strip .left {
  background-image: url('assets/index/Arrow-Left-Over.png');
  left: 0;
}
.film-strip .right {
  background-image: url('assets/index/Arrow-Right-Over.png');
  right: 0;
}
.film-strip:hover .left,
.film-strip:hover .right {
  opacity: 1;
}
.film-strip .base,
.film-strip .overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.film-strip .base {
  position: relative;
}
.film-strip .overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  transition: opacity 0.5s;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.film-strip .overlay-zoom {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  transition: opacity 0.5s;
  overflow: hidden;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.film-strip .overlay-zoom .outter {
  position: absolute;
  left: -5%;
  right: -5%;
  top: -5%;
  bottom: -5%;
  border: 0;
  margin: 0;
  background-size: cover;
  opacity: 1;
  z-index: 5;
}
.film-strip .item:hover .overlay,
.film-strip .item:hover .overlay-zoom {
  opacity: 1;
}
.film-strip .headline {
  text-align: center;
}
.film-strip.mod-rounded .base {
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.filmstrip-dialog,
.text-dialog {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.filmstrip-dialog .close,
.text-dialog .close {
  z-index: 100;
  position: absolute;
  padding: 0.3125em;
  right: 2em;
  top: 0.625em;
  color: #ccc;
  background: url('assets/index/Exit-X.png') no-repeat center transparent;
  background-size: 50%;
  width: 2.5em;
  height: 2.5em;
  border-radius: 4em;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
}
.filmstrip-dialog .close:hover,
.text-dialog .close:hover {
  background-color: #555;
}
.filmstrip-dialog .black,
.text-dialog .black,
.filmstrip-dialog .white,
.text-dialog .white,
.filmstrip-dialog .fade,
.text-dialog .fade,
.filmstrip-dialog .thumb,
.text-dialog .thumb,
.filmstrip-dialog .vid-container,
.text-dialog .vid-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.filmstrip-dialog .thumb,
.text-dialog .thumb {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.filmstrip-dialog.on .black,
.text-dialog.on .black,
.filmstrip-dialog.on .white,
.text-dialog.on .white {
  opacity: 1;
}
.filmstrip-dialog.on .fade,
.text-dialog.on .fade {
  opacity: 0.8;
}
.filmstrip-dialog.on .thumb,
.text-dialog.on .thumb {
  transition: top 0.5s,left 0.5s, width 0.5s, height 0.5s, opacity 0.5s;
}
.filmstrip-dialog .black,
.text-dialog .black {
  transition: opacity 0.5s;
  background-color: #000;
  opacity: 0;
}
.filmstrip-dialog .white,
.text-dialog .white {
  transition: opacity 0.5s;
  background-color: #fff;
  opacity: 0;
}
.filmstrip-dialog .fade,
.text-dialog .fade {
  transition: opacity 0.5s;
  background-color: #000;
  opacity: 0;
}
.text-dialog .text-container {
  display: flex;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  background-color: white;
}
.text-dialog .text-container.full {
  max-width: 50em;
}
@media only screen and (min-width: 500px) {
  .text-dialog .text-container {
    max-width: 37.5em;
    width: calc(100% - 10em);
    max-height: calc(100% - 12px);
    height: auto;
  }
}
.text-dialog .container {
  clear: both;
  padding: 2em 1em;
  overflow-x: hidden;
  overflow-y: auto;
}
.text-dialog .container table {
  width: 100%;
}
.text-dialog .container table td {
  padding: 0em 1em;
}
.text-dialog .container table td img {
  max-width: 14.0625em;
}
.text-dialog .close {
  right: 0em;
  top: 0em;
}
@media only screen and (min-width: 500px) {
  .text-dialog .close {
    right: -2.8125em;
    top: -2.5em;
  }
}
.text-dialog .close::after {
  color: white;
}
.text-dialog .float-right-box {
  float: right;
  padding: 0.5em;
}
.text-dialog .float-right-box img {
  width: 12.5em;
}
.filmstrip-dialog .otext {
  position: fixed;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0em 0em 0.0625em #000000;
  text-shadow: 0em 0.0625em #000000 #000000;
  display: none;
}
.filmstrip-dialog .otext h5 {
  font-size: 1.875em;
  padding: 0em;
  margin: 0em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}
.filmstrip-dialog .otext ul {
  display: inline-block;
  margin: 0, auto;
  padding: 0em;
  margin: 0em;
}
.filmstrip-dialog .otext li {
  text-align: left;
}
.filmstrip-dialog video {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}
.filmstrip-dialog .close::after {
  color: white;
}
.pin-columns {
  text-align: left;
  column-width: 6.25em;
  column-gap: 0.9375em;
  width: 100%;
}
.pin-columns figure {
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  background: #fefefe;
  border: 2px solid #f0f0f0;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 0.125em 0.125em 0.9375em 0em;
  padding: 0.9375em 0.9375em 0.625em 0.9375em;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  width: calc(100% - 2em);
  column-break-inside: avoid;
}
.pin-columns figure img {
  width: 100%;
  height: auto;
}
.pin-columns figure figcaption {
  margin-top: 0.625em;
  padding-top: 0.625em;
  border-top: 1px solid #ccc;
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
  font-size: 0.875em;
  text-align: center;
}
.pin-columns small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}
.pin-columns small a {
  color: #666;
  text-decoration: none;
  transition: .4s color;
}
.pin-columns.columns-wide {
  column-width: 12.5em;
}
.img-c {
  padding-top: 1em;
  text-align: center;
}
.img-c img {
  display: inline-block;
}
.text-large {
  display: none;
}
@media only screen and (min-width: 500px) {
  .text-small {
    display: none;
  }
  .text-large {
    display: block;
  }
}
.news-section h3 {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.news-section .inactive {
  display: none;
}
.news-section .answer {
  padding-bottom: 0.5em;
}
.news-section .answer + .answer:before {
  display: block;
  content: "";
  height: 1.875em;
  width: 100%;
  border-top: 1px SOLID #cccccc;
}
