     
.box-offer { padding:7%;}
      
  
  
  
input[type = "radio"] ~ .radiobox {
    
    color: black;
}
  
  
      
input[type = "radio"]:checked ~ .radiobox {
   
    color: white;
    background-color: rgb(61, 183, 239);

    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;

}

.box{
   background-color: rgba(255, 255, 255, 0);
}

.list-h{
  min-height:210px;
}


.box-offer.active {
  background: rgba(255, 255, 255, 0);
  
}

.auswahlbutton{
  
}

.dontshow{
  display:none;
}

input[type = "radio"] ~ .radiobox {
  

}


input[type = "radio"]{
  width:30px;
  height:30px;
  position:absolute;
  margin-left:10px;
  margin-top:10px;
  display:none;
}


