.color-produkt{
width: 20px; 
height: 20px;
float: left;
margin-right: 5px;
border-radius:50px
}

.color-grey{background-color: #cecece;}
.color-red{background-color: #c70000;}
.color-braun{background-color: #5a3b35;}
.color-black{background-color: #383839;}
.color-green{background-color: #1AAD5E;}
.color-yellow{background-color: #ffdd63;}
.color-peach{background-color: #F08143;}
.color-white{background-color: #ffffff;border:1px solid #cecece;border-color:#c70000;}

.img-produkt-smal{
width: 80px; 
height: 80px;
float: left;
margin-right: 10px;
 }

 .img-produkt-smal img{
 	width: 80px; 
    height: 80px;
 }

.buttons-pos{
  position: relative;
  right:200px;
  bottom: 20px;
}

.img-produkt{
	width:300px; 
	height:300px;
	animation: produkt 2s linear;
}
@keyframes produkt {
  0% {opacity: 0;}
  25% {opacity: 0.2;}
  50% {opacity: 0.4;}
  75% {opacity: 0.6;}
  100% {opacity: 1;}
}

@media (max-width: 991px){
  .buttons-pos{
  position: relative;
  right:0;
   }
}

@media (max-width: 600px) {
  .buttons-pos {
   position: relative;
   right:0;
  }
}