
#kurs-daten {
    display: block;
    float: none;
    width: auto;
    height: auto;
    position: relative; /*  padding-left: 10px; padding-right: 10px; */
    margin-top: 20px;
}

.c1 {
    float: left;
    width: 150px;
    color: transparent;
}

.c2 {
    float: left;
    width: auto;
}

.show {
    color: #E53138 !important;
    font-weight: 700 !important;
}

.wrap-kdetail {
    display: block;
    clear: both;
    float: none !important;
}

#kurs td:first-child, #spalte1 {
    width: 150px;
    color: #E53138;
}

#kurs td {
    padding-top: 5px;
}

/*td#spalte1 { color: #E53138;}*/

#inhalt2 table td:first-child {
    color: #E53138 !important;
}

@media screen and  (max-width: 560px) {

    #kurs td {
        display: block !important;
    }

    #kurs td:nth-child(1) {
        padding-top: 6px;
    }

    #kurs td:nth-child(2) {
        padding-top: 1px;
    }

    .c1, .c2 {
        float: none;
        clear: both;
    }

}




