.container-authors{
    margin-top: 70px;
    max-width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.breadcrumb-wrapper{
    margin-top: 10px;
    /* opacity: 0.4; */
}

.banner-top{
    display:flex;
    background-image:url('https://sportwettenpanda.com/wp-content/uploads/2023/04/background_gray.jpg');
    height: 127px;
}

.avatar-author{
    width: 192px;
    border-radius: 100%;
    overflow: hidden;
    margin-top: -105px;
    margin-left: 31px;
    background-color: #fff;
    padding: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.avatar-author img{
    height: 180px;
    width: 180px;
    border-radius: 100%;
    object-fit: cover;
}

.two-col{
    display: flex;
    flex-direction: column;
}

.colomn{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-section{
    padding-left: 0px;
    width: 100%;
}

.content-section h1, h2{
    margin-top: 15px;
    margin-bottom: 0px;
}
.content-section h2{
    color: #000000;
    font-size: 1.5rem;
}

.role-wrapper{
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: center;

}

.article-counter{
    display:block;
    background-color: #c8102e;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    width: max-content;
    border-radius: 30px;
    margin-top: 8px;
}

.contact-btn{
    display: block;
    border:1px solid #696969;
    color: #696969;
    padding: 6px;
    font-size: 14px;
    width: 38px;
    border-radius: 30px;
    margin-top: 8px;
    text-decoration: none;
    margin-right: 8px;
}

.role{
    display: flex;
    font-size: 18px;
    color: #bbb7b7;
    padding-top: 11px;
}

.line-seperator{
    background-color: #e9e8e8;
    height: 1px;
    margin-top:15px;
    margin-bottom: 15px;
    width: 100%;
}
.heading_underline{
    border-bottom: 2px solid #c8102e;
    padding-bottom: 4px;
    width: max-content;
    margin-bottom:13px;
}

.articles-grid{
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 15px;
    width: 100%;
}
.authors-grid{
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 15px;
    width: 100%;   
}
.article{
    opacity:1;
    width: 100%;
    padding: 8px;
    border: 1px solid #e9e8e8;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: opacity 1s;
}

.author-grid-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity:1;
    width: 100%;
    padding: 8px;
    border: 1px solid #e9e8e8;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: opacity 1s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.author-grid-card p{
    font-size: 12px;
}

.author-name{
    font-size: 24px;
    color:#c8102e;
    margin-top:15px;
}

.author-picture{
    width: 180px;
    height: 180px;
    padding: 8px;
    border: 2px solid #c8102e;
    object-fit: cover;
    border-radius: 100px;
}

.article:hover{
    opacity: 0.6;
}
.article img{
    height:146px;           
    width: 100%;
    object-fit: cover;
}
.article-info{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}
.article-info span{
    font-size: 15px;
    font-weight: bold;
}
.publish-date{
    margin-left: auto;
    color: #bbb7b7;
    font-weight: 100!important;
}
.contact-wrapper{
    display: flex;
    flex-direction: row;
}
.mail-btn{
   
    border-color: #ff7100;  
}
.mail-btn svg{
    fill: #ff7100;
    position: relative;
    left:3px;
}
.role > a {
    height: 35px;
    width: 35px;
    display: flex;
    border: 1px solid #000;
    margin-right: 8px;
    padding: 1px;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
}
.role > a > svg {
    position: relative;
    left: 6px;
}
.linkedin-btn{
    border-color: #006eff;  
}
.linkedin-btn svg{
    fill: #006eff;
}
.xing-btn{
    border-color: #2da917 !important;  
}
.xing-btn svg{
    fill: #2da917;
    position: relative;
    left: 5px;
}
.xing-btn-all-authors{
    border-color: #000000 !important;
}
.xing-btn-all-authors svg{
    fill: #000000;
    position: relative;
    left: 5px;
}
.role{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contact-icon{
    margin-right: 12px;
}

.author-cta {
    display: flex;
    color: #fff;
    background-color: #c8102e;
    padding: 9px 16px;
    border-radius: 10px;
    border: 3px solid #fbb0bc;
    margin-top: 15px;
}
.author-cta:hover {
    color: #fff;
}
.author-title{
    color: #cbcbcb;
}
.author-grid-card > span{
    font-weight: 600;
}
.author-card-wrapper{
    width:100%;
    /*height:280px;*/
    padding:10px;
    border-radius:30px;
    overflow: hidden;
    display:flex;
    flex-direction: row;
    background-image:url('https://sportwettenpanda.com/wp-content/uploads/2023/04/background_gray.jpg');
    margin-bottom: 22px;
}
.author-name{
    font-size: 32px;
    font-weight: 600;
    margin-left: 25px;
    text-decoration: none;
}
.author-name:hover{
    color:#c8102e;
}
.card-author-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 0px 14px 0px;
}
.card-author-info > hr{
    width: 100%;
}
.author-card-aditionalInfo{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.author-card-aditionalInfo > .role-text{
    font-size: 21px;
    font-weight: 600;
    margin-left: 25px;
    margin-top: 14px;
}
.author-card-aditionalInfo > .profile-text{
    /* font-size: 21px; */
    margin-left: 25px;
    /* margin-top: 14px; */
}
.author-card-aditionalInfo > .contact-wrapper{
    margin-left: auto;
}
.author-card-wrapper > a > .author-picture{
    height: 150px;
    width: 150px;
}
.pagination-author-page {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: 70px;
}
.pagination-author-page span {
    font-weight: bold;
    background-color: #c8102e;
    padding: 12px;
    border-radius: 38px;
    margin: 5px;
    color: white;
}
.pagination-author-page a {
    font-weight: bold;
    background-color: #c8102e;
    padding: 12px;
    border-radius: 38px;
    margin-right: 5px;
    color: white;
    text-decoration: none;
}

.author-seperator{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.author-seperator> a >img {
    height: 46px;
    width: 46px;
    object-fit: cover;
    border-radius: 58px;
    margin-right: 8px;
    padding: 3px;
    border: 1px solid #c8102e;
}
.author-inf{    
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100 !important;
}
/* .author-inf > p {
    font-weight: 700;
} */
.author-inf > p > a{
    color: #c8102e !important;
}
.author-inf > p > span.symbol-seperator:first{
    font-weight: 700;
}
.author-prof-font{
    font-weight: 700;
}
@media only screen and (min-width: 1024px) {
    .two-col{
        flex-direction: row;
    }
    .colomn{
        align-items: flex-start;
    }

    .content-section{
        padding-left: 20px;
    }
    .role-wrapper {
        flex-direction: row;
    }
    .contact-btn{
        margin-left: 8px;
        margin-right: 4px; 
        margin-bottom: 4px;
    }
    .role{
        margin-right: 15px;
    }
    .article{
        width: 30%; 
    }
    .article img{
        height: 171px;
    }
}

@media only screen and (min-width: 768px) {
    .article{
        width: 28%;
    }
}

@media only screen and (min-width: 537px) and (max-width:1023px)  {
    .author-grid-card{
        width: 48%;
    }
}

@media only screen and (max-width:557px){
    .author-card-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .card-author-info{
        align-items: center;
    }
    .author-card-aditionalInfo {
        flex-direction: column;
        align-items: center;
        padding: 8px;
    }
    .contact-wrapper {
        margin-left: unset!important;
        margin-top: 15px;
    }
    .author-name{
        margin-left: 0px;
    }
    .author-card-aditionalInfo > .role-text {
        margin-left: 0px;
    }
    .avatar-author {
        margin-left: 0px;
    }
    .pagination-author-page > span{
        padding: 5px;
        margin: 2px;
    }
    .pagination-author-page a{
        padding: 5px;
        margin: 2px;
    }
    /* .author-seperator{
        border: 1px solid #c8102e;
        padding: 7px;
        border-radius: 10px;
    } */
}

@media only screen and (min-width:1024px){
        .author-grid-card {
            width: 32%;
        }
}