/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.border-test{
    border: 1px solid red;
}
/* 5 columns layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .table > tbody > tr > td {
        padding-left: 0px;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* End 5 column layout */

/* fonts */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/open-sans-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* josefin-slab-regular - latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/josefin-slab-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-slab-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-slab-500 - latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/josefin-slab-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-slab-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-slab-700 - latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/josefin-slab-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-slab-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* end font */
body {    
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /* background: url('../img/windraderDx.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: /*"Josefin Slab",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:translatZ(0) scale(2); /* Opera */
    transform:translatZ(0) scale(2);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}
@media screen and (max-width:767px){
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 300;
        letter-spacing: 1px;
    }
    
    p {
        font-size: 1.0em;
        line-height: 1.2;
        color: #000;
    }
    }
hr {
    max-width: 400px;
    border-color: #999999;
}
.hr-long {
    max-width: 800px;
    border-color: #999999;
}

.td-bottom{
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.brand,
.address-bar {
    display: none;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}
.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
.carusel{
    max-width:100%;
}
.img-full {
    min-width: 100%;
}
.img1-border{
    border: 3px solid #000;
    padding: 2px;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 3.0em;
}
@media screen and (max-width:767px){
    .brand-name {
        margin: 10px;
        font-size: 1.5em;
    }
    .navbar-brand {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
		}
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;}

.navbar-fixed-top{
    top:24%;}
.row{
    margin-right:0px;
    margin-left:0px;
}
.box {
    margin-top: 0px;    
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(255,255,255,0.9);}

.hr-long {
    max-width: 800px;
    border-color: #999999;}

.box-1{
    background: #ffffff;
    padding: 20px;
}
.box-0{
    margin-top: 0px;    
    margin-bottom: 0px;
    padding: 30px 15px;
    background: rgba(255,255,255,0.9);
}
.copy-r{
    padding: 10px 0px 30px;
}
.logo-text {
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: /*"Josefin Slab",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
}
.intro-heading{
    background-image:url('../img/intro-steuerung-1.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding-bottom: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
}
.intro-text-b {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}
.intro-text {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    color: #333333;
    letter-spacing: 2.5px;
    padding-top: 35px;
    padding-left: 62px;
}
/* intro text Bildinschrift*/
.pic-text {
    position: relative;
}
.pic-text img {
    display: block;
}
.pic-text span {
     position: absolute;
     bottom: 30px;
     left: 30px;
     right: 30px;
     text-align: center;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
     font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 2.5em;
     font-weight: 700;
     line-height: normal;
     color: #fff;
     height: 2.5em;
     line-height: 2.5em;
     border-top: 1px solid #ababab;
     background: #404040; /* Fallback IE 6-8 */
     background-color: rgba(40, 40, 40, 0.6);
}

@media screen and (max-width:767px){
    .pic-text span{
          bottom: 50px;
          left: 30px;
          right: 30px;
          text-align: center;
          text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
          font-family: /*"Josefin Slab",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
          font-size: 1.5em;
          font-weight: 500;
          line-height: normal;
          color: #333;
          height: 1.5em;
          line-height: 2.5em;
          border-top: 0px solid #ababab;
          background: #fff; /* Fallback IE 6-8 */
          background-color: rgba(255, 255, 255, 0.0);
    }
}
@media screen and (min-width:768px){
    .pic-text span{
        left: 15px;
        right: 15px;
    }
}
@media screen and (min-width:1200px){
    .pic-text span{
        left: 30px;
        right: 30px;
    }
}


h2 span{
    color: #ffffff;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.list-group-item{
    background: rgba(255,255,255,0.5);
}
footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}
.table{
    margin-left:0px;
    /*margin-right:-200px;*/
}
.table > tbody > tr > td{
    padding-left:100px;
}
footer p {
    margin: 0;
    padding: 50px 0;
}


@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: /*"Josefin Slab",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
    .intro-heading{
        padding-bottom:350px;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin-bottom: 10px;
        padding: 0 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        /*text-transform: uppercase;*/
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}
.oben{
    margin-top:10px;
}
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
    
}
@media screen and (max-width:767px){

    .navbar-fixed-top {
        margin-top: 10px;
    } 
    .box {
        margin-top: 0px;
    }
    .intro-text{
        padding-left: 0px;
    }
    .table > tbody > tr > td {
    padding-left: 0px;
    }
        
}