html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
  
@font-face {
	font-family: 'Academica';
	src: url('font/Academica/Academica.eot');
	src: url('font/Academica/Academica.eot?#iefix') format('embedded-opentype'),
	url('font/Academica/Academica.woff') format('woff'),
	url('font/Academica/Academica.ttf') format('truetype'),
	url('font/Academica/Academica.svg#wf') format('svg');
}
 
@font-face {
	font-family: 'Academica-Italic';
	src: url('font/Academica/Academica-Italic.eot');
	src: url('font/Academica/Academica-Italic.eot?#iefix') format('embedded-opentype'),
	url('font/Academica/Academica-Italic.woff') format('woff'),
	url('font/Academica/Academica-Italic.ttf') format('truetype'),
	url('font/Academica/Academica-Italic.svg#wf') format('svg');
}
 
 @font-face {
	font-family: 'RHPluto';
	src: url('font/RHPluto/RHPluto-Regular.eot');
	src: url('font/RHPluto/RHPluto-Regular.eot?#iefix') format('embedded-opentype'),
	url('font/RHPluto/RHPluto-Regular.woff') format('woff'),
	url('font/RHPluto/RHPluto-Regular.ttf') format('truetype'),
	url('font/RHPluto/RHPluto-Regular.svg#wf') format('svg');
}
 

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

  img{
      transition: all 0.5s;
  }

  a{
      transition: opacity 0.2s;
  }
  a:hover {
      transition: opacity 0.2s;
      opacity: 0.7;
  }
  #articlelistcont a:hover {
      transition: none;
      opacity: 1;
  }
*:focus {
  outline: 0;
}
a {
  color: #000;
  text-decoration: none;
}
p {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  list-style-position: outside;
  padding-left: 1.8rem;
  word-wrap: break-word;
}
html {
  font-size: 62.5%; /* 1em = 10px , 1.4em = 14px */
  line-height: 1.2;
}
body {
  font-weight: normal;
  font-family: RHPluto, "sans-serif";
  color: #000;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
.hidden {
  display: none;
}
#nav {
  position: fixed;
  height: 4rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background-color: #fff;
  font-family: RHPluto, "sans-serif";
  font-size: 2.4rem;
  line-height: 4rem;
}
#nav a,
#nav img {
  display: block;
  float: left;
}
#nav a {
  padding: 0 0.5rem;
}
#nav #prevcol,
#nav #nextcol {
  padding: 0 1rem;
  font-size: 2.8rem;
}
#nav #prevcol {
  padding-right: 0rem;
}
#nav img {
  padding-top: 0;
}
#nav #mnav {
  margin-left: 0.5rem;
  cursor: pointer;
}
#nav #mail img {
  padding-right: 0.2rem;
}
#nav #nlogo {
  padding-top: 0;
}
#nav .right {
  float: right;
}
#menu {
  position: fixed;
  font-size: 1.7rem;
  line-height: 2.15rem;
  z-index: 40;
  top: 4rem;
  left: 0;
  width: 30rem;
  background-color: #fff;
  display: none;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
/*
    ul{
     float: left;
     width: 20rem;
     &:first-child{
            width: 15rem;
            padding-right: 5rem;
         }
    }
    */
}
#menu li:last-child {
  display: none;
}
#scrollwrap {
  position: absolute;
  overflow-y: hidden;
  overflow-x: scroll;
}
#all {
  display: table;
  border: 0;
}
#all #row {
  display: table-row;
  border: 0;
}
#all .col,
#all #full {
  padding-top: 4rem;
  display: table-cell;
  vertical-align: top;
}
#all .col .outer,
#all #full .outer {
  overflow: hidden;
  position: relative;
}
#all .col .outer .up,
#all #full .outer .up,
#all .col .outer .down,
#all #full .outer .down {
  font-size: 3.5rem;
  font-family: RHPluto, "sans-serif";
  width: 100%;
  text-align: center;
  height: 4rem;
  background-color: transparent;
  color: transparent;
  position: absolute;
}
#all .col .outer .up:hover,
#all #full .outer .up:hover,
#all .col .outer .down:hover,
#all #full .outer .down:hover {
  color: #000;
  cursor: pointer;
}
#all .col .outer .up,
#all #full .outer .up {
  top: 0;
}
#all .col .outer .up:hover,
#all #full .outer .up:hover {
  background: url("/static/img/Pfeil-Up.png") no-repeat center center #fff;
}
#all .col .outer .down,
#all #full .outer .down {
  bottom: 0;
}
#all .col .outer .down:hover,
#all #full .outer .down:hover {
  background: url("/static/img/Pfeil-Down.png") no-repeat center center #fff;
}
#all .col .outer .scroll,
#all #full .outer .scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#all .col .outer .scroll .cont,
#all #full .outer .scroll .cont {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#all .col {
  min-width: 320px;
  max-width: 320px;
}
#all .col .outer .scroll {
  width: 320px;
  padding-right: 20px;
  margin-right: -20px;
}
#all .col .outer .scroll .cont {
  width: 320px;
}
#all #full {
  min-width: 640px;
  max-width: 0;
}
#all #full .outer .scroll {
  width: 640px;
  padding-right: 20px;
  margin-right: -20px;
}
#all #full .outer .scroll .cont {
  width: 640px;
}
#all #full .cat .name {
  text-align: center;
}
#all #full .cat .close {
  float: right;
  width: 3rem;
  cursor: pointer;
  margin-top: -2rem;
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
}
#all #full .meta,
#all #full .head,
#all #full .text {
  padding-left: 4rem;
}
#all #full .head small,
#all #full .text small {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 1rem;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  display: block;
}
#all #full .head small {
  margin-left: -1.5rem;
}
#all #full .text small {
  margin-left: -2rem;
  padding-left: 1.8rem;
}
#all #full .text a {
  text-decoration: underline;
}
#all #full .text a.full {
  font-family: RHPluto, "sans-serif";
}
#all #full .text img {
  padding-top: 0.3rem;
  padding-bottom: 1.8rem;
}
#all #full .text li.shariff-button {
  padding-left: 0;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  min-width: 6rem;
  max-width: 8rem;
}
#all #full .text ul.share li {
  float: left;
  padding-left: 1.4rem;
}
#all #full .text ul.share li.first {
  padding-left: 0;
}
#all #full .text ul.share .grow {
  #all #full .text ul.share .grow td,
  #all #full .text ul.share .grow th {
    padding: 0;
  }
  -webkit-transition: ;
  #all #full .text ul.share .grow td,
  #all #full .text ul.share .grow th {
    padding: 0;
  }
  -moz-transition: ;
  #all #full .text ul.share .grow td,
  #all #full .text ul.share .grow th {
    padding: 0;
  }
  -o-transition: ;
  #all #full .text ul.share .grow td,
  #all #full .text ul.share .grow th {
    padding: 0;
  }
  -ms-transition: ;
  #all #full .text ul.share .grow td,
  #all #full .text ul.share .grow th {
    padding: 0;
  }
  transition: ;
}
#all #full .text ul.share .grow:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#all #full .text p.small {
  font-size: 1.5rem;
  padding-top: 0;
  margin-top: 0;
  line-height: 1.12;
}
#all #full h2 {
  padding-top: 2.5rem;
  padding-bottom: 1.2rem;
}
#all #full h3 {
  padding-top: 0.8rem;
  padding-bottom: 2.5rem;
}
#all #full h2,
#all #full h3 {
  font-size: 7rem;
  line-height: 6.8rem;
}
#all .lead h2,
#all #full h2,
#all .lead h3,
#all #full h3 {
  font-weight: normal;
  margin: 0;
}
#all .lead h4,
#all #full h4 {
  font-size: 2.5rem;
  font-weight: normal;
  margin: 1rem 0;
}
#all .lead img,
#all #full img {
  display: block;
}
#all .lead .cat,
#all #full .cat {
  font-size: 1.4rem;
  height: 2rem;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
  line-height: 2rem;
}
#all .lead .spacer,
#all #full .spacer {
  height: 2.6rem;
}
#all .lead .meta,
#all #full .meta,
#all .lead .head,
#all #full .head,
#all .lead .text,
#all #full .text {
  padding-right: 2rem;
}
#all .lead .head h2,
#all #full .head h2 {
  text-align: left;
}
#all .lead .head h3,
#all #full .head h3 {
  text-align: right;
}
#all .lead .head a,
#all #full .head a {
  display: block;
}
#all .lead .meta,
#all #full .meta {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#all .lead .meta .filter,
#all #full .meta .filter {
  margin-top: 0.2rem;
}
#all .lead .meta .filter li,
#all #full .meta .filter li {
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  padding-left: 1rem;
}
#all .lead .meta .filter li.act,
#all #full .meta .filter li.act {
  color: #e43960;
}
#all .lead .meta .filter li:first-child,
#all #full .meta .filter li:first-child {
  padding-left: 0;
}
#all .lead .text,
#all #full .text {
  padding-top: 1.7rem;
  font-family: Academica, serif;
  font-size: 1.7rem;
  line-height: 2.15rem;
}
#all .lead .text p:first-child,
#all #full .text p:first-child {
  margin-top: 0;
}
#all .lead .text p.relatedtitle,
#all #full .text p.relatedtitle {
  padding-top: 3rem;
}
#all .lead .text u,
#all #full .text u {
  text-decoration: none;
  font-family: RHPluto, "sans-serif";
}
#all .lead .text h2,
#all #full .text h2 {
  font-size: 1.7rem;
  line-height: 2.15rem;
  font-family: RHPluto, "sans-serif";
  padding-top: 0;
  padding-bottom: 0;
}
#all .lead.ad .head {
  color: #fff;
  background-color: #000;
  padding: 0 0;
}
#all .lead.ad a {
  color: #fff;
}
#all .lead .meta,
#all .lead .head,
#all .lead .text {
  padding-left: 2rem;
}
#all .lead .text {
  padding-bottom: 1.6rem;
}
#all .lead h2,
#all .lead h3 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}
#all .lead h2 {
  padding-top: 2.5rem;
  padding-bottom: 1.2rem;
}
#all .lead h3 {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
#all .next {
  font-size: 1.4rem;
  padding-bottom: 2rem;
  display: block;
  text-align: center;
}
#all .next a {
  text-decoration: underline;
}
#all .catfix {
  font-size: 1.4rem;
  height: 2rem;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}
#all #zts {
  background-color: #c5c5c5;
}
#all #zts .text {
  font-family: RHPluto, "sans-serif";
  text-align: center;
}
#all #zts a.first {
  margin-top: 2.5rem;
}
#all #zts a.last {
  margin-bottom: 2.5rem;
}
#all #zts a.full,
#all #zts h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  display: block;
  text-align: center;
}
#all #zts h4 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9rem;
  margin: 0.1rem 0 1.7rem 0;
  padding: 0 2rem;
}
#all #full.zts .text,
#all #full.aut .text {
  font-family: RHPluto, "sans-serif";
}
#all #full.zts .text h2,
#all #full.aut .text h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 0;
  padding-top: 1rem;
}
#all #full.zts p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#all #full.aut h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  padding-top: 2.7rem;
}
#all .fkt .text a.full .subtitle,
#all .jkt .text a.full .subtitle,
#all .agd .text a.full .subtitle,
#all .art .text a.full .subtitle,
#all .vid .text a.full .subtitle,
#all .fkt .text a.full .director,
#all .jkt .text a.full .director,
#all .agd .text a.full .director,
#all .art .text a.full .director,
#all .vid .text a.full .director {
  display: none;
}
#all .fkt .text p.related a.full,
#all .jkt .text p.related a.full,
#all .agd .text p.related a.full,
#all .art .text p.related a.full,
#all .vid .text p.related a.full {
  color: inherit;
}
#all #fkt {
  background-color: #9eaecd;
}
#all #jkt {
  background-color: #ffe996;
}
#all .fkt .text u,
#all .jkt .text u,
#all .fkt .text h2,
#all .jkt .text h2,
#all .fkt .text a.full,
#all .jkt .text a.full {
  color: #00427e;
}
#all #agd {
  background-color: #f6b4c2;
}
#all .agd .text u,
#all .agd .text h2,
#all .agd .text a.full {
  color: #e43960;
}
#all #vid {
  background-color: #adb9a3;
}
#all .vid .text u,
#all .vid .text h2,
#all .vid .text a.full {
  color: #344b23;
}
#all #art {
  background-color: #bba1cc;
}
#all .art .text u,
#all .art .text h2,
#all .art .text a.full {
  color: #5a1b64;
}
#all #ins {
  color: #e43960;
}
#all #ubf {
  color: #344b23;
}
#all #shp a {
  color: #5a1b64;
}
#all #shp,
#all #ins,
#all #ubf {
  background-color: #fff;
}
#all #shp .text,
#all #ins .text,
#all #ubf .text {
  font-family: RHPluto, "sans-serif";
}
#all #shp .text h2,
#all #ins .text h2,
#all #ubf .text h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: -0.5rem;
  padding-top: 1rem;
}
#all #aut {
  background-color: #c5c5c5;
}
#all #aut h2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#all #shp,
#all #abo {
  background-color: #bba1cc;
}
#all #full.abo {
  background-color: #000 !important;
  color: #fff;
}
#all #full.abo .cat {
  color: #000;
}
#all #full.abo .text h2 {
  font-size: 3.5rem;
}
#all #srh {
  background-color: #000;
  color: #fff;
}
#all #srh .catfix {
  color: #000;
}
#all #srh form {
  color: #000;
}
#all #srh h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  padding-bottom: 1rem;
}
#all #srh input {
  margin-bottom: 1.5rem;
  padding: 0.2rem;
  width: 100%;
  color: #000;
  font-family: RHPluto, "sans-serif";
}
#all #srh .down {
  display: none;
}
#all #full.srh {
  color: #fff;
}
#all #full.srh a {
  color: #fff;
}
#all #full.srh .cat {
  color: #000;
}
#all #full.srh h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}
#all #full.srh h3 {
  text-align: left;
  font-size: 1.7rem;
  line-height: 2.15rem;
  padding: 1rem 0;
}
#all #img {
  background: no-repeat left top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#all #img .up,
#all #img .down {
  display: none;
}
#abo-form {
  font-family: RHPluto, "sans-serif";
}
#abo-form li {
  padding: 0;
}
#abo-form input,
#abo-form textarea {
  margin-bottom: 1.5rem;
  color: #000;
}
#abo-form input[type="text"],
#abo-form input[type="email"] {
  width: 46rem;
}
#abo-form .billing,
#abo-form .shipping,
#abo-form .order,
#abo-form .issue_sepcify,
#abo-form .more {
  padding-top: 2rem;
}
#abo-form .billing label,
#abo-form .shipping label,
#abo-form .order label,
#abo-form .issue_sepcify label,
#abo-form .more label {
  text-align: right;
  width: 7rem;
  display: inline-block;
  margin-right: 2rem;
}
#abo-form .comment label {
  margin-left: 9rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#abo-form .comment textarea {
  width: 46rem;
  margin-left: 9rem;
}
#abo-form .checkbox-first label {
  text-align: left;
  width: auto;
  display: inline-block;
  margin-right: 2rem;
}
#abo-form .checkbox-first input {
  width: 2rem;
  margin-right: 1rem;
  margin-left: 6rem;
}
#abo-form #id_kind,
#abo-form #id_issue {
  padding-top: 2rem;
}
#abo-form #id_kind input,
#abo-form #id_issue input {
  width: 2rem;
  margin-right: 1rem;
  margin-left: 6rem;
}
#abo-form #id_kind {
  padding-bottom: 2rem;
}
#abo-form #id_kind li:nth-child(2) {
  padding-bottom: 1.2rem;
}
#abo-form .form-button {
  color: #fff;
  background-color: #000;
  border: none;
  outline: none;
  margin-bottom: 1rem;
  margin-left: 9rem;
}
#abo-form a {
  color: #fff;
}
#aut .lead:first-child .cat {
  display: block;
  margin-bottom: 2.2rem;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
#aut .cat {
  display: none;
  -webkit-animation: repaint 1ms;
  -moz-animation: repaint 1ms;
  -o-animation: repaint 1ms;
  -ms-animation: repaint 1ms;
  animation: repaint 1ms;
}
.errorlist li {
  color: #f00;
}
@media (max-width: 400px) {
  #nav a#twitter,
  #nav a#fb,
  #nav a#instagram,
  #nav a#mail,
  #nav a#lupe {
    display: none;
  }
  #menu li:last-child {
    font-size: 24px;
    width: 26rem;
    display: block;
  }
  #menu li:last-child .right {
    float: right;
  }
  #menu li:last-child #mailm {
    padding-right: 0.2rem;
  }
  #menu li:last-child #fbm,
  #menu li:last-child #twitterm,
  #menu li:last-child #instagramm {
    line-height: 4rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 736px) {
  body,
  #scrollwrap {
    overflow: hidden;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  #nav {
    width: 100vw;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  #all .lead img {
    width: 100%;
  }
  #all #full {
    min-width: 100vw;
    max-width: 0;
  }
  #all #full .outer .scroll {
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
  #all #full .outer .scroll .cont {
    width: auto;
  }
  #all #full .outer .scroll .cont img {
    width: 100%;
  }
  #all #full .outer .scroll .cont img.autow {
    width: auto;
  }
  #all #full h2,
  #all #full h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  #all #full .meta,
  #all #full .head,
  #all #full .text {
    padding-left: 2rem;
  }
  #all .col .outer .scroll {
    padding-right: 0;
    margin-right: 0;
  }
  #all .col .outer .scroll .cont {
    width: 100%;
  }
}
@-moz-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
