body {
  font-family: 'dejavu_sansbook';
  font-size: 100%; }

.bg-timatered {
  background: #f39996; }

.bg-black {
  background: #000; }

.bg-white {
  background: #fff; }

.background-lightgray {
  background: #eeeeee; }

.bg-musterleiste {
  background: url(../img/leiste.png);
  background-size: cover;
  background-position: center center; }

.bg-musterleistebig {
  background: url(../img/leiste2.png);
  background-size: cover;
  background-position: center center; }

.bg-people {
  background: url(../img/stockpeople.png);
  background-size: cover;
  background-position: center center; }

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }

#pageheader {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  z-index: 100;
  white-space: nowrap; }
  #pageheader a {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 1em;
    display: inline-block;
    font-family: 'dejavu_sanscondensed_bold';
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase; }
    #pageheader a:hover {
      color: #f39996;
      background: white; }
    #pageheader a:last-child {
      padding-right: 3em; }

.pagefooter .column {
  font-size: 1.4em; }

.pagefooter .c1, .pagefooter .c3 {
  padding-top: 1em;
  padding-bottom: 1em; }

.pagefooter .c3 {
  text-align: right; }

.pagefooter .c2 {
  text-align: center; }
  .pagefooter .c2 .nutzungsc {
    line-height: 1.6em;
    font-size: 1em; }
    .pagefooter .c2 .nutzungsc .zeituhr {
      height: 1.2em; }
    .pagefooter .c2 .nutzungsc #nutzungsdauer {
      font-family: 'dejavu_sanscondensed_bold';
      color: #e07875; }
  .pagefooter .c2 .addlinksc {
    color: #9e9e9e;
    font-size: 0.8em; }

.pagefooter .languages a {
  font-family: 'dejavu_serifbold_italic';
  color: #f39996;
  font-size: 1.0em; }
  .pagefooter .languages a.active {
    text-decoration: underline; }

.pagefooter.pagefootersmall {
  font-size: 0.8em; }
  .pagefooter.pagefootersmall .c1, .pagefooter.pagefootersmall .c3 {
    padding: 0;
    text-align: center; }

/* besonderheiten seite */
.teaserbesonderheiten {
  height: 90%;
  background: url(../img/besonderheiten_teaser.png);
  background-size: cover;
  background-position: center center; }
  @media (max-width: 50em) {
    .teaserbesonderheiten {
      font-size: 2.2vh; } }
  @media (max-width: 35em) {
    .teaserbesonderheiten {
      font-size: 1.2vh; } }
  .teaserbesonderheiten .column {
    position: absolute;
    top: 45%;
    left: 50%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%); }
    .teaserbesonderheiten .column h1 {
      margin: 0;
      font-family: 'dejavu_sanscondensed_bold';
      color: #e07875;
      text-transform: uppercase;
      font-size: 8em;
      letter-spacing: 0.01em;
      margin-bottom: 0.2em; }
    .teaserbesonderheiten .column p {
      font-family: 'dejavu_sansbold';
      color: white;
      font-size: 1.6em; }

.besonderheitentxt {
  text-align: center;
  padding-top: 2em;
  padding-left: 1em;
  font-family: 'dejavu_sansbook'; }
  .besonderheitentxt h4 {
    text-transform: uppercase;
    color: #f39996; }
  .besonderheitentxt p {
    color: #9e9e9e; }

.besonderheiteninfos .row .column {
  text-align: center;
  margin-bottom: 3em; }
  .besonderheiteninfos .row .column img {
    max-width: 15em; }
  @media (max-width: 50em) {
    .besonderheiteninfos .row .column {
      margin-bottom: 1em; } }

.besplatforms {
  padding-top: 1em;
  margin-bottom: 3em;
  text-align: center; }

/* STARTSEITE */
#teaserhead_row {
  width: 100%;
  overflow: hidden; }

#teaserhead {
  height: 70vh;
  padding: 0;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  #teaserhead #wrapper_wrapper {
    height: 100%; }
    #teaserhead #wrapper_wrapper #svgwrapper {
      height: 100%;
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      padding-bottom: 61.1%;
      /* depends on svg ratio, for my zebra height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */
      vertical-align: top;
      /* top | middle | bottom ... do what you want */ }
      #teaserhead #wrapper_wrapper #svgwrapper #teaserhead_svg {
        height: 80vh;
        position: absolute;
        top: -4em;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        z-index: 1;
        margin-top: 0%;
        padding-bottom: 2em; }
    #teaserhead #wrapper_wrapper button {
      display: block;
      position: absolute;
      bottom: 00%;
      margin-top: -2em;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5;
      background: #ededed;
      color: #f39996;
      text-transform: uppercase;
      font-family: 'dejavu_sanscondensed_bold'; }
  #teaserhead .teaserpic {
    height: 90%;
    background: url(../img/teaserheadpic_cut.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    z-index: 2;
    position: relative; }
  #teaserhead #computer {
    background: rgba(150, 150, 0, 0.5);
    position: absolute;
    width: 477px;
    height: 311px;
    top: 421px;
    left: 714px;
    border-radius: 15%;
    z-index: 5;
    border: 2em solid rgba(255, 0, 0, 0.5); }
    #teaserhead #computer #computercontent {
      display: none;
      background: rgba(50, 255, 200, 0.8);
      position: relative;
      width: 90%;
      height: 90%; }
  #teaserhead #screenedge {
    width: 10px;
    height: 10px;
    background: green;
    position: absolute;
    left: 50px;
    z-index: 7; }
  #teaserhead .screencontent {
    z-index: 2;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 1em;
    width: 14em;
    height: 8em; }
    @media (min-width: 50em) {
      #teaserhead .screencontent {
        font-size: 2em; } }
    #teaserhead .screencontent img {
      height: 2em;
      margin-bottom: 0.3em; }
    #teaserhead .screencontent .text {
      display: block;
      margin: 0;
      font-family: 'dejavu_sansbook';
      letter-spacing: 1px;
      font-size: 1.15em; }
    #teaserhead .screencontent .timer {
      font-family: 'dejavu_sanscondensed_bold';
      font-size: 2.1em; }
  #teaserhead button {
    z-index: 2; }
  #teaserhead #matrixbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    z-index: 1; }

.teasersecondrow {
  text-align: center; }
  .teasersecondrow .downarrow {
    margin-top: 2em;
    margin-bottom: 2em; }
  .teasersecondrow h1 {
    color: #f39996;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .teasersecondrow p {
    color: #9e9e9e;
    font-size: 1.2em; }
  .teasersecondrow .readmore {
    font-size: 1.2em;
    color: #f39996;
    display: block;
    text-transform: uppercase;
    font-family: 'dejavu_serifcondensed_bold'; }

.teaserinfo {
  padding-top: 1em;
  padding-bottom: 1em;
  color: white;
  text-align: center;
  font-size: 1em;
  vertical-align: middle; }
  @media (max-width: 50em) {
    .teaserinfo {
      font-size: 0.5em; } }
  .teaserinfo .title {
    font-size: 1.5em;
    margin-right: 0.5em;
    font-family: 'dejavu_sanscondensed_bold'; }
  .teaserinfo .info {
    font-size: 1.2em; }

.teaserfoot {
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #9e9e9e; }
  @media (min-width: 50em) {
    .teaserfoot {
      font-size: 2em; } }
  .teaserfoot .quote {
    display: block;
    text-align: center;
    font-family: 'dejavu_serifitalic';
    font-size: 1.0em;
    margin-top: 1.6em;
    margin-bottom: 0.5em; }
  .teaserfoot .source {
    display: block;
    font-family: 'dejavu_sanscondensed';
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 1em; }

/* ANMELDUNG */
.anmeldungtop {
  padding-top: 3em;
  text-align: center;
  padding-bottom: 3px; }
  .anmeldungtop h1 {
    margin: 0;
    font-family: 'dejavu_sanscondensed_bold';
    color: #e07875;
    text-transform: uppercase;
    font-size: 5em;
    letter-spacing: 0.01em;
    margin-bottom: 0.2em; }
  .anmeldungtop .texthr {
    background: black;
    display: block;
    height: 2em;
    border: 0.9em solid #eeeeee; }
    .anmeldungtop .texthr .text {
      background: #eeeeee;
      height: 1em;
      display: inline-block;
      text-transform: uppercase;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      top: -0.65em;
      font-family: 'dejavu_sansCnBdOb';
      font-size: 1.5em; }
  .anmeldungtop form {
    margin-top: 1em; }
    .anmeldungtop form input {
      border: 0;
      margin: 0;
      margin-bottom: 0.5em;
      font-size: 1.3em;
      height: 2.4em;
      font-family: 'dejavu_sansbold'; }
    .anmeldungtop form ::-webkit-input-placeholder {
      color: #9e9e9e;
      text-align: center;
      font-family: 'dejavu_sanscondensed_bold'; }
    .anmeldungtop form :-moz-placeholder {
      /* Firefox 18- */
      color: #9e9e9e; }
    .anmeldungtop form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #9e9e9e; }
    .anmeldungtop form :-ms-input-placeholder {
      color: #9e9e9e; }
    .anmeldungtop form button {
      outline: 0;
      width: 100%;
      margin-top: 1em;
      background: black;
      text-transform: uppercase;
      font-family: 'dejavu_sanscondensed_bold';
      color: white; }
      .anmeldungtop form button:hover {
        color: #fcaca9; }
  .anmeldungtop .fblogin {
    color: black; }
    .anmeldungtop .fblogin:hover {
      cursor: not-allowed;
      opacity: 0.75; }
    .anmeldungtop .fblogin .fb {
      font-family: 'dejavu_sansbold';
      font-size: 4em; }
    .anmeldungtop .fblogin .txt {
      display: inline-block;
      vertical-align: text-bottom;
      text-align: left;
      font-size: 1.5em;
      line-height: 0.8em; }
      .anmeldungtop .fblogin .txt .arrow {
        line-height: 0.5em; }

.sliderparent {
  padding: 0; }

.slick-slide {
  outline: 0; }

.anmeldungslidepage p {
  position: relative;
  left: 6em;
  top: 180px;
  max-width: 60%;
  color: white;
  font-size: 1.5em; }
  .anmeldungslidepage p em {
    font-family: 'dejavu_serifitalic';
    text-transform: uppercase;
    letter-spacing: 3px; }
  .anmeldungslidepage p span {
    font-family: 'dejavu_sansbook';
    font-size: 0.8em;
    letter-spacing: 1px; }

.anmeldungslidepage .si_1 {
  position: relative;
  float: left;
  height: 440px; }

.anmeldungslidepage .si_2 {
  float: left;
  height: 440px; }

.anmeldungslidepage .sw_3 {
  position: relative;
  height: 440px;
  width: 100%; }
  .anmeldungslidepage .sw_3 p {
    position: absolute;
    left: 700px;
    max-width: 30%;
    top: 230px; }

.anmeldungslidepage .si_3 {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 370px; }

.anmeldungslidepage .sw_4 {
  position: relative;
  height: 440px;
  width: 100%; }
  .anmeldungslidepage .sw_4 p {
    position: absolute;
    left: 42%;
    max-width: 30%;
    top: 180px; }

.anmeldungslidepage .si_4 {
  height: 400px;
  position: absolute;
  bottom: -90px;
  left: 15%; }

.slick-dots {
  position: absolute;
  list-style-type: none;
  left: 50%;
  top: 30px;
  transform: translateX(-50%); }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: black;
    border-radius: 50%; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    background: transparent;
    border: 2px solid white; }
