@import url('https://fonts.googleapis.com/css?family=Rubik');



html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 16px;
  color: #222222;
  font-family: "Rubik", "Open Sans", sans-serif;
  background-color: #FFF;
}
#footer {
  overflow: hidden;
  font-size: 15px;
    color: #747A81;
}
#footer a{
    color: #747A81;
    text-decoration: underline;
}
#footer a:hover{
    text-decoration: none;
}

#following_content {
    background-color: #F8F8F8;
}
#following_content p{
	font-size: 15px;
	line-height:1.6;
    color: #747A81;
}

#full_background #bottom_scroller {
  font-size: 50pt;
  position: absolute;
  text-align: center;
  bottom: 10%;
    left: 50%;
    margin-left: -20px;
  line-height: 1em;
  z-index: 9999;
  -webkit-animation: bounce 600ms ease-out;
  -moz-animation: bounce 600ms ease-out;
  -o-animation: bounce 600ms ease-out;
  animation: bounce 600ms ease-out;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
font-weight: 100;
}

#logo {
  display: inline-block;
}


.logorow{
	position: absolute;

	bottom:20px
}

h1 {
    font-size: 2.7em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik","Open Sans",sans-serif;
    font-weight: normal;
    line-height: 1.3;
    color: #747A81;
}
h2, .h2 {
    font-size: 20px;
}

a {
    color: #fff;
}
a:hover {
  color: #fff;
}
#visualisierung span{
    margin-bottom:10px;
    display:block
}
#slogan{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.orange_box{
    background-color:#EF9F6D;
    padding-left: 120px;
    padding-right: 90px;
}
.orange_box h2, .orange_box p{
    color: #fff !important;
}
.white_box{
    padding-left: 60px;
}
.white_box span{
    text-decoration: underline;
    margin-bottom: 5px;
}


.bold {
  font-weight: bold;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.space-bottom-x12 {
  margin-bottom: 12em;
}
.space-bottom-x11 {
  margin-bottom: 11em;
}
.space-bottom-x10 {
  margin-bottom: 10em;
}
.space-bottom-x9 {
  margin-bottom: 9em;
}
.space-bottom-x8 {
  margin-bottom: 8em;
}
.space-bottom-x7 {
  margin-bottom: 7em;
}
.space-bottom-x6 {
  margin-bottom: 6em;
}
.space-bottom-x5 {
  margin-bottom: 5em;
}
.space-bottom-x4 {
  margin-bottom: 4em;
}
.space-bottom-x3 {
  margin-bottom: 3em;
}
.space-bottom-x2 {
  margin-bottom: 2em;
}
.space-bottom-x1 {
  margin-bottom: 1em;
}
@media (max-width: 991px), (max-height: 400px) {
  .space-bottom-x12 {
    margin-bottom: 6em;
  }
  .space-bottom-x11 {
    margin-bottom: 5.5em;
  }
  .space-bottom-x10 {
    margin-bottom: 5em;
  }
  .space-bottom-x9 {
    margin-bottom: 4.5em;
  }
  .space-bottom-x8 {
    margin-bottom: 4em;
  }
  .space-bottom-x7 {
    margin-bottom: 3.5em;
  }
  .space-bottom-x6 {
    margin-bottom: 3em;
  }
  .space-bottom-x5 {
    margin-bottom: 2.5em;
  }
  .space-bottom-x4 {
    margin-bottom: 2em;
  }
  .space-bottom-x3 {
    margin-bottom: 1.5em;
  }
  .space-bottom-x2 {
    margin-bottom: 1em;
  }
  .space-bottom-x1 {
    margin-bottom: 0.5em;
  }
}
.space-top-x12 {
  margin-top: 12em;
}
.space-top-x11 {
  margin-top: 11em;
}
.space-top-x10 {
  margin-top: 10em;
}
.space-top-x9 {
  margin-top: 9em;
}
.space-top-x8 {
  margin-top: 8em;
}
.space-top-x7 {
  margin-top: 7em;
}
.space-top-x6 {
  margin-top: 6em;
}
.space-top-x5 {
  margin-top: 5em;
}
.space-top-x4 {
  margin-top: 4em;
}
.space-top-x3 {
  margin-top: 3em;
}
.space-top-x2 {
  margin-top: 2em;
}
.space-top-x1 {
  margin-top: 1em;
}
@media (max-width: 991px), (max-height: 400px) {
  .space-top-x12 {
    margin-top: 6em;
  }
  .space-top-x11 {
    margin-top: 5.5em;
  }
  .space-top-x10 {
    margin-top: 5em;
  }
  .space-top-x9 {
    margin-top: 4.5em;
  }
  .space-top-x8 {
    margin-top: 4em;
  }
  .space-top-x7 {
    margin-top: 3.5em;
  }
  .space-top-x6 {
    margin-top: 3em;
  }
  .space-top-x5 {
    margin-top: 2.5em;
  }
  .space-top-x4 {
    margin-top: 2em;
  }
  .space-top-x3 {
    margin-top: 1.5em;
  }
  .space-top-x2 {
    margin-top: 1em;
  }
  .space-top-x1 {
    margin-top: 0.5em;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}


#following_content .max-height-logo {
  overflow: hidden;
  margin: 1em 0;
}
@media (max-width: 767px) {
  #following_content .max-height-logo {
    margin: inherit;
  }
}
@media (min-width: 768px) {
  #following_content .well {
    min-height: 280px;
  }
}
#following_content .max-height-heading {
  height: 3em;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #following_content .max-height-heading {
    height: 4em;
  }
}
@media (max-width: 767px) {
  #following_content .max-height-heading {
    height: inherit;
  }
}
#following_content p.smaller {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  #following_content img {
    /*max-width: 60%;*/
  }
}

#full_background {
  color: #ffffff;
  display: block;
  position: relative;
  background: url("../img/bg.jpg") center bottom scroll no-repeat;
  background-size: cover;
  background-color: #0D0D0D;
  background-position-y: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
}
#full_background_border {
  display: block;
  position: absolute;

  overflow: hidden;
  zoom: 1;
  border:  #B8D9EC 10px solid;
  height: 90%;
     width: 95%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;

}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #full_background #pattern {
    background: url("../img/bg_pattern@2x.gif") center bottom scroll repeat;
    background-size: 3px 3px;
  }
}
@media (max-width: 767px) {
  #full_background {

  }
}


@media (max-width: 1199px) {
  #full_background #bottom_scroller {
    font-size: 60pt;
  }
}
@media (max-width: 767px) {
  #full_background #bottom_scroller {
    font-size: 60pt;
  }
}
@media (max-width: 767px) {
  #full_background #bottom_scroller {
    font-size: 60pt;
  }
}
@media (max-height: 400px) {
  #full_background #bottom_scroller {
    position: relative;
    left: 0;
    right: 0;
  }
}
#full_background #bottom_link_container {
  vertical-align: bottom;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  height: 200px;
  line-height: 35pt;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  -pie-background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  zoom: 1;

}
@media (max-width: 767px) {
  #full_background #bottom_link_container {
    text-align: center;
  }
}
#full_background #bottom_link_container a {
  vertical-align: bottom;
  position: absolute;
  bottom: 10pt;
  right: 20pt;
  font-size: 35pt;
}
#full_background #bottom_link_container a:hover {
  color: #ef8407;
}
@media (max-width: 1199px) {
  #full_background #bottom_link_container a {
    font-size: 25pt;
  }
}
@media (max-width: 767px) {
  #full_background #bottom_link_container a {
    font-size: 20pt;
    position: static;
    display: block;
  }
}











.float-right {
  float: right;
  display: block;
  /*
    @media (max-width: @screen-xs-max) {
        float: none;
        padding: 0 0 1em 0;
        margin: 0 auto;
    }*/
}
.float-right.bordered {
  padding-left: 1em;
  padding-bottom: 0;
}
.orange,
.orange.no-hover:hover {
  color: #ef8407;
}
.white,
.white.no-hover:hover,
.white.no-hover:active,
.white.no-hover:visited,
.white.no-hover:focus,
.white.no-hover:link {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.bg-white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.8em;
  float: right;
}
.text-shadow {
  text-shadow: 0 0 3px #4d4d4d;
}
.no-hover-decoration:hover,
.no-hover-decoration:active,
.no-hover-decoration:visited,
.no-hover-decoration:focus, 
.no-hover-decoration:link {
  text-decoration: none;
}
.align-right {
  text-align: right;
}

.container-full {
  margin: 0 auto;
  width: 100%;

  min-height: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
}

.only-small{
  display: none;
}

@media (max-width: 767px) {
  .only-big{
    display: none;
  }
  .only-small{
    display: block;
  }

  #full_background_border {
    background: rgba(2, 23, 38, .5);
    border: none;
    height: 100%;
    width: 100%;
  }
}

.lead {
  margin-bottom: 0;
  font-size: 16px;
}


