

#customerslider {
    height: 100%;
    overflow: scroll;
    position: relative;
    /*padding: 0 20px ;*/
    padding: 0 ;
    background-color: #eee;
}

#customerslider .viewport {
    width: 100%; 
    height: 95%; 
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#customerslider .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#customerslider .next {
    right: 0;
    left: auto;
    top: 50%;
}

#customerslider .buttons:hover {
    color: #C01313;
    background: #fff;
}

#customerslider .disable {
    visibility: hidden;
}

#customerslider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

 .khead{
     height: 40px;
     font-size: 12px;
     font-weight: bold;
     padding: 5px;
     
 }
 .kundenlink{
     width: 100px;
     display: block;
     float: left;
     
 }
 
.kundenlink{
    display: block;
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}

 
 .kundennamelink{
     display: block;
     position: relative;
     float:left;
     font-size: 1.1em;
     color: #333;
     font-weight: bold;
     margin-left: 10px;
     text-decoration: none;
 }
 
 .domainlink{
     display: block;
     float:left;
     color: #333;
     text-decoration: none;
     overflow: hidden;
     text-wrap: nowrap;
     width: 100%;
 }
 
 .domainlink:hover{
     color: #007bb6;
 }
 
 .dmitem{
     overflow: hidden;
 }
 
 .domainlink.active{
     /*font-size: 1.4em;*/
     font-weight: bold;
/*     color: #933;*/
     color: #007bb6;
     margin: 0;
 }
 .domainlist{
     margin-left: 20px;
     margin-right: 10px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     background-color: #ddd;
 }
 .domainlist li{
     border-bottom-width: 3px;
     border-radius: 5px;
 }