.cwiw{
    width: 100%;
    clear: both;
    float: none;
    border-color: #FFFFFF;
    /*text-align: left;*/
    background-color: white;
}
.cwiw .row{
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    height: 1500px;
    border-color: #FFFFFF;
    background-color: white;

}
.cwiw .row:before,
.cwiw .row:after{
    display: table;
    content: " ";
}

.cwiw .row .col-md-4{
    /*width: 360px;
    height: 400px;*/
    float: left;
    text-align: center;
    display: block;
    background-color: white;
    border-style: solid;
    /*border-color: #FFFFFF;*/
    border-width: 5px;
    padding: 10px;

}
.cwiw .row .col-md-4 .col-md-4-kachel{
  border-color: #FFFFFF;
}
.cwiw .row .col-md-4 .col-md-4-kachel:hover{
  -webkit-box-shadow: 1px 1px 12px 4px #666;
          box-shadow: 1px 1px 12px 4px #666;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
    border-color: #c2c2c2;
    background-color: white;
}

.cwiw .row .col-md-4 .text{
    text-align: center;
    height: 50px;
    padding-top: 0px;

}


.cwiw a:link{
    width: auto;
    height: auto;
    display: block;
    text-align: center;

}
