/*
  Header
*/
#header {
  padding: 25px 0 25px 0;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.65);
  z-index: 3;
  position: relative;
}

.claim span {
 color: black;
  font-size: 1.35em;
  line-height: 125%;
  margin: 0;
}
  
.claim .visible-xs {
  padding-top: 10px;
}
/*
  Navigation Homepage - <nav>
*/
.dropdown-menu {
  padding: 0px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 159, 227, 0.4);
}
.dropdown-menu > li > a {
  padding: 8px 20px;
  color: #333;
}
.dropdown-menu .divider {
  margin: 0px 0;
  background-color: rgba(0, 159, 227, 0.3);
}
.navbar {
  z-index: 2;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.45);
  position: relative;
}
.navbar-collapse {
  padding-left: 0px;
}
/*
  Hp Slider Bereich
*/
#headerslider {
  background-image: url(../img/slide-background.jpg);
  background-color: rgba(0, 0, 0, 0);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 85px;
  height: 438px;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 110px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption p {
  font-size: 33px;
}
.carousel-caption h2 {
  font-size: 65px;
  text-shadow: 0px 0px 12px #009fe3;
  color: #fff;
}
/*

  Content Bereich

*/
#content-m {
  padding-bottom: 5em;
}
.bs-wizard {
  margin-top: 40px;
}
/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 15px 10px 15px;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #4ac9ff;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #009fe3;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #4ac9ff;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.progressbar-pulverbeschichtung .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  height: 50px;
}
.progressbar-pulverbeschichtung .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  margin-top: 13px;
}
.bs-wizard-info.text-center {
  padding: 13px;
}
/*
  Aktuelles
*/
#aktuelles {
  padding-bottom: 5em;
}
#aktuelles .newsteaser a:hover, #aktuelles .newsteaser .newsteaser a:focus {
  text-decoration: none;
}
#aktuelles .newsteaser .caption h3, #aktuelles .newsteaser .caption h2 {
  margin-top: 0px;
}
.news-list-group .list-group-item {
  border: 0px solid;
  padding-left: 0px;
  padding-right: 0px;
}
.news-list-group .list-group-item h3, .news-list-group .list-group-item h2 {
  margin-top: 0px;
}

.newsteaser h3{
 font-size: 21px; 
}

.newsteaser .caption {
  padding: 9px 0px;
}

.newsteaser p {
 margin: 0px; 
 font-size: 85%;
}

/*
  Footer
*/
#footer {
  padding: 30px 0 50px 0;
  background-color: #e7e7e7;
}
.table > tbody > tr:first-child > th, .table > tbody > tr:first-child > td {
  border-top: none;
}
.h1, h1 {
  margin: 45px 0 40px 0;
}
.h2, h2 {
  font-size: 21px;
  color: #009fe3;
}
.panel-heading > p {
  margin: 0 0 0px;
}
.row.row-offcanvas.row-offcanvas-left, .row.row-offcanvas.row-offcanvas-left.active {
  padding-top: 20px;
}
.unterebene.dropdown-menu > li {
  padding-left: 15px;
}
/*#hauptnavigation > ul.navbar-nav > li:hover, #hauptnavigation > ul.navbar-nav > li:focus {
  background-color: #007bb0;
}*/
/*
  Media Query XS
*/
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .logo .img-responsive {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .claim {
    text-align: center;
  }
  .news-list-group img {
    margin-bottom: 20px;
  }
  .news-list-group .list-group-item {
    margin-bottom: 20px;
  }
  .newsteaser img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #headerslider {
    height: 220px;
    margin-bottom: 15px;
  }
  #headerslider .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  #headerslider .carousel-caption .btn {
    text-shadow: none;
  }
  #headerslider .carousel-caption p {
    font-size: 10px;
  }
  #headerslider .carousel-caption h2 {
    font-size: 23px;
    text-shadow: 0px 0px 12px #009fe3;
  }
  #headerslider .carousel-caption a.btn {
    font-size: 10px;
  }
  #headerslider .carousel-inner {
    padding-top: 0px;
  }
  #headerslider .carousel-indicators {
    bottom: -35px;
  }
}
/*
  Media Query SM
*/
@media (min-width: 768px) and (max-width: 991px) {
  #headerslider {
    height: 261px;
  }
  #headerslider .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 91px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  #headerslider .carousel-caption .btn {
    text-shadow: none;
  }
  #headerslider .carousel-caption p {
    font-size: 19px;
  }
  #headerslider .carousel-caption h2 {
    font-size: 38px;
    text-shadow: 0px 0px 12px #009fe3;
  }
  .bs-wizard-info.text-center {
    padding: 40px;
  }
  .nav > li > a {
    padding: 10px 18px;
    line-height: 56px;
  }
  .news-list-group img {
    margin-bottom: 20px;
  }
}
/*
  Media Query MD
*/
@media (min-width: 992px) and (max-width: 1229px) {
  #headerslider {
    height: 348px;
  }
  #headerslider .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 91px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  #headerslider .carousel-caption .btn {
    text-shadow: none;
  }
  #headerslider .carousel-caption p {
    font-size: 25px;
  }
  #headerslider .carousel-caption h2 {
    font-size: 50px;
    text-shadow: 0px 0px 12px #009fe3;
  }
}
/*
  Fonts
*/

/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-600d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}

