/*
    Created on : Apr 11, 2016, 12:13:19 PM
    Author     : alin
*/

.authorBtn {
    border: 1px solid #990000;
    border-radius: 38px;
    padding: 8px;
    text-align: left;
    letter-spacing: 0px;
    color: #990000;
    font-weight: bold;
    display: inline-block;
}
.authorBtn:hover{
    text-decoration: none;
    color: #990000;
    opacity: 0.8;
}
.authorBtnAvatar {
    height: 28px;
    width: 28px;
    background: #e3eeee;
    border-radius: 20px;
    padding: 5px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    background-size: cover;
    flex-shrink: 0;
    background-position: center;
}
.authorCard {
    top: unset;
    max-width: 300px;
    bottom: 40px;

}

.authorCard .header {
    background-color: #fff;
    padding: 15px;
}

.authorCard.highlighted .header {
    background-color: #3D3D3D;
}

.authorCard .header > h3 {
    color: #990000;
    line-height: normal;
    font-weight: bolder;
    font-size: 24px;
    border: unset;

}

.authorCard.highlighted .header > h3 {    
    color: #fff;
}
.authorCard .body {
    background-color: #fff;
    padding: 15px;
}

.authorCard.highlighted .body {
    background-color: #990000;
    color: #fff;
}

.authorIntro {
    display: flex;
    flex-direction: row;
}

.authorCard .body .authorIntro .authorBtnAvatar {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.authorCard .body .authorIntro h4 {
    color: #000;
    line-height: normal;
    align-self: center;
    margin-left: 10px;
    font-size: 18px;
}

.authorCard.highlighted .body .authorIntro h4 {
    color: #fff;
}

.authorDetails {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.authorDetails span {
    display: inline-block;
}

.authorDetails span.author-link {
    margin-top: 20px;
}

.authorCard .authorDetails span.author-name {
    color: #990000;
}

.authorCard.highlighted .authorDetails span.author-name {
    color: #fff;
}

.authorCard.highlighted > .body a {
    color: #fff;
    text-decoration: none;
}

.authorCard.highlighted > .body a:hover {
    text-decoration: underline;
}

.authorRightBtns {
    position: fixed;
    bottom: 45px;
    right: 45px;
}

.authorRightBtns .authorBtn {
    display: block;
    margin: 10px 0;
    background-color: #990000;
    color: #fff;
    padding-right: 15px;
}

.authorRightBtns .authorBtn .authorBtnAvatar {
    background-color: #fff;
}

#authorLinkButton{
    vertical-align: super;
}
#legal-relations-id, #pro-comments-id{
    display: flex;
    position: relative;
}
#link-to-expertenteil{
    font-weight: lighter;
    font-size: 14px;
    text-decoration: underline;
}
#nichtjuristen, #juristen{
    font-weight: normal;
    font-size: 15px;
    bottom: 0;
    width: 150px;
    margin-top: 30px;
    margin-bottom: 8px;
    margin-left: 8px;
}
#author-img-1{
    margin-left: 0.5%;
    transform: translateY(15px);
}
#author-img-2{
    margin-left: 0.5%;
    transform: translateY(15px);
}
#author-img-eng{
    margin-left: 0.5%;
    transform: translateY(15px);
}

@media all and (max-width: 1660px) {
    .authorRightBtns {
        display: none;
    }
}