/**
 * Inspired by ITCSS from csswizardry.
 * http://csswizardry.net/talks/2014/11/itcss-dafed.pdf
 */
/**
 *
 */
@font-face {
  font-family: roboto-thin;
  font-weight: normal;
  font-style: normal;
  src: url("font/Roboto-Thin.ttf"); }

@font-face {
  font-family: roboto-thin;
  font-weight: bold;
  font-style: normal;
  src: url("font/Roboto-Regular.ttf"); }

@font-face {
  font-family: roboto-regular;
  font-weight: normal;
  font-style: normal;
  src: url("font/Roboto-Light.ttf"); }

@font-face {
  font-family: roboto-regular;
  font-weight: bold;
  font-style: normal;
  src: url("font/Roboto-Medium.ttf"); }

@font-face {
  font-family: "TheSerif";
  src: url("font/TheSerif_4_.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "TheSerif";
  src: url("font/TheSerif_6_.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*! 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"],
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; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@-ms-viewport {
  width: device-width; }

html {
  height: 100%;
  font-size: 100%; }

body {
  background-color: #ffffff;
  color: #616161;
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 100%;
  line-height: 1.6;
  margin: 0px; }

main {
  border-top: 2px solid #b9323c; }

main.u-cookie {
  padding-bottom: 56em; }

h1,
h2,
h3,
h4 {
  font-family: TheSerif, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  clear: both; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 2em; }

h2 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  color: #616161;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

h3 {
  font-weight: normal;
  font-size: 1.5em;
  text-align: center;
  color: #616161; }

h4 {
  font-family: TheSerif, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #b9323c;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }

h2 > span {
  display: block;
  font-size: 0.5em;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 2em; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 48px;
    font-size: 3rem; }
  h2 {
    font-size: 48px;
    font-size: 3rem; }
  h3 {
    font-size: 32px;
    font-size: 2em; }
  h2 > span {
    font-size: 32px;
    font-size: 2rem; } }

@media screen and (min-width: 61.25em) {
  h1 {
    font-size: 70px;
    font-size: 4.5rem; }
  h2 {
    font-size: 70px;
    font-size: 4.5rem; }
  h3 {
    font-size: 40px;
    font-size: 2.5em; }
  h2 > span {
    font-size: 40px;
    font-size: 2.5rem; } }

a:link {
  text-decoration: underline;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px; }

a:link,
a:visited {
  color: #b9323c; }

a:hover {
  color: #616161; }

a:active {
  position: relative;
  top: 1px;
  left: 1px; }

h1 > a:link,
h2 > a:link,
h3 > a:link,
h4 > a:link {
  text-decoration: none;
  color: inherit; }

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover {
  background-color: #b9323c;
  color: #ffffff; }

ul, ol {
  padding-left: 1.2em; }

p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 0.5em; }

/*
* 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
* 2. Corrects `max-width` behavior if padding and border are used
* 3. Remove border when inside `a` element in IE 8/9/10.
* 4. Remove the gap between images and the bottom of their containers
*/
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle; }

figure {
  margin: 0; }

figcaption {
  font-size: 1em;
  font-size: 1rem; }

.Branding {
  max-width: 100%;
  height: 2em; }

.u-silent:link {
  text-decoration: none; }

.Slogan {
  background-color: #b9323c;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: TheSerif, sans-serif;
  position: relative; }

.Section > .Slogan {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  color: #ffffff; }

.Section--mood > .Slogan--mood {
  position: absolute;
  bottom: 0; }

.Slogan > :last-child {
  margin-bottom: 0; }

.Slogan.delighter {
  background-color: rgba(185, 50, 60, 0.9); }

/* the .started class is set when the top
    of [data-delighter] is at 0.75 of the viewport 
    (where 0 is top and 1 is bottom) */
.Slogan.delighter.started {
  transition: background-color 2s;
  background-color: #b9323c; }

/* an extra .ended state is set when the bottom 
    of [data-delighter] is at 0.75 of the viewport
    (where 0 is top and 1 is bottom) */
.Slogan.delighter.started.ended {
  background-color: #b9323c;
  transition: none; }

.Intro {
  font-weight: normal;
  font-family: TheSerif, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 1em; }

.Intro--TV {
  color: #b9323c; }

nav > ul {
  font-family: TheSerif, sans-serif;
  list-style-type: none;
  padding-left: 0; }

nav li {
  display: inline-block;
  margin-right: 1em; }

nav a:link,
nav a:visited {
  text-decoration: none;
  color: #616161; }

nav .active,
nav .active a:link,
nav .active a:visited {
  color: #b9323c; }

.Nav--main {
  margin-top: 1em; }

@media screen and (min-width: 40em) {
  .Nav--main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.Nav--utility {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0; }

.Nav--footer {
  text-align: center; }

.Nav--footer a:link,
.Nav--footer a:visited {
  color: #ffffff; }

.Nav--footer a:hover,
.Nav--footer a:active {
  color: #000000; }

.Nav--socialmedia {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.Nav--up {
  clear: both;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em; }

.Nav--uptv {
  margin-top: 2em;
  margin-bottom: 1em; }

section,
.Header {
  overflow: hidden; }

section > *,
.Header {
  margin-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

iframe {
  margin-bottom: 1.5em; }

@media screen and (min-width: 30em) {
  section > *,
  .Header {
    padding-left: 16px;
    padding-right: 16px;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 61.25em) {
  section > *,
  .Slogan > *,
  .Header {
    padding-left: 0;
    padding-right: 0;
    width: 980px;
    width: 61.25rem;
    margin-left: auto;
    margin-right: auto; } }

.Header {
  margin-top: 1.5em;
  position: relative; }

.Teamlist {
  list-style-type: none;
  overflow: hidden; }

.Teamlist > li {
  margin-bottom: 1em;
  padding-right: 6em; }

.Team-intro {
  font-size: 2.5em;
  line-height: 1.2em; }

.Team-name,
.Team-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0; }

.Team-name {
  font-weight: bold; }

.Team-name :any-link {
  color: #ffffff; }

.Team-title {
  font-size: 0.95em; }

.Team-group,
h3.Team-group,
.Section--team h3.Team-group {
  font-family: TheSerif, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #b9323c;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both; }

.Teamlist--TV {
  max-width: 42.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 0.25em;
  padding-right: 0.25em; }

.Teamlist--TV + .Teamlist--TV {
  margin-top: 3em; }

@media screen and (min-width: 40em) {
  .Teamlist > * {
    float: left;
    width: 33%; } }

@supports (display: grid) {
  @media screen and (min-width: 40em) {
    .Teamlist {
      display: grid;
      grid-template-columns: 33% 33% 33%;
      grid-gap: 1em; }
    .Teamlist > li {
      width: auto;
      margin-bottom: 0;
      padding-right: 0; } } }

.Section--jobs > h3 {
  text-align: left;
  margin-bottom: 1em; }

.Joblist {
  list-style: none;
  margin-top: 2em; }

.Joblist > * {
  text-align: center; }

.Job > img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }

.Job-title {
  font-size: 1em;
  font-size: 1rem;
  font-weight: bold; }

.Job-cta {
  color: #b9323c;
  font-size: 2.1em;
  font-family: TheSerif, sans-serif;
  line-height: 1.2;
  text-align: center;
  margin-top: 1em; }

.Job-legal {
  text-align: center; }

@media screen and (min-width: 40em) {
  .Joblist {
    display: flex;
    justify-content: space-between; }
  .Job {
    flex: 0 0 32%; } }

.Section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }

.Section--referenzen {
  color: #ffffff; }

.Section--referenzen h2,
.Section--referenzen h3 {
  color: #ffffff; }

.Section--team {
  background-color: #616161;
  color: #ffffff; }

.Section--team h2,
.Section--team h3 {
  color: #ffffff; }

.Section--team > h3 {
  margin-top: 3em; }

.Section--slogan {
  color: #ffffff;
  background-color: #303030;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.Section--mood {
  background-image: url("img/bg-mood.jpg");
  background-image: linear-gradient(rgba(48, 48, 48, 0.7), rgba(48, 48, 48, 0.7)), url("img/bg-mood.jpg");
  background-position: center center;
  height: 1024px; }

.Section--referenzen {
  background-image: url("img/bg-mood.jpg");
  background-image: linear-gradient(rgba(48, 48, 48, 0.9), rgba(48, 48, 48, 0.9)), url("img/bg-mood.jpg");
  background-position: center center; }

.Section--team {
  background-image: url("img/bg-lamp.jpg");
  background-image: linear-gradient(rgba(48, 48, 48, 0.9), rgba(48, 48, 48, 0.9)), url("img/bg-lamp.jpg");
  background-position: center center; }

.Section--tvlist {
  background-image: url("img/bg-lamp.jpg");
  background-image: linear-gradient(rgba(48, 48, 48, 0.9), rgba(48, 48, 48, 0.9)), url("img/bg-lamp.jpg");
  background-position: center center;
  color: #ffffff; }

.Section--jobs {
  background: url("img/bg-room.jpg") no-repeat fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-image: url("img/bg-room.jpg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("img/bg-room.jpg");
  background-position: center center; }

.Section--preKontakt {
  background: url("img/bg-lookdown.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  height: 256px; }

.Section--kontakt {
  background: #ffffff no-repeat fixed; }

.Section-slogan--mood {
  background-color: #b9323c; }

.Section--impressum {
  background-color: #b9323c;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff; }

.Section--impressum * {
  color: #ffffff; }

.Section--impressum a:link,
.Section--impressum a:visited {
  color: #ffffff; }

.Section--text {
  background-color: #616161;
  color: #ffffff; }

.Section--text h1 {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em; }

.Section--text h2,
.Section--text h3 {
  color: #ffffff;
  text-align: left;
  font-size: 1em;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2em; }

.Section--text > h3 {
  margin-top: 3em; }

.Section--text {
  background-image: url("img/bg-lamp.jpg");
  background-image: linear-gradient(rgba(48, 48, 48, 0.9), rgba(48, 48, 48, 0.9)), url("img/bg-lamp.jpg");
  background-position: center center; }

.Referenzen-list {
  list-style-type: none;
  padding-left: 0;
  text-align: center; }

.Referenzen-list > * {
  width: 50%;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
  height: 96px; }

.Referenzen-list > * img {
  height: 4em; }

@media screen and (min-width: 40em) {
  .Referenzen-list > * {
    width: 33.3333%;
    height: 128px; } }

@supports (display: grid) {
  .Referenzen-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em 1em;
    align-items: center;
    justify-items: center; }
  .Referenzen-list > * {
    height: auto;
    width: 100%; }
  @media screen and (min-width: 40em) {
    .Referenzen-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 3em 2em; } } }

.Mission {
  color: #ffffff;
  font-weight: normal;
  margin-top: 7em; }

.Mission > span {
  font-weight: bold;
  display: block; }

.Scroll-toTop {
  clear: both;
  color: #616161;
  font-size: 3em;
  font-family: TheSerif, sans-serif;
  padding-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center; }

.Scroll-toTop a {
  color: inherit;
  text-decoration: none; }

.Kontakt-map {
  height: 25em;
  width: 100%; }

.Kontakt-data {
  text-align: center; }

.Kontakt-data > a:link {
  color: #616161; }

.Kontakt-head {
  margin-top: 1em;
  margin-bottom: 0; }

.Kontakt-map--dist {
  margin-top: 3em; }

.Section--kontakt > h3 {
  margin-top: 1em; }

@media screen and (min-width: 61.25em) {
  .Kontakt-map {
    height: 25em;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%; } }

.TvList-year {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff; }

.TV {
  text-align: center; }

.TV-inner {
  background-color: #464646;
  background-color: rgba(70, 70, 70, 0.6);
  padding: 2em 1em;
  margin-bottom: 4em;
  display: inline-block; }

.TV-title {
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto; }

.TV-details {
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em; }

.TV-text {
  max-width: 42.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 0.25em;
  padding-right: 0.25em; }

.TV-link {
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.TV-link--mediathek {
  text-align: left; }

.TV-link a:link,
.TV-link a:visited {
  color: #ffffff; }

.TV-thumbs {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

.TV-thumb {
  margin: 0;
  padding-left: 0.25em;
  padding-right: 0.25em; }

.TV-inproduction {
  color: #ffffff;
  font-size: 2em; }

.TvList-prevnext {
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 100px;
  width: 1.2em;
  height: 1.2em;
  font-size: 2em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.TvList-prevnext--dummy {
  border: none;
  width: 1.2em;
  height: 1.2em;
  font-size: 2em;
  line-height: 1; }

.TvList-prevnext:link,
.TvList-prevnext:visited {
  color: white;
  text-decoration: none;
  border-radius: 100%; }

.TvList-header {
  text-align: center; }

.TvList-header-Inner {
  background-color: #464646;
  background-color: rgba(70, 70, 70, 0.6);
  padding: 2em 3em;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.TvList-Teamheader {
  text-align: left;
  font-size: 2em;
  max-width: 42.75rem;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: #ffffff; }

@media screen and (min-width: 61.25em) {
  .TV-inner {
    width: 61.25em; }
  .TvList-header-Inner {
    width: 61.25em;
    display: inline-flex; } }

.PR {
  text-align: center; }

.PR-inner {
  background-color: #464646;
  background-color: rgba(70, 70, 70, 0.6);
  padding: 2em 1em;
  margin-bottom: 4em;
  display: inline-block; }

.PR-inner > * {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.PR-title {
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #ffffff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto; }

.PR-title--list.PR-link {
  margin-bottom: 0;
  margin-top: 0; }

.PR-listheader {
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #ffffff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto; }

.PR-intro {
  font-size: 1.2em;
  margin-bottom: 1em; }

.TV-text {
  max-width: 42.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 0.25em;
  padding-right: 0.25em; }

.PR-link {
  font-family: TheSerif, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #ffffff;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em; }

.PR-link--mediathek {
  text-align: left; }

.PR-link a:link,
.PR-link a:visited {
  color: #ffffff; }

.PrList-header {
  text-align: center; }

.PrList-header-Inner {
  background-color: #464646;
  background-color: rgba(70, 70, 70, 0.6);
  padding: 2em 3em;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.PrList-headline {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
  flex: 1 0 auto; }

@media screen and (min-width: 61.25em) {
  .PR-inner {
    width: 61.25em; }
  .PrList-header-Inner {
    width: 61.25em;
    display: inline-flex; } }

.Kacheln {
  list-style-type: none;
  padding-left: 0; }

.Kachel {
  background-color: #b9323c;
  padding: 1em;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center; }

.Kachel a:link,
.Kachel a:visited {
  color: #ffffff;
  text-decoration: none; }

.Kachel-link:link {
  padding: 0; }

.Kachel-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.Kachel-link img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.Kachel-link span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center; }

.Kachel-overlay {
  background-image: linear-gradient(rgba(48, 48, 48, 0.7), rgba(48, 48, 48, 0.7));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.Kachel:nth-child(1) {
  background-color: #919191; }

.Kachel:nth-child(2) {
  background-color: #c85d64; 
  font-size: 6em; }

.Kachel:nth-child(3) {
}

.Kachel:nth-child(5) {
  background-color: #616161;
}

.Kachel:nth-child(6) {
  background-color: #e9b9bb; }

.Kachel:nth-child(8) {
  font-size: 4em; }

.Kachel:nth-child(9) {
  background-color: #cccccc;
  font-size: 4em; }

.Kachel:nth-child(10) {
  background-color: #cf6e73; }

@media screen and (min-width: 30em) {
  .Kachel {
    width: 160px;
    height: 160px;
    width: 12rem;
    height: 12rem;
    float: left;
    margin-right: 1em;
    padding: 0;
    font-size: 2em; }
  .Kachel > a,
  .Kachel-inproduktion > a {
    display: block;
    width: 100%;
    height: 100%; }
  .Kachel-inproduktion {
    display: block;
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 42em) {
  @supports (display: grid) {
    .Kacheln {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: repeat(12, minmax(6em, min-content));
      grid-gap: 1rem; }
    .Kachel {
      width: auto;
      height: auto;
      margin-right: 0;
      overflow: hidden;
      grid-row-end: span 3;
      margin-bottom: 0; }
    .Kachel:nth-child(1) {
      grid-row: 1 / span 3;
      grid-column: 1; }
    .Kachel:nth-child(2) {
      grid-row: 2 / span 3;
      grid-column: 2; }
    .Kachel:nth-child(3) {
      grid-row: 1 / span 3;
      grid-column: 3; }
    .Kachel:nth-child(4) {
      grid-row: 4 / span 3;
      grid-column: 1; }
    .Kachel:nth-child(5) {
      grid-row: 5 / span 3;
      grid-column: 2; }
    .Kachel:nth-child(6) {
      grid-row: 4 / span 3;
      grid-column: 3; }
    .Kachel:nth-child(7) {
      grid-row: 7 / span 3;
      grid-column: 1; }
    .Kachel:nth-child(8) {
      grid-row: 8 / span 3;
      grid-column: 2; }
    .Kachel:nth-child(9) {
      grid-row: 7 / span 3;
      grid-column: 3; } } }

.Section--cookie {
  background-color: #b9323c;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%; }

.Section--cookie * {
  color: #ffffff; }

.Section--cookie a:link,
.Section--cookie a:visited {
  color: #ffffff; }

.GdprBar-title {
  font-size: 2em;
  font-size: 2rem;
  text-align: left; }

.Gdpr-inner {
  padding: 0.5em; }

@media screen and (max-width: 30em) {
  .Gdpr-inner {
    font-size: 0.85em; } }

.Gdpr-inner > * {
  max-width: 50em; }

.GdprBar {
  margin-left: auto;
  margin-right: auto; }

.GdprBar-buttons {
  margin-top: 1em;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between; }

.GdprBar-buttons > button {
  color: #b9323c;
  background-color: #ffffff;
  border: 2px solid #b9323c;
  border-radius: .5em; }

/*
    pesticide v0.1.0 . @mrmrs . MIT
*/
