.consultantlist-astrotv .consultant {
    clear: both;
    padding-top: 1px;
    margin-top: 10px;
    height: 200px;
    width: 100%;
    border-bottom: 1px solid #E9E1DF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(233, 225, 223);
}

.consultantlist-astrotv .logoBox {
    max-width: 150px;
    padding-right: 20px;
    float: left;
}

.consultantlist-astrotv .logoBox img {
    width: 130px;
    height: 162px;
    max-height: 162px;
    object-fit: contain;
}

.consultantlist-astrotv .logoBox .status {
    background-color: #c9a346;
    text-align: center;
    font-weight: bolder;
    color: #f7fafa;
}

.consultantlist-astrotv .consultant .nameBox {
    float: left;
}

.consultantlist-astrotv .consultant .code {
    color: #000;
    font-family: "SIntony", serif;
}

.consultantlist-astrotv .consultant .code .numCode {
    font-size: 1.4em;
    font-weight: bolder;
}

.consultantlist-astrotv .consultant .starsBox {
    width: 160px;
    height: 1.5em;
    text-align: right;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
}

.consultantlist-astrotv .nameBox .name {
    font-weight: bold;
    font-family: "Sintony", bold;
    font-size: 1.7em;
    color: #b19e6e;
}

.consultantlist-astrotv .shortDescription {
    margin-top: 3em;
    font-family: "Sintony", sans-serif;
    height: 100px;
    max-height: 100px;
}

.consultantlist-astrotv .numberBox .phonenummer {
    float: left;
    font-weight: bold;
    font-size: 2em;
    color: #6a605e;
    padding-right: 1em;
}

.consultantlist-astrotv .numberBox .phoneInfo {
    font-size: 0.7em;
}

.consultantlist-astrotv .numberBox .phonenummer:before {
    content: url('/website/static/astrotv-dach/images/flags/de.png');
    position: relative;
    z-index: 1000;
    left: -5px;
    top: -2px;
}
