/* CSS Document */
/* CHROME DEFAULT RESET */
input[type=search] {
  background: none;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: none; }

input[type="search"]:focus {
  outline: none; }

:focus {
  outline: medium none; }

/* -------------------------------------------------------*/
/**, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
/* -------------------------------------------------------*/
/****** ANIMATION ******/
#socials a,
#socials a:hover {
  -webkit-transition: right 0.2s ease 0s;
  -moz-transition: right 0.2s ease 0s;
  -o-transition: right 0.2s ease 0s;
  transition: right 0.2s ease 0s; }

/* -------------------------------------------------------*/
/* -----------------------------------
LINKS 
----------------------------------- */
a, a:link, a:visited {
  color: #701212;
  font-weight: bold;
  text-decoration: none; }
  a:hover, a:active {
    color: #440b0b; }

/* -----------------------------------
PARAGRAPH 
----------------------------------- */
p {
  font-family: "StoneSans LT", Helvetica;
  font-size: 14px;
  line-height: 22px;
  color: #ec5a0d;
  text-align: center; }

/* -----------------------------------
HEADINGS 
----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "StoneSans LT", Helvetica; }

h1 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

h2 {
  font-size: 18px;
  line-height: 18px; }

h3 {
  font-size: 16px;
  line-height: 16px; }

h4 {
  font-size: 14px;
  line-height: 14px; }

h5, h6 {
  font-size: 14px;
  line-height: 14px; }

/* -----------------------------------
CLEARFIX 
----------------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* -----------------------------------
STRUCTURE
----------------------------------- */
html, body {
  height: 100%; }

html {
  background: #fff; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow: hidden;
  background: #000; }

/* -----------------------------------
WRAPPER
----------------------------------- */
#wrapper {
  position: relative;
  height: 100%;
  margin: auto;
  width: 100%;
  display: table; }
  #wrapper .inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle; }
    #wrapper .inside .row {
      position: relative;
      width: 100%;
      height: auto;
      margin: auto;
      text-align: center; }
      #wrapper .inside .row.first {
        margin-top: 0.4%; }

/* -----------------------------------
CONTAINER
----------------------------------- */
.tile {
  position: relative;
  width: 10.1%;
  float: left;
  margin: 0.25%; }
  .tile:first-child {
    margin-left: 2.5%; }
  .tile a {
    display: block;
    position: relative; }
    .tile a:hover:before {
      -webkit-box-shadow: 0 0 60px -5px #000 inset;
      -moz-box-shadow: 0 0 60px -5px #000 inset;
      box-shadow: 0 0 60px -5px #000 inset;
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
  .tile img {
    display: block;
    width: 100%;
    z-index: 1; }
  .tile.orange {
    z-index: 1;
    opacity: 1; }
  .tile.gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .tile.gray:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none; }

.lb-content {
  max-width: 1600px; }
  .lb-content img {
    max-width: 100%;
    height: auto; }
  .lb-content p {
    text-align: left; }
  .lb-content.image-in-text h2 {
    font-size: 28px;
    color: #ea5c0a;
    margin-bottom: 10px; }
  .lb-content.image-in-text p {
    margin: 20px auto 30px auto;
    color: #444;
    line-height: 30px;
    font-size: 22px; }
  .lb-content.image-in-text .image {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    max-width: 33%; }
  .lb-content.image-on-top h2 {
    color: #004e9d;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 28px; }
  .lb-content.image-on-top p {
    max-width: 900px;
    margin: 20px auto 30px auto;
    color: #444;
    line-height: 30px;
    font-size: 22px; }
  .lb-content.image-on-top .image {
    margin-bottom: 30px;
    text-align: center; }

.overlay-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  z-index: 1;
  display: block; }

.overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  /*    display: none;*/
  display: block;
  z-index: 1; }
  .overlay-text .content {
    position: absolute;
    display: table;
    width: 100%;
    text-align: center;
    top: 40%; }
    .overlay-text .content .wrapper {
      width: 45%;
      background: #000;
      margin: 0 auto;
      padding: 45px; }
      .overlay-text .content .wrapper h1 {
        font-size: 50px;
        line-height: 45px; }
      .overlay-text .content .wrapper p {
        font-size: 28px;
        line-height: 24px; }

#bla {
  background: #000; }

.progressbar_wrapper {
  border: 1px solid #A0A0A0; }

.progressbar_left {
  border: 1px solid #A0A0A0; }

.progressbar_middle {
  border: 1px solid #A0A0A0; }

.progressbar_right {
  border: 1px solid #A0A0A0; }

.progressbar_text_horizontal {
  text-align: center;
  color: black;
  font-family: arial;
  font-size: 12px; }

.progressbar_text_vertical {
  text-align: center;
  color: black;
  font-weight: bold;
  font-family: arial;
  font-size: 8px; }

.progressbar_marker {
  background-image: url("../images/marker2.png"); }
  
  .imprint-link {
    text-align:center; }

@media screen and (max-width: 479px) {
  .overlay-text .content h1 {
    font-size: 12px;
    line-height: 12px; }
  .overlay-text .content p {
    font-size: 10px;
    line-height: 6px; } }
