/*-------------------------------------------------------*\
  # Links List (Ausschreibungen-Seite "Vergabemarktplatz" und "Service BW")
\*-------------------------------------------------------*/
.links_list {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.links_list .link_element {
    margin-bottom: 20px;
}
.links_list .link_element:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.links_list a {
    color: #00697F;
    position: relative;
    padding-left: 23px;
}
.links_list a:hover,
.links_list a:hover::before {
    /*color: #ff480C !important;*/
}

.links_list a::before {
    content: "\f054";
    font-family: fontawesome;
    margin-left: 6px;
    color: #ff480C;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    left: 0;
    bottom: -2px;
}



/*************************/
/* STUDIUM UND AUSBILDUNG */
/*************************/

.studies-and-education-overview {
    margin: 0 15px;
}
.studies-and-education-list-article {
    background: white;
    border-top: 3px solid rgb(255, 72, 12);
    padding: calc(1vw + 3px) 1vw 1vw;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(157,150,147,.7);
    margin-bottom: 15px;
}
.studies-and-education-overview a:last-child .studies-and-education-list-article {
    margin-bottom: 0;
}

.studies-and-education-list-article::after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 22px;
    float: right;
    color: rgb(0, 65, 83);

    display: flex;
    position: absolute;
    right: calc(1vw + 15px);
    top: 0;
    bottom: 0;
    align-items: center;
}
.setShadow .studies-and-education-list-article .header {
    padding-right: 40px;
}
.studies-and-education-list-article span {
    color: #000;
    font-size: 20px;
}

