/*! , Compiled at 2025-09-26 10:40:09 */
/**
 * Rheinhessen Portal 2014
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @author     Stefan OSwald
 * @since      18.02.2015
 * @version    $Id$
 **/
@media screen {
  #timeline {
    padding: 40px 0;
  }
  #timeline > .wrapper {
    position: relative;
  }
  #timeline > .wrapper > .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -5px;
    display: block;
    width: 10px;
    height: 100%;
    background-color: #000;
  }
  #timeline .line::before {
    content: " ";
    position: absolute;
    top: -18px;
    left: -7px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #000;
  }
  #timeline .line::after {
    content: " ";
    position: absolute;
    bottom: -18px;
    left: -7px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #000;
  }
  #timeline .year {
    position: relative;
    padding: 10px 0 0 0;
  }
  #timeline .year > .label {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 100px;
    margin: 0 0 0 -50px;
    background-color: #eaeaea;
    font: 700 36px/125% Arial, sans-serif;
    text-align: center;
    color: #000;
  }
  #timeline .articles {
    overflow: hidden;
  }
  #timeline .downloads {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  #timeline .downloads > li {
    margin: 0 0 15px 0;
  }
  #timeline .downloads > li > a {
    font: 400 14px/15px Arial, sans-serif;
    text-decoration: none;
    color: #393939;
  }
  #timeline .downloads > li > a > [class^="icon-"] {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    color: #393939;
  }
  #timeline .downloads > li > a > strong {
    font: 700 18px/18px "meta", Arial, sans-serif;
  }
  #timeline .downloads > li > a > .downloadSize {
    margin-left: 35px;
  }
  #timeline .timelineEntry {
    margin: 0 0 20px 0;
  }
  #timeline .timelineEntry.t-left {
    float: left;
  }
  #timeline .timelineEntry.t-right {
    float: right;
  }
  #timeline .timelineEntry a {
    text-decoration: none;
  }
  #timeline .timelineEntry p {
    margin: 10px 0 20px;
    font: 400 16px/125% Arial, sans-serif;
    color: #393939;
  }
  #timeline .timelineEntry.t-left::after {
    content: " ";
    position: absolute;
    top: 25px;
    left: 360px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #e9e8e4;
  }
  #timeline .timelineEntry.t-right::after {
    content: " ";
    position: absolute;
    top: 25px;
    right: 360px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #e9e8e4 transparent transparent;
  }
  #timeline .timelineEntry.highlight {
    position: relative;
    top: 100px;
    width: 100%;
    height: 615px;
    margin-bottom: 130px;
    padding-bottom: 40px;
    clear: both;
  }
  #timeline .timelineEntry.highlight picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #timeline .timelineEntry.highlight .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: transparent;
  }
  #timeline .timelineEntry.highlight .text {
    position: relative;
    z-index: 20;
    padding: 80px 120px;
  }
  #timeline .timelineEntry.highlight h3,
  #timeline .timelineEntry.highlight h4 {
    display: block;
    width: 400px;
    color: #fff;
    text-shadow: 1px 2px 1px #393939;
    -moz-text-shadow: 1px 2px 1px #393939;
    -webkit-text-shadow: 1px 2px 1px #393939;
  }
  #timeline .timelineEntry.highlight h3 {
    margin: 0 0 20px;
    font: 700 36px/100% Arial, sans-serif;
  }
  #timeline .timelineEntry.highlight h4 {
    margin: 0 0 5px;
    font: 700 48px/100% Arial, sans-serif;
  }
  #timeline .timelineEntry.default {
    position: relative;
    width: 340px;
    padding: 10px;
    background-color: #e9e8e4;
  }
  #timeline .timelineEntry.default .text {
    padding: 0 10px;
  }
  #timeline .timelineEntry.default h3 {
    margin: 10px 0 15px;
    font: 700 18px/100% Arial, sans-serif;
    color: #393939;
  }
  #timeline .timelineEntry.default h4 {
    margin: 10px 0;
    font: 700 25px/100% Arial, sans-serif;
    color: #393939;
  }
  #timeline .endlessScroll.loading {
    position: relative;
    top: -20px;
    z-index: 50;
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-color: #eaeaea;
  }
}
@media screen and (max-width: 900px) {
  #timeline .year {
    padding-top: 100px;
  }
  #timeline .timelineEntry {
    border: 1px solid #ccc;
  }
  #timeline .timelineEntry.default::after {
    display: none;
  }
  #timeline .timelineEntry.default,
  #timeline .timelineEntry.highlight {
    float: none;
    left: 50%;
    width: 280px;
    margin-left: -140px;
  }
  #timeline .timelineEntry.highlight {
    top: 0;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
  }
  #timeline .timelineEntry.highlight picture {
    position: static;
    z-index: 10;
  }
  #timeline .timelineEntry.highlight .text {
    position: relative;
    z-index: 20;
    padding: 0 10px;
  }
  #timeline .timelineEntry.highlight .shadow {
    display: none;
    width: 0;
    height: 0;
  }
  #timeline .timelineEntry.highlight h3,
  #timeline .timelineEntry.highlight h4 {
    display: block;
    width: 400px;
    color: #393939;
    text-shadow: none;
  }
  #timeline .timelineEntry.highlight h3 {
    margin: 0 0 20px;
    font: 700 18px/100% Arial, sans-serif;
  }
  #timeline .timelineEntry.highlight h4 {
    margin: 0 0 5px;
    font: 700 25px/100% Arial, sans-serif;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  #timeline > .wrapper > .line {
    left: 50px;
  }
  #timeline .year {
    padding-top: 40px;
  }
  #timeline .year > .label {
    top: 60px;
    left: 0;
    margin: 0;
  }
  #timeline .endlessScroll.loading {
    left: 18px;
    margin: 0;
  }
  #timeline .articles > article.timelineEntry {
    margin-top: 40px;
  }
  #timeline .articles > article.timelineEntry:first-of-type {
    margin-top: 0;
  }
  #timeline .timelineEntry.default,
  #timeline .timelineEntry.highlight {
    float: none;
    left: 120px;
    width: 710px;
    margin: 0 0 0 20px;
    padding: 10px;
  }
  #timeline .timelineEntry.default.t-left::after,
  #timeline .timelineEntry.default.t-right::after,
  #timeline .timelineEntry.highlight::after {
    content: " ";
    position: absolute;
    top: 25px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
  }
  #timeline .timelineEntry.highlight {
    top: 0;
    width: 710px;
    height: auto;
    padding: 10px;
    background-color: #fff;
  }
  #timeline .timelineEntry.highlight picture {
    position: static;
    z-index: 10;
  }
  #timeline .timelineEntry.highlight .text {
    position: relative;
    z-index: 20;
    padding: 0 10px;
  }
  #timeline .timelineEntry.highlight .shadow {
    display: none;
    width: 0;
    height: 0;
  }
  #timeline .timelineEntry.highlight h3,
  #timeline .timelineEntry.highlight h4 {
    display: block;
    width: 400px;
    color: #393939;
    text-shadow: none;
  }
  #timeline .timelineEntry.highlight h3 {
    margin: 0 0 20px;
    font: 700 18px/100% Arial, sans-serif;
  }
  #timeline .timelineEntry.highlight h4 {
    margin: 10px 0;
    font: 700 25px/100% Arial, sans-serif;
  }
}
@media screen and (min-width: 1101px) {
  #timeline .timelineEntry.highlight::after,
  #timeline .timelineEntry.highlight::after {
    display: none;
  }
  #timeline .timelineEntry.highlight p {
    display: none;
  }
}
