/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11.03.2014, 21:12:50
    Author     : Michael Schumacher
*/
/*
* Schriften
*/
* {
  font-family: "Open Sans Condensed", sans-serif; }

.row {
  max-width: 1200px; }

table tr td:first-child {
  font-weight: normal; }

table tr td {
  border: none; }

table {
  background: transparent; }

a {
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif; }

html, body {
  /*background: #ccc;*/ }

html, body {
  /*background: #ccc;*/ }

body {
  background: #fff;
  display: flex; }

div {
  position: relative; }

.clear {
  float: none;
  clear: both; }

.splash > .row {
  display: flex;
  align-items: center;
  justify-content: center; }

.row .columns {
  max-width: 470px;
  border: 1px solid #dbdbdb; }

.c1 .holder {
  background: #008bd2;
  max-width: 470px; }

.c2 .holder {
  background: #003f16;
  max-width: 470px; }

.c3 .holder {
  background: #00486f;
  max-width: 470px; }

.bl {
  display: block; }
  .bl:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 132px; }

.text {
  padding: 48px 32px;
  text-align: justify;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px; }

.link {
  text-align: center; }
  .link a {
    display: inline-block;
    border: 1px solid #008bd2;
    padding: 15px 23px;
    color: #008bd2;
    margin: 30px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }

.c1 .link a {
  color: #008bd2;
  border-color: #008bd2; }

.c2 .link a {
  color: #003f16;
  border-color: #003f16; }

/*# sourceMappingURL=splash.css.map */
