/*
    Created on : 24.02.2015, 15:07:30
    Author     : Kevin Ditscheid
*/
.tx-ep-awards .show h1{
    color: #ef7c00;
}
.tx-ep-awards .show .bodytext{
    margin-bottom: 20px;
    margin-top: 15px;
}
.tx-ep-awards .show table {
    border-collapse:separate;
    border: none;
    border-bottom: 1px solid #E5E5E5;
}
.tx-ep-awards .show table thead{
    background-color: #E5E5E5;
    color: #000;
}
.tx-ep-awards .show table th {
    font-weight:bold;
}
.tx-ep-awards .show table td {
    vertical-align:top;
}
.tx-ep-awards .show table td:first-child{
    font-weight: bold;
}
.tx-ep-awards .show table td .boxed{
    display: block;
    padding: 3%;
}
.tx-ep-awards .show {
    margin-bottom: 1.5em;
}




.tx-ep-awards-detail h3{
    font-size: 40px;
    line-height: 55px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}

.tx-ep-awards-detail .tx-ep-awards-info-list{
    list-style: none;
}
.tx-ep-awards-detail .tx-ep-awards-info-list li{
    margin-bottom: 20px;
}

.tx-ep-awards-detail .tx-ep-awards-body p{
    font-size: 16px;
}

.tx-ep-awards-detail .tx-ep-awards-footer .tx-ep-awards-categorys ul{
    list-style: none;
    flex-wrap: wrap;
}
.tx-ep-awards-detail .tx-ep-awards-footer .tx-ep-awards-categorys ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.tx-ep-awards-detail .tx-ep-awards-footer .tx-ep-awards-categorys ul li a{
    text-decoration: none;
}

.tx-ep-awards-detail .tx-ep-awards-footer .social-share{
    border: none;
}

.tx-ep-awards-detail .tx-ep-awards-body .col-xl-3 .ep-badge--yellow{
    height: 205px;
    width: 205px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* background-image: url(/typo3conf/ext/ep_template_deprl/Resources/Public/Icons/background-image-header_yellow.svg); */
}

.tx-ep-awards-detail .tx-ep-awards-socials .social-badge{
    height: 30px;
    width: 30px;
    background-color: #FFCC00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
}

.tx-ep-awards-detail .tx-ep-awards-socials .social-badge img{
    height: 15px;
    width: 15px;
}

.tx-ep-awards-detail .tx-ep-awards-socials .tx-ep-awards-social-list li{
    display:flex;
    margin-bottom: 10px;
}

.tx-ep-awards-detail .tx-ep-awards-socials .tx-ep-awards-social-list strong{
     margin-top: 3px;
     margin-right: 8px;
 }

.tx-ep-awards-detail .tx-ep-awards-socials .tx-ep-awards-social-list a{
    margin-top: 3px;
}

.tx-ep-awards-detail .tx-ep-awards-location-img {
    width: 15px;
    margin-right: 6px;
    margin-top: -4px;
}


.tx-ep-awards-detail .ep-badge--yellow:after{
    background-image: url(/typo3conf/ext/ep_awards/Resources/Public/Icons/arrow-right_black.svg);
    content: "";
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 12px;
}

.tx-ep-awards-detail .ep-badge--no-icon:after{
  display: none;
}
.text-danger {color:red !important;}
