@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
html {
  height: 100%; }

body {
  min-height: 100%;
  background: #f0f0f0;
  background: url(./images/squared_metal.png) left top repeat;
  background: url(./images/background.jpg) left top repeat;
  font-family: 'Raleway', sans-serif;
  color: #444;
  -webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.2); }

body, td {
  font-size: 1.6vmin; }

a, button {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

::selection {
  background: #333333;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #333333;
  /* Gecko Browsers */
  color: #fff; }

/*******************************************************************************
 * H E A D E R
 *******************************************************************************/
header {
  padding: 0 0 1.5rem 0; }
  header h1 {
    display: none;
    margin: 0;
    font-size: 2vw;
    text-align: center;
    text-shadow: 0 0 40px #FFFFFF;
    font-family: 'Poiret One', cursive; }
    header h1 i {
      font-style: normal;
      color: #222;
      color: #E73535; }
    header h1 small {
      font-family: 'Raleway', sans-serif;
      display: block;
      font-size: 1vmin;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #444; }

/*******************************************************************************
 * M E N U E S
 *******************************************************************************/
nav#mainmenu {
  background: #333333; }
  nav#mainmenu #title {
    float: right;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.7vw 1.5vw 0.4vw 0;
    font-family: 'Poiret One', cursive;
    color: #eee;
    font-weight: bold; }
    nav#mainmenu #title i {
      font-style: normal;
      color: #222;
      color: #E73535; }
    nav#mainmenu #title span {
      color: #ccc;
      font-size: 1vw; }
  nav#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav#mainmenu ul li {
      display: inline; }
      nav#mainmenu ul li a {
        color: #ccc;
        text-decoration: none;
        font-size: 1.3vmin;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: inline-block;
        padding: 2.3vmin; }
        nav#mainmenu ul li a:hover {
          background-color: #E73535;
          color: #222; }
        nav#mainmenu ul li a.active {
          background-color: #E73535;
          color: #fff; }

nav.sectionmenu {
  text-align: center;
  margin: 0vmin -5rem 3vmin;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid #ddd; }
  nav.sectionmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.2vmin;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px; }
    nav.sectionmenu ul li {
      display: inline; }
      nav.sectionmenu ul li a {
        display: inline-block;
        color: #333;
        text-decoration: none;
        padding: 0.5vmin 2.2vmin 0.5vmin 1.7vmin; }
        nav.sectionmenu ul li a:hover {
          color: #E73535; }
      nav.sectionmenu ul li:after {
        content: "×";
        color: #bbb; }
      nav.sectionmenu ul li:last-child:after {
        content: ""; }

nav.pagination {
  background: #f9f9f9;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f9f9f9+7,ffffff+100 */
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f9f9f9 7%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f9f9f9 7%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%, #f9f9f9 7%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  xborder-bottom: 1px solid #eee;
  text-align: center;
  padding: 0.3rem 0;
  margin: 0vmin -5rem 4vmin;
  font-size: 1.1vmin;
  font-weight: bold;
  letter-spacing: 2px; }
  nav.pagination span {
    color: #ccc; }
  nav.pagination a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin: 0 1vmin; }
    nav.pagination a:hover {
      color: #E73535; }
    nav.pagination a span {
      font-size: 115%; }

nav.sectionmenu + nav.pagination {
  margin-top: -3vmin; }

/*******************************************************************************
 * F O O T E R
 *******************************************************************************/
footer {
  padding: 1rem 0 3rem 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  footer p {
    margin: 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1vmin;
    letter-spacing: 5px; }
    footer p b {
      font-weight: 800;
      color: #222;
      xcfont-family: 'Poiret One', cursive; }
      footer p b i {
        font-style: normal;
        color: #a31313; }

/*******************************************************************************
 * I N H A L T S B E R E I C H
 *******************************************************************************/
.container {
  width: 97%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5); }

main {
  padding: 1rem 5rem 5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

/*******************************************************************************
 * L a y o u t
 *******************************************************************************/
div.column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white; }
  div.column.sidebar.left {
    padding: 0;
    width: 22%;
    float: left; }
  div.column.right {
    padding: 0;
    margin-left: 27%;
    width: 73%; }

h2 {
  font-size: 3vh;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px; }

h3 {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 1.3vmin;
  letter-spacing: 1px;
  margin: 2vmin 0 3vmin; }

/* http://jessica-eldredge.com/2014/01/26/headings-with-lines/ */
h3 {
  position: relative;
  text-align: left; }

h3 span {
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1; }

h3:before {
  background: #C6C6C6;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%; }

h3:before {
  left: 0; }

h4 {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 1.7vmin;
  letter-spacing: 5px;
  margin: 2vmin 0 3vmin; }

/* http://jessica-eldredge.com/2014/01/26/headings-with-lines/ */
h4 {
  position: relative;
  text-align: center; }

h4 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1; }

h4:before {
  background: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%; }

h4:before {
  left: 0; }

p {
  font-size: 1.5vmin; }

/*******************************************************************************
 * T a b e l l e n
 *******************************************************************************/
table.table {
  border-collapse: collapse;
  width: 100%; }
  table.table thead {
    border-bottom: 1px solid #999; }
    table.table thead tr th {
      padding: 0vmin 1vmin 0.5vmin 1vmin;
      text-align: left;
      font-size: 1.4vmin;
      text-transform: uppercase;
      letter-spacing: 1px; }
  table.table tbody tr td {
    border-bottom: 1px solid #eee;
    padding: 1.5vmin 1vmin; }
    table.table tbody tr td a {
      color: #444;
      text-decoration: none; }
  table.table tbody tr:hover td {
    background: #f9f9f9; }
    table.table tbody tr:hover td a {
      color: #000;
      text-decoration: none; }
      table.table tbody tr:hover td a:hover {
        color: #E73535; }

table.dataset {
  border-collapse: collapse;
  width: 100%; }
  table.dataset tbody tr th, table.dataset tbody tr td {
    line-height: 2.7vmin;
    vertical-align: top; }
  table.dataset tbody tr th {
    white-space: nowrap;
    text-align: right;
    font-size: 1.3vmin;
    padding-top: 0.2vmin;
    padding-right: 2vmin;
    color: #C6C6C6;
    font-weight: 600; }
  table.dataset tbody tr td {
    width: 100%; }
    table.dataset tbody tr td.hauptsachtitel {
      font-weight: 900;
      letter-spacing: 1px; }
  table.dataset a {
    color: #444;
    text-decoration: none; }
  table.dataset:hover a {
    color: #000;
    text-decoration: underline; }
    table.dataset:hover a:hover {
      color: #E73535; }

/*******************************************************************************
 * F o r m u l a r e
 *******************************************************************************/
::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.8vw;
  font-weight: bold; }

::-moz-placeholder {
  color: #aaa;
  font-size: 0.8vw;
  font-weight: bold; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.8vw;
  font-weight: bold; }

/* ie */
input:-moz-placeholder {
  color: #aaa;
  font-size: 0.8vw;
  font-weight: bold; }

.buttons.footer {
  text-align: center;
  margin: 3vmin -5rem 0vmin;
  padding-top: 1rem;
  border-top: 1px solid #eee; }

.buttons input, button, .button {
  font-size: 1vmin;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #E73535;
  xborder: 1px solid #E73535;
  border: none;
  color: #333333;
  color: #fff;
  padding: 1.7vmin 5vmin 1.5vmin 5vmin;
  padding: 1.4vmin 3vmin 1.2vmin 3vmin;
  xmargin-right: 2vmin;
  display: inline-block;
  text-decoration: none; }
  .buttons input:hover, button:hover, .button:hover {
    background-color: #b91616;
    color: #fff; }
  .buttons input:active, .buttons input:focus, button:active, button:focus, .button:active, .button:focus {
    background-color: #E73535;
    color: #fff; }
  .buttons input.primary, button.primary, .button.primary {
    padding-left: 10vmin;
    padding-right: 10vmin; }
  .buttons input.disabled, button.disabled, .button.disabled {
    background: #ccc !important; }

form {
  margin-bottom: -2rem;
  overflow: hidden;
  /* http://geniuscarrier.com/how-to-style-a-html-file-upload-button-in-pure-css/ */
  /* Subformular für Verfasserauswahl in Medium-Formular */ }
  form .field {
    margin-bottom: 0.5rem; }
    form .field xlabel {
      font-size: 0.9vmin;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 7.5vw;
      padding: 0.2vw 0.5vw;
      xmargin-right: 0.5vw;
      display: inline-block;
      float: left;
      xtext-align: right;
      background: #ddd;
      border: 1px solid #ccc;
      border-right: none;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    form .field label {
      font-size: 0.9vmin;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      margin: 0 0 0.3rem; }
    form .field .entry-container, form .field input, form .field textarea, form .field select {
      width: calc(100% - 7.5vw);
      width: 100%; }
    form .field .entry-container {
      float: left; }
      form .field .entry-container input {
        width: 100%;
        margin-bottom: 0.5rem; }
    form .field input, form .field textarea, form .field select {
      border: 1px solid #ccc;
      font-size: 1vw;
      font-size: 0.8vw;
      font-weight: bold;
      padding: 0.5rem;
      background: #fff;
      background: #f6f6f6;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      form .field input:focus, form .field textarea:focus, form .field select:focus {
        border-color: #888; }
      form .field input.main-field, form .field textarea.main-field, form .field select.main-field {
        font-weight: 900;
        color: #303030;
        color: #333333; }
    form .field .checkbox {
      xmargin-left: 7.5vw;
      margin-bottom: 1vw; }
      form .field .checkbox label {
        background: none;
        width: inherit;
        padding: inherit;
        margin: 0 0 0 1rem;
        display: inline;
        float: inherit;
        border: none; }
      form .field .checkbox input {
        width: inherit;
        margin: 5px 0 -5px 0; }
  form .fileupload.button {
    position: relative;
    overflow: hidden;
    padding: 20px;
    height: 50px;
    width: 100%; }
    form .fileupload.button span {
      display: block;
      text-align: center;
      position: absolute;
      top: 35%;
      left: 0;
      right: 0; }
  form .fileupload.button input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
  form ul.verfasser {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    form ul.verfasser li {
      overflow: hidden;
      padding-bottom: 1rem; }
      form ul.verfasser li > div {
        xclear: both; }
        form ul.verfasser li > div div {
          width: auto;
          margin-right: 10px;
          float: left; }
          form ul.verfasser li > div div label {
            display: block; }
    form ul.verfasser .verfasser-entfernen-link {
      padding: 3px 5px; }

form.search.form .field {
  width: 49%;
  float: left; }
  form.search.form .field:nth-of-type(1) {
    margin-right: 2%; }
form.search.form .buttonx {
  text-align: center;
  clear: both;
  margin-bottom: 3rem; }
  form.search.form .buttonx button {
    background: #E73535; }

section {
  margin-bottom: 4vmin; }

section.person figure.image {
  padding: 0;
  margin: 0; }
  section.person figure.image img {
    max-width: 100%; }
section.person h2 {
  color: #222;
  margin-bottom: 0; }
section.person .meta .lebensdaten {
  font-size: 1.5vmin;
  font-weight: 800;
  color: #999;
  color: #C6C6C6; }
section.person .bio {
  margin: 1rem 0 0 0;
  line-height: 2.3vmin;
  font-size: 1.3vmin;
  text-align: justify; }

section.book.covers {
  overflow: hidden; }
  section.book.covers .cover {
    float: left;
    margin-right: 1vmin;
    margin-right: 1%;
    margin-bottom: 2vmin; }
    section.book.covers .cover figure {
      width: auto;
      height: 200px;
      margin: 0px;
      border: 2px solid transparent;
      overflow: hidden;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      section.book.covers .cover figure:hover {
        border: 2px solid #E73535; }
      section.book.covers .cover figure a {
        text-decoration: none; }
        section.book.covers .cover figure a img {
          width: auto;
          height: 200px; }
        section.book.covers .cover figure a .dummy {
          width: 130px;
          height: 196px;
          background: #e0e0e0;
          border: 1px solid #adadad;
          color: #333333;
          font-weight: bold;
          text-align: center;
          font-size: 1vmin;
          padding: 5vmin 10px 0; }
          section.book.covers .cover figure a .dummy strong {
            font-size: 1.5vmin;
            font-weight: 500; }
  section.book.covers .one-row-covers {
    height: 420px;
    overflow: hidden; }

figure.avatar {
  margin: -1vmin 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden; }
  figure.avatar img {
    max-width: 100%;
    height: auto; }

figure {
  padding: 0;
  margin: 0; }
  figure img {
    max-width: 100%; }

.titeldatensatz section.titelaufnahme {
  border: 1px solid #C6C6C6;
  padding: 0 1vw; }
  .titeldatensatz section.titelaufnahme p {
    font-size: 1.3vmin; }

section.frontpage {
  margin-bottom: 4rem; }

.covers figure.cover {
  width: 16.66666%;
  float: left; }

.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0px none;
  text-align: left;
  transition: box-shadow 0.1s ease 0s, width 0.1s ease 0s; }

.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0px none;
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.7142em;
  background: #FFF none repeat scroll 0% 0%;
  display: inline-block;
  padding: 0.785714em 2.6em 0.785714em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.285714rem;
  transition: box-shadow 0.1s ease 0s, width 0.1s ease 0s; }

.ui.selection.dropdown {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  line-height: inherit;
  font-size: 1vw;
  font-size: 0.8vw;
  font-weight: bold;
  padding: 0.5rem;
  background: #fff;
  background: #f6f6f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  text-align: left;
  background: #FFF none repeat scroll 0% 0%;
  border: medium none;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 25% 0px;
  border-radius: 0;
  -moz-user-select: text;
  will-change: top, left, margin, transform, opacity; }

#overlay {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  filter: blur(1px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  background: rgba(100, 100, 100, 0.95);
  z-index: 100;
  display: none; }

.modal {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: none;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  .modal i.close.icon {
    font-style: normal;
    position: absolute;
    top: 5px;
    right: 1rem;
    color: #fff;
    font-size: 2rem;
    cursor: pointer; }
  .modal header {
    background: #333333;
    padding: 0; }
    .modal header h2 {
      margin: 0;
      display: inline-block;
      border-top: 5px solid #E73535;
      color: #fff;
      padding: 0.5rem 1rem; }
  .modal .content {
    margin: 2rem 4rem; }
    .modal .content .buttons {
      text-align: center;
      margin: 1rem 0 2rem; }
      .modal .content .buttons button, .modal .content .buttons .button {
        padding: 1vmin 2vmin;
        background-color: #E73535;
        color: #fff; }
        .modal .content .buttons button:hover, .modal .content .buttons .button:hover {
          background-color: #d01919; }
        .modal .content .buttons button:active, .modal .content .buttons button:focus, .modal .content .buttons .button:active, .modal .content .buttons .button:focus {
          background-color: #E73535;
          color: #fff; }

span.unvollstaendig {
  font-weight: bold;
  font-style: italic;
  font-size: 0.8rem;
  color: #c99; }

.display_method_selection {
  text-align: right;
  position: absolute;
  top: 100px;
  right: 50px; }
  .display_method_selection a {
    color: #222;
    font-size: 1.2vmin;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    margin: 0 10px; }
    .display_method_selection a:hover {
      color: #E73535; }
    .display_method_selection a.active {
      text-decoration: underline; }

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