#tprem td:nth-of-type(2),
#tprem td.slow { display: none; }
input[type=submit].tprem {
    hyphens: revert;
    -moz-hyphens: revert;
    -o-hyphens: revert;
    -webkit-hyphens: revert;
    -ms-hyphens: revert;
    margin: 0 5px;
    background: #aed0ea;
    border-color: #aed0ea !important;
    font-size: 13px;

}
select#sel_erscheintwo {
    width:100%;
    border: 1px solid #bbb;
    padding:.75em 1em .5em 1em;
    border-radius: 5px;
    /* box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
    background-color:white;
    background-image:url(select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

select:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
#tprem td {padding: 5px .5em !important;}
#tprem td:nth-of-type(1) {
    padding: 5px 5px !important;

}
#tprem td.kopf {
    font-size: 15px !important;
}
#tprem td strong span {all: revert;}
#tprem.fnt14 td.tblau,  #tprem td.tgruen   {color: revert;font-size: 14px }
.tschwarz {color: #000; font-size: 11px;}
#tprem strong {font-weight: normal}
#tprem .fmb_paket strong {
    font-weight: bold;
    font-size: 13px;
}
#tprem.fnt14 .tblau.fmb_leistungspakete-leistungsinhalte {
    color:#ffffff;
    background-color: #5486cb;
    font-size: 15px;
}
.tpremlbl {
    display: block;
    margin: .3em 0;
    cursor: pointer;

}
.tpremlbl:nth-of-type(2) {
    margin-bottom: 1em;
}
.tpremlbl input {
    margin-right: .5em;
}