body {
  padding-top: 20px;
  background-attachment: fixed;
  background-image: url("../img/fotolia_66184725.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font size: 12px;
  font-weight: 400;
  line-height: 20px;
}

#header-slider .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



.container {
  margin-bottom: 20px;
}

h2, h3, h4, h5, h6, 
.h2, .h3, .h4, .h5, .h6 {
  color: #444;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  padding-left: 10px;
  font-size: 21px;
}

ol {
  margin-bottom: -60px;
}

.brand {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .brand {
    padding: 5px 0;
    width: 75%;
  }
}

.navbar-default {
  background-color: #fff;
  border: 1px solid #ddd;
}

.navbar-toggle {
  color: #fff;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
  background-image:      -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image:         linear-gradient(to bottom, #23a1d1, #1f90bb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a1d1', endColorstr='#1f90bb',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
}

.navbar-default .navbar-toggle .icon-bar { background-color: #fff;}

.nav > li > a:hover
 {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
  background-image:      -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image:         linear-gradient(to bottom, #23a1d1, #1f90bb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a1d1', endColorstr='#1f90bb',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
}

.navbar-collapse {
  padding: 0px;
}

.padding-0 { padding: 0px;}

.produkt {
  margin-bottom: 10px;
}

.input-field {
  margin-bottom: 15px;
}

.form-control {
  border-color: #ddd;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.owl-wrapper-outer {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}

.owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

.owl-controls .owl-buttons div {
  position: absolute;
}

.owl-carousel .owl-buttons .owl-prev {
  left: 10px;
  top: 40%;
}

.owl-carousel .owl-buttons .owl-next {
  right: 10px;
  top: 40%;
}

.owl-theme .owl-controls .owl-buttons div {
  position: inline block;
  background-color: transparent;
  color: transparent;
  font-size: 40px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #000;
  opacity: 0.5;
  text-shadow:1px 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.textblock {
  background-color: rgba(255,255,255,1.0);
  border: 1px solid #ddd;
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {

  /* Customize the nav-justified links to be fill the entire space of the .navbar */

  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }

  .navbar-collapse {
    padding:0;
  }

  .container-fluid {
    padding: 0;
  }

  .nav-justified {
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    background-color: #229ac8;
    border: 1px solid;
    border-color: #1f90bb #1f90bb #145e7a;
    border-radius: 5px;
    min-height: 40px;
    max-height: 52px;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image:      -o-linear-gradient(top, #23a1d1, #1f90bb);
    background-image:         linear-gradient(to bottom, #23a1d1, #1f90bb);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a1d1', endColorstr='#1f90bb',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    /*border-bottom: 1px solid #d5d5d5;*/
  }

  .nav-justified > li > a:hover
  {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
  }
}

.img-aktuelles {
  padding: 5px 15px 15px 0;
  float: left;
}