.no-padding {
   padding: 0 !important;
}

.unselectable {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
cursor: default;
}

.rpt-green {
  color: #688A12;
}


/* * * * * * * Page Content * * * * * * * */

.page-content-wrapper {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .page-content-wrapper {
    padding: 0 15px !important;
  }
}

/* * * * * * * Repetometer Styles * * * * * * * */

/* SLIDER */

.repet-slider {
/*   border: 1px solid green; */
  margin-bottom: 2rem;
  width: 100%;
  display: block;
  height: 140px;
  position: relative;
  overflow: hidden !important;
}



.owl-carousel .item{
/*   border: 1px solid red; */
  width: 60px;
  height: 130px;
  margin-bottom: 10px;
  text-align: center;
  opacity: 0.25;
  cursor: pointer;
}

.owl-carousel .item.active-item{
	opacity: 1 !important;
}

.active-item .carousel-pointer {
  height: 11px;
  width: 21px;
  position: absolute;
  bottom: 0px;
  left: 19.5px;
  display: block;
  background-image: url(../img/pointer.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
  display: block;
}

.carousel-pointer {
  display: none;
}

.carousel-line {
  margin-top:0px;
  height: 1px;
  width: 100%;
  background: #cecece;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}

/* PRODUKTE */

.repetometer-container {
width: 100%;
position: relative;
display: block;
height: 430px;

}

.repet-product {
  width:230px;
  height: auto;
  float: left;
/*   background-color: yellowgreen; */
  width: 50%;
}


.repet-product img{
    display: block;
    max-width: 100%;
    max-height: 430px;

    height: auto;
    width: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 460px) {
  .repet-product img{
    max-width: 173px;

  }
}

.repet-text{
	margin-top: 25px;
	text-align: center;
	font-size: 0.7rem;
}

.repetometer-content{
  width: 50%;
  float: left;
/*   background-color: lightblue; */
/*   height: 430px; */

}

/*
#repetometer {
  width: 100%;
  height: 330px;
  display: block;
}
*/

.repetometer-btns {
  display: block;
/*   background-color: yellow; */
  width: 100%;
  height: 100px;
  padding-top: 3rem;
}

.repetometer-btns .btn {
  background-color: #EBEBEB;
  font-size: 0.9rem;
}

button.btn.repetometer-btn-active {
  background-color: #98B534;
  color: white;
}

.repetometer-btns .btn:hover, .repetometer-btns .btn:focus, .repetometer-btns .btn:active {
  background-color: #688A12;
  color: white;
}

.repetometer-btns .btn:first-child {
  margin-right: 10px;
}

.rpt-ul {
  padding-left: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* * * Repet Video * * */

@media only screen and (min-width: 992px) {

  .repet-video {
  margin-top: 120px;
  }
}

