.taschen-konfigurator fieldset.step{
    padding: 0;
    margin-top:0;
    background-color: transparent;
}
.taschen-konfigurator fieldset.step:last-child{
    margin-bottom: 0;
}

.taschen-konfigurator .canvas{
    float: left;
    width: 400px;
    position: relative;
    height:400px;
}
@media screen and (max-width: 730px){
    .taschen-konfigurator .canvas{
        width:100%;
        float: none;
    }
}
.taschen-konfigurator .steps{
    height: 400px;
    overflow-y: scroll;
}
.taschen-konfigurator .step ul{
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}
.taschen-konfigurator .step li:not(.headline){
    width: 20%;
    font-size: 0;
}
@media screen and (max-width: 1036px){
    .taschen-konfigurator .step li:not(.headline){
        width: 25%;
    }
}
@media screen and (max-width: 928px){
    .taschen-konfigurator .step li:not(.headline){
        width: 33.333%;
    }
}
@media screen and (max-width: 828px){
    .taschen-konfigurator .step li:not(.headline){
        width: 50%;
    }
}
@media screen and (max-width: 730px){
    .taschen-konfigurator .step li:not(.headline){
        width: 25%;
    }
}
@media screen and (max-width: 500px){
    .taschen-konfigurator .step li:not(.headline){
        width: 33.333%;
    }
}
@media screen and (max-width: 405px){
    .taschen-konfigurator .step li:not(.headline){
        width: 50%;
    }
}
.taschen-konfigurator .step li:not(.headline):hover{
    background-color: #ebebeb;
}
.taschen-konfigurator .step li.headline{
    width: 100%;
}
.taschen-konfigurator .step li.headline h3{
    margin: 10px;
}
.taschen-konfigurator .step li{
    list-style: none;
    margin:0;
    padding:0;
    border: 3px solid white;
    background-color:#fbfbfb;
}
.taschen-konfigurator .step input{
    display: none;
}
.taschen-konfigurator .step input:checked+label{
    background-color: lightgreen;
}
.taschen-konfigurator .step li label{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.taschen-konfigurator .step li:hover label .title{
    position: absolute;
    font-size: 14px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
}
.taschen-konfigurator .steps img{
    height:50px;
    width: auto;
}
.taschen-konfigurator .steps li:hover label img{
    visibility: hidden;
}

.taschen-konfigurator .canvas .layer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.taschen-konfigurator .canvas .action{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 25px;
    padding: 4px 18px;
}