/* ------------------ */
/* colors */
/* font */
/* breakpoints */
a {
  color: #555;
  text-decoration: none;
  border-bottom: 2px solid #666; }
  a:hover, a.active {
    color: #222;
    border-bottom: 2px solid #E8C63F; }

code {
  overflow: scroll; }
  @media all and (max-width: 46.8em) {
    code {
      font-size: 78%; } }

.hide {
  display: none; }

.spacer {
  padding: 0 3px; }

span.lightning {
  color: #E8C63F;
  font-weight: bold; }

*::-moz-selection {
  background-color: #aaa; }

*::selection {
  background-color: #aaa; }

p::-moz-selection {
  background-color: #aaa; }

p::selection {
  background-color: #aaa; }

li::-moz-selection {
  background-color: #aaa; }

li::selection {
  background-color: #aaa; }

code::-moz-selection {
  background-color: #aaa; }

code::selection {
  background-color: #aaa; }

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: black -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px medium medium; }

img {
  max-width: 100%;
  display: inline; }

p.image_col2 img {
  max-width: 48%;
  display: inline; }

/* ------------------ */
body {
  background-attachment: fixed;
  background-image: url("/images/backgrounds/IMG_20170421_153634487_web_lowkey.jpg");
  background-color: #444444;
  background-color: #999999;
  background-position: center top;
  background-size: cover;
  font-family: "klartextmono-thin", monospace;
  -webkit-transition: background-image 1s ease-in-out;
  -moz-transition: background-image 1s ease-in-out;
  -o-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out; }
  body.out {
    background-position: -400% top; }

.close {
  display: none;
  float: right;
  font-size: 120%;
  padding: 9px 30px;
  position: relative;
  color: #888;
  transition: 1s all; }
  .close:hover {
    color: #000;
    transition: 1s all;
    cursor: pointer; }

#log {
  font-family: "klartextmono-light", monospace;
  background-color: rgba(200, 180, 30, 0); }
  #log.highlight {
    background-color: rgba(200, 180, 30, 0.2); }

#box {
  min-height: 800px;
  margin: 0 0 0 235px;
  max-width: 80%;
  min-width: 800px; }
  @media all and (max-width: 46.8em) {
    #box {
      margin: 20px 0 0 -1px;
      max-width: 100%;
      min-width: 250px; } }
  #box > div#change_pic {
    border: 0px solid transparent;
    color: black;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    cursor: pointer; }
  #box > div#col_right:hover {
    border: 0px solid red;
    background-color: rgba(255, 0, 0, 0.1);
    cursor: pointer; }

#head_left {
  background-color: rgba(255, 255, 255, 0);
  border-right: 1px solid #555;
  height: 900px;
  margin-left: -13px;
  margin-right: 0;
  margin-top: -15px;
  padding-right: 0;
  padding-left: 256px;
  position: fixed;
  left: 0; }
  @media all and (max-width: 46.8em) {
    #head_left {
      padding-left: 20px;
      margin-top: -15px; } }
  #head_left h1, #head_left h2, #head_left p {
    border: 0px solid red;
    width: 37px;
    margin: 15px 0 0 0; }
    @media all and (max-width: 46.8em) {
      #head_left h1, #head_left h2, #head_left p {
        width: 25px; } }

#head {
  border: 0px solid #ccc;
  margin: 0;
  padding: 0;
  width: 200px; }

#head h1, #head h2, #head p, #head_left h1, #head_left h2, #head_left p {
  font-family: "klartextmono-thin", monospace;
  font-weight: normal;
  text-transform: uppercase;
  transition: 3s all;
  font-size: 50px;
  line-height: 38px;
  letter-spacing: 0.4em;
  height: 35px;
  text-shadow: 0px 0px 3px #fff; }
  @media all and (max-width: 46.8em) {
    #head h1, #head h2, #head p, #head_left h1, #head_left h2, #head_left p {
      font-size: 40px;
      line-height: 32px;
      letter-spacing: 0.4em; } }
#head h2, #head_left h2 {
  margin-top: 40px;
  font-family: "klartextmono-bold", monospace; }
#head p, #head_left p {
  margin-top: 60px; }

.article {
  padding-bottom: 20px; }
  .article .published-at {
    font-size: 70%;
    margin: 2px 0 4px; }
  .article h2 {
    font-family: "klartextmono-light", monospace;
    font-size: 22px;
    margin: 12px 0 4px; }
  .article--teaser {
    display: flex;
    align-items: flex-start; }
    @media all and (max-width: 46.8em) {
      .article--teaser {
        flex-wrap: wrap; } }
  .article--teaser div {
    padding: 0 1em; }

.fcmc-sites--box {
  position: absolute;
  top: 20px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6px 12px; }
  @media all and (max-width: 46.8em) {
    .fcmc-sites--box {
      position: relative;
      top: 0;
      left: 0;
      margin: 0; } }
.fcmc-sites--list {
  list-style-type: none;
  list-style-position: inside;
  margin: 4px 0;
  padding: 0;
  font-size: 14pt; }
  @media all and (max-width: 46.8em) {
    .fcmc-sites--list {
      font-size: 12pt; } }
.fcmc-sites--list-item {
  font-weight: bold; }
  .fcmc-sites--list-item a {
    border-bottom: none; }
  @media all and (max-width: 46.8em) {
    .fcmc-sites--list-item {
      display: inline; }
      .fcmc-sites--list-item a {
        border-bottom: 2px solid #666; } }
.fcmc-sites--join-button {
  display: inline-block;
  font-size: 14pt;
  background-color: #c8b41e;
  color: white;
  margin-top: 4px;
  padding: 3px 5px; }
  .fcmc-sites--join-button:hover {
    background-color: #c8b41e;
    border-bottom: 2px solid black;
    color: black; }
  @media all and (max-width: 46.8em) {
    .fcmc-sites--join-button {
      color: #c8b41e;
      border-bottom: 2px solid #c8b41e !important;
      background: none;
      font-size: 12pt;
      padding: 0;
      display: inline; }
      .fcmc-sites--join-button:hover {
        background: none; } }

#imprint.sidebar {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  bottom: 0px;
  max-width: 200px;
  font-family: "klartextmono-light",monospace; }
  @media all and (max-width: 46.8em) {
    #imprint.sidebar {
      bottom: 40px;
      left: 40px;
      max-width: 256px; } }

#footer {
  bottom: 57px;
  clear: both;
  font-size: 90%;
  left: 200px;
  position: fixed;
  transform: rotate(-90deg); }
  #footer p {
    font-family: "klartextmono-light",monospace; }
  @media all and (max-width: 46.8em) {
    #footer {
      bottom: auto;
      clear: both;
      left: auto;
      position: relative;
      margin: 0 0 0 40px;
      transform: rotate(0deg); } }

#content_footer {
  margin: 15px 0 0 0;
  background-color: rgba(180, 180, 180, 0.8); }
  #content_footer a {
    color: #222; }

#main {
  margin: -20px 260px 0 100px;
  font-family: "Liberation Serif", Georgia, serif;
  font-size: 1.2em;
  line-height: 1.5em;
  height: 700px; }
  @media all and (max-width: 46.8em) {
    #main {
      margin: -79px 0 10px 30px;
      height: auto; } }
  #main h1, #main h2, #main h3 {
    font-family: "klartextmono-light", monospace;
    line-height: 1.2em; }
  #main p {
    font-family: "Liberation Serif", Georgia, serif;
    margin: 12px 2px; }
    @media all and (max-width: 46.8em) {
      #main p {
        padding: 5px 10px;
        font-size: 1em; } }
  #main p b,
  #main h1 b,
  #main h2 b,
  #main h3 b {
    color: #E8C63F;
    font-weight: bold;
    padding: 0 4px; }
  #main p.small, #main small {
    font-size: 15px;
    line-height: 22px; }
  #main #teaser {
    background-color: rgba(205, 225, 225, 0.9);
    margin: 20px 0;
    padding: 35px 100px;
    text-align: center; }
    @media all and (max-width: 46.8em) {
      #main #teaser {
        padding: 35px 15px; } }
    #main #teaser h3 {
      background-color: transparent;
      margin: 0;
      font-family: "klartextmono-light", monospace;
      font-weight: normal;
      font-size: 26px;
      padding: 5px 10px; }
    #main #teaser p {
      margin: 0;
      background-color: transparent; }
  #main span.name {
    font-family: "klartextmono-light", monospace; }
    #main span.name strong {
      font-weight: normal; }
    #main span.name b {
      color: #E8C63F;
      font-weight: bold;
      padding: 0 4px; }
    #main span.name::-moz-selection, #main span.name::selection {
      background-color: #E8C63F; }
    #main span.name b::-moz-selection, #main span.name b::selection, #main span.name strong::-moz-selection, #main span.name strong::selection {
      background-color: #E8C63F;
      color: black; }
  #main .metas {
    background-color: rgba(200, 200, 200, 0); }
    #main .metas p {
      background-color: rgba(205, 225, 225, 0.9); }
  #main .collapse {
    background-color: rgba(210, 210, 210, 0.7); }
    #main .collapse p {
      background-color: transparent; }
      #main .collapse p a {
        color: #333; }

.main--block {
  margin: 15px 0 0 0;
  padding: 12px 100px;
  background-color: rgba(255, 255, 255, 0.9); }
  @media all and (max-width: 46.8em) {
    .main--block {
      padding: 8px 8px; } }
.main--block-full {
  margin: 15px 0 0 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9); }
.main--header-1 {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 0 20px 0 10px;
  line-height: 1.1em;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "klartextmono-bold", monospace;
  font-size: 45px;
  font-weight: normal;
  text-transform: uppercase; }
  @media all and (max-width: 46.8em) {
    .main--header-1 {
      font-size: 23px;
      padding: 6px 12px; } }
.main--header-2 {
  display: block;
  margin: 15px 0 0 0;
  padding: 0 20px 0 10px;
  line-height: 1.1em;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "klartextmono-light", monospace;
  font-size: 45px;
  font-weight: normal;
  text-transform: uppercase; }
  @media all and (max-width: 46.8em) {
    .main--header-2 {
      font-size: 23px;
      padding: 6px 12px; } }
.main--search-field {
  font-size: 14pt; }
.main--contact-email {
  display: inline-block;
  font-size: 16pt;
  margin-bottom: 6px; }
.main--fingerprint {
  display: inline-block;
  vertical-align: text-top;
  font-family: fixed;
  padding-left: 6px; }

#nav ul.menu {
  list-style-type: none;
  margin: 10px 0;
  padding: 5px 10px 5px 0;
  font-family: "klartextmono-thin",monospace;
  background-color: rgba(255, 255, 255, 0); }
#nav li {
  display: inline-block;
  font-weight: bold; }
  #nav li a {
    background-color: rgba(200, 180, 30, 0.7);
    color: white;
    padding: 2px 5px; }
    #nav li a:hover {
      background-color: #c8b41e;
      border-bottom: 2px solid black;
      color: black; }
  #nav li.live a {
    background-color: rgba(200, 30, 30, 0.7); }
    #nav li.live a:hover {
      color: white;
      background-color: #c81e1e; }
#nav .blink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    opacity: 0.6; } }
@-webkit-keyframes blink-animation {
  to {
    opacity: 0.6; } }
.placeholder {
  background-color: rgba(200, 30, 30, 0.7);
  text-align: center;
  padding: 130px 0;
  color: white;
  font-size: 140%; }
  .placeholder a {
    color: white;
    border-bottom: 2px solid white; }
    .placeholder a:hover {
      color: #222;
      border-bottom: 2px solid #E8C63F; }

.player--caption {
  font-size: 9pt;
  line-height: 1em;
  padding: 0px 0 6px 6px; }

.press-release--list ul {
  padding: 0;
  list-style: none; }
.press-release--list li {
  font-size: 120%;
  font-weight: bold;
  background-color: rgba(255, 100, 100, 0.3);
  margin: 2px;
  padding: 4px; }

.tweet--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 10px; }
.tweet--item {
  padding: 4px;
  margin: 0 4px;
  min-height: 76px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 150px;
  font-size: 10pt;
  line-height: 1em; }
  .tweet--item a {
    text-decoration: none;
    border-bottom: none; }
.tweet--avatar {
  max-width: 50px;
  float: left;
  margin-right: 6px; }
.tweet--user {
  text-decoration: none;
  border-bottom: none; }
.tweet--time {
  text-decoration: none;
  border-bottom: none;
  color: black;
  font-style: italic;
  font-size: 8pt;
  display: block; }
