/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.blog-telefon #fomenu {display:none}

#loginform p label {width: 100px; text-align: right; margin-right: 1rem}
#loginform .login-username input {width:400px}
#loginform .login-password input {width:400px}
#loginform .login-remember label {width:170px}


div.tel-results .desc {line-height: 1em;}
div.tel-results .desc span {font-size: smaller ; font-variant: small-caps ;}
div.tel-results .desc em {font-size: small ; font-weight: bold ;}

div.tel-results .result-line {
    border-top: 1px solid #DFE3E6 ;
}
div.tel-results .separator-line,
div.tel-results .group-line{
    position: relative;
    font-size: 15px;
    line-height: 23px;
}

div.tel-results  .separator-line:before {
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    height: 10px;
    width: 100%;
    background-color: #4E83A8;
}
div.tel-results .group-line:before {
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    height: 10px;
    width: 100%;
    background-color: #DFE3E6;
}
div.tel-results .separator-line .col span,
div.tel-results .group-line .col span{
    padding: 0 1rem;
    height: 100%;
    display: inline-block;
    background-color: white;
}
div.tel-results .emp-leader .emp-name {
    font-weight: bold ;
}
div.tel-results .result-line .placeholder {
    width: 110px;
    height: 100%;
    float: left ;
}

div.tel-results .result-line .result-line-content {
    width: calc(100% - 110px);
}
div.tel-results .result-line .portre {
    width: 110px;
    height: 110px ;
    background-position: center center ;
    background-size: cover ;
}
div.tel-results .result-line .no-portre {
    width: 110px;
    height: 1em;
}
div.tel-results .emp-phone {
    font-size: 16px;
    line-height: 1.2em;
    display: block;
    margin-top: 0.3rem;
}
div.tel-results .emp-phone .fa {
    margin-right: 0.5em ;
    color: #4E83A8;
}
div.tel-results .honlap:hover {
    background-color: transparent ;
    color: initial ;
}
