@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }

@media (min-width: 1200px) { }

@media screen and (max-width: 867px) {
	.clear{clear:both;width:0;height:0;}
#btn-menu {
    background: #1abc9b none repeat scroll 0 0;
    display: block !important;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
	
    width: 100%;
    color: #fff;
    border-radius: 4px;
}
img{max-width:100% !important; height:auto !important;}
.tophead {padding-top:5px;}
box img{width:auto !important;height:auto !important;max-width:100% !important;}
box h4{text-align:center !important;}
#menubar {
    float: none;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    clear: both;
}
.formob{height:100% !important; }
table.contact-tabel{width:100% !important;display:block !important;}
table.contact-tabel tbody{width:100% !important;display:block !important;}
table.contact-tabel tr{width:100% !important;display:block !important;}
table.contact-tabel td{width:100% !important;display:block !important;}
.formob1{padding-bottom:10px;}
.social {
    border-radius: 3px;
    padding: 8px 14px;
    position: relative;
    top: 20px;
}
.boxx1 {
    border: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
#menubar li {
    margin: 0 7px;
    float: none !important;
    width: 100% !important;
    display: inline-block;
    padding: 5px 0 !important;
    margin: 0;
}
#menubar{display:none;}
#menubar li a {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
}
#menubar li ul {
    margin: 23px 0 0 0;
    padding: 10px 30px;
    position: absolute;
    left: 3%;
    width: 94%;
}
#menubar li a#active{background-color:#d11b06; }
#telefon{   
	font-size: 13px !important;
    font-style: italic !important;
    font-weight: bold !important;

    position: static !important;
    right: 0 !important;
    top: 10px !important;
    text-align: center !important;
    padding: 5px !important;}
#menubar li{border-bottom:1px solid #eee;}
.indexbox{width:100%;}
.indexbox img{display:block;float:none;margin:0 auto;}
.columns img{display:block;float:none;margin:0 auto;}
.preloader{display:none; }
.orbit-bullets {
    margin: 0 auto 12px;
    overflow: hidden;
    position: relative;
    top: 5px;
}
logo {
    display: block;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
}
/*final*/ 
}


@media screen and (-webkit-min-device-pixel-ratio: 0) { }

@media (max-device-width: 480px) and (orientation: landscape) { }

@media (max-width: 767px) { }


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

@media all and (transform-3d), (-webkit-transform-3d) { }


@media (min-width: 620px) and (max-width: 991px) {

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}
.menu-toggle{display:none;}
}


@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
