@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700);

html, body
{
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 150%;
    background: #eee;
}

body * {
  outline: none;
}

.popover {
  z-index: 9999;
  border-radius: 3px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.4);
}

#topbar {
  top: -122px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9988;

  -webkit-transition: top 0.6s ease-in-out 1.2s; /* Firefox */
  -moz-transition: top 0.6s ease-in-out 1.2s; /* WebKit */
  -o-transition: top 0.6s ease-in-out 1.2s; /* Opera */
  transition: top 0.6s ease-in-out 1.2s; /* Standard */
}

#topbar.open {
  top: 0px;
  -webkit-transition: top 0.6s ease-in-out; /* Firefox */
  -moz-transition: top 0.6s ease-in-out; /* WebKit */
  -o-transition: top 0.6s ease-in-out; /* Opera */
  transition: top 0.6s ease-in-out; /* Standard */
}

#topbar .inner {
  background: #fff;
  width: 100%;
  height: auto;
}


#topbar.open .dreieck {
  opacity: 0;

  -webkit-transition: all 0.6s ease-in-out; /* Firefox */
  -moz-transition: all 0.6s ease-in-out; /* WebKit */
  -o-transition: all 0.6s ease-in-out; /* Opera */
  transition: all 0.6s ease-in-out;
}

#topbar .dreieck {
  width: 0;
  opacity: 1;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgba(201,0,35,1);
  display: inline-block;

  -webkit-transition: all 0.6s ease-in-out 1.2s; /* Firefox */
  -moz-transition: all 0.6s ease-in-out 1.2s; /* WebKit */
  -o-transition: all 0.6s ease-in-out 1.2s; /* Opera */
  transition: all 0.6s ease-in-out 1.2s;
}

#topbar .header {
  padding: 20px;
}

#topbar .logo {
  position: absolute;
  width: 180px;
  height: 40px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

#topbar .suche {
  width: 180px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

#topbar .suche i {
    right: 10px;
    line-height: 40px;
    position: absolute;
}

#topbar input {
  padding: 0 10px;
  width: 100%;
  border: 2px solid #333;
}

#topbar .inhaltsverzeichnis {
  -webkit-flex: 1;
  flex: 1;
  line-height: 40px;
}

#topbar .inhaltsverzeichnis span {
  cursor: pointer;
}


#topbar .slider-wrap {

}

#topbar #slider {
  border-radius: 0;
  height: 2px;
  border: 20px solid #eee;
  background: #333;
  cursor: pointer;
}

#topbar #slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #fff;
  margin-top: -4px;
  border: 2px solid #333;
}

#topbar .prev {
  position: absolute;
  z-index: 9999999999;
  top: 122px;
  width: 150px;
  height: 75px;
  margin-left: -55px;
  overflow: hidden;
}
#topbar .prev a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.close {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}

.close i {

  margin-left: 15px;

}

#Header
{
    width: 960px;
    height: 150px;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item:not(.notWidth) {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.gallery-carousel.owl-carousel {
    position: absolute;
}
.owl-carousel .owl-item {
  z-index: 1;
}

.owl-carousel .item:not(.notWidth) {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

.owl-carousel .item .img-wrap
{
    margin: 0 auto;    
    width: 100%;
    height: auto;
    position: relative;
}

.owl-carousel .item img { 
    max-width: 100%;
     margin: 0 auto;
     vertical-align: middle;
     display: inline-block;
}

.owl-carousel .owl-stage-outer {

  position: static;
  background: #eee;
}

.gallery-carousel.owl-carousel .img-wrap {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}


.fullwidth {
  background: #fff;
  position: absolute;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fullwidth-box {
  background: #fff;
  position: absolute;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}



.fullwidth-box .content {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.produkt-box {
  height: 400px;
  top: inherit;
  bottom: 140px;
  border-bottom: 2px solid #ccc;
}

.produktliste {
  width: 100%;
  position: absolute;
  bottom: -140px;
  height: 140px;
  background: #fff;
  z-index: 9999;

    -webkit-transition: all 0.6s ease-in-out; /* Firefox */
  -moz-transition: all 0.6s ease-in-out; /* WebKit */
  -o-transition: all 0.6s ease-in-out; /* Opera */
  transition: all 0.6s ease-in-out;
}

.produktliste.open {
    bottom: 0;
}

.produktliste-inner {
  height: 100%;  
}

.produktliste span {
  color: #fff;
    display: inline-block;
    background: rgba(201,0,35,1);
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: -40px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}

.produktliste span:hover {
    background: rgba(175,0,30,1);
}


.produkteload {
  height: 100%;  
  width: 100%;
  position:absolute;
}


.backdrop{
    position:relative;
    height:100%;
    width: 100%;
}

.direction{
    position:absolute;
    width:30%;
    height:100%;
}

.left{
  left:0;
  top:0;
}

.right{
  right:0;
  top:0;
}

.produkt-wrap {
  padding: 20px;
  height: 100px;
  min-width: 200px;
  -webkit-flex: 1;
  flex: 1;
}


.produkt {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
}

.produkt:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
    display: inline-block;
    position: absolute;
    margin-left: -10px;
    top: 0px;
    display: none;
}
.produkt.active:before {
  display: inline-block;
}

.produkt-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

.produkt-beschreibung {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 40px;
  margin-bottom: 20px;
  border-left: 2px solid #ccc;
  font-size: 14px;
  overflow: hidden;
}
.produkt-beschreibung p {  
    max-width: 450px;
}

.produkt-image {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.produkt-image img {
    height: auto !important;
    width: 50%;
    max-width: 300px;
}

.produktlink {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(201,0,35,1);
}

.owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
}

.owl-dot {
        width: 10px;
    height: 10px;
    border: 5px solid rgba(255,255,255,1);
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dot.active {
  background: #333;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 50%;
  margin-top: -25px;
  position: absolute;
  width: 30px;
  height: 50px;
  background: rgba(255,255,255,0.5);
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: rgba(255,255,255,1);
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  width: 100%;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0;
}


.owl-nav .owl-prev {
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.owl-nav .owl-next {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.inhaltsverzeichnis_overlay {
  display: none;
  position: absolute;
  width: 600px;
  z-index: 999999999999;
  height: 800px;
  overflow-y: scroll;
  background: #fff;
  left: 50%;
  margin-left: -300px;
  top: 80px;
}
.inhaltsverzeichnis_overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inhaltsverzeichnis_overlay li {
  float: left;
  width: 50%;
}

.inhaltsverzeichnis_overlay a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 11px;
}

.inhaltsverzeichnis_overlay li img {
  width: 90%;
  padding: 5%;
  display: block;
}



.fullwidth-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.navbar {
    padding: 20px;
    text-align: right;
}

.fullwidth-box iframe {
  -webkit-flex: 1;
  flex: 1;
  padding: 60px;
  background: #eee;
}

.overlay-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(201,0,35,1);
  cursor: pointer;
  text-align: center;
}

.overlay-icon:hover {
  background: rgba(175,0,35,1);
}

.overlay-icon:before {
  display: inline-block;
  color: #fff;
  font: normal normal normal 17px/40px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay-icon.video:before {
  content: "\f04b";
}

.overlay-icon.link:before {
  content: "\f0c1";
}

.overlay-icon.gallery:before {
  content: "\f009";
}

.main-owl-carousel:before {
  content: "\f1ce";
  display: inline-block;
  color: #fff;
  top: 50%;
  left: 50%;  
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-owl-carousel:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}




.zoomin {
  cursor: url('/images/zoomin.png') 8 8, auto;
}

.zoomout {
  cursor: url('/images/zoomout.png') 8 8, auto;
}

.notWidth{
    text-align: center;
}
.colorThumb-wrapper {
    width: 10%; 
    height: auto; 
    overflow: hidden;
    float: left;
}
.imageThumb{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.imageThumb img{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.imageThumb:hover img {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
     transform:scale(1.15);
}

.notWidth h2{
    text-transform: uppercase;
}

.notWidth h3{
    text-transform: uppercase;
    line-height: 70px;
    font-weight: normal;
}

.produktlink {
  border: 2px solid #ff6600;
  color: #ff6600;
  padding: 7px 20px;
    float: left;
}

.produktlink:hover {
  border: 2px solid #ff6600;
  background: #ff6600;
  color: #fff;
  
}


img.bq {  
    float: left;
    height: 42px;
    margin-right: 10px;
}