.ext_Softgarden table {
    width: 100%;
}

.JobListDetail {
    position: relative;
}

.JobHead {
    padding: 0 5px 0 5px;
    margin: 0;
    border-bottom: 1px solid #000;
    color: #336699;
}

.JobListDetail {
    border-bottom: 1px solid #efefef;
    padding: 5px 5px;
}
.JobListDetail:hover {
    background-color: #F7F7F7;
}
.JobListDetail:nth-child(odd) {
    /* background-color: #EDF2F7; */
}

.JobHead,
.JobListDetail {
    position: relative;
    display: table;
    width: 100%;
}

.JobHead > div,
.JobListDetail > div {
    position: relative;
    display: table-cell;
    vertical-align: top;
}


.date {
    width: 10%;
    min-width: 85px;
}

.angebot {
    text-align: left;
    width: 50%;
}

#content .ext_Softgarden h1 {
    font-size: 24px;
}

#content .JobList h2 {
    font-size: 16px;
    font-weight: normal;
}

.JobDesc {
    font-size: 16px;
}

.kontakt p:first-child {
    margin-left:14px;
}


.JobListForm input[type="text"],
.JobListForm input[type="password"],
.JobListForm input[type="datetime"],
.JobListForm input[type="datetime-local"],
.JobListForm input[type="date"],
.JobListForm input[type="month"],
.JobListForm input[type="time"],
.JobListForm input[type="week"],
.JobListForm input[type="number"],
.JobListForm input[type="email"],
.JobListForm input[type="url"],
.JobListForm input[type="tel"],
.JobListForm input[type="color"],
.JobListForm input[type="search"],
.JobListForm select, .JobListForm textarea {
    border: 1px solid #D5DDE2;
    box-shadow: none;
    margin-bottom: 20px;
    transition: border linear .2s;
    padding: 5px 7px;
    width: 100%;
    clear: both;
}

.JobListForm input[type="submit"] {
    width: 100%;
}

.JobListForm > form{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.JobListForm > form:after{
    content: none;
}

.JobListForm > form > div{
    margin: 0;
}

.location {
    width: 20%;
    min-width: 150px;
}
.zielgruppe {
    width: 20%;
    min-width: 150px;
}

.clear {
    clear: both;
    padding-bottom: 25px;
}

table.JobList tr th {
    padding: 10px 1px;
    cursor: pointer;
    position: relative;
}

table.JobList tr th:after {
    content: "<>";
    position: absolute;
    right: 7px;
    opacity: 0.5;
    transform: rotate(90deg);
}

table.JobList tr th.ascending:after {
    content: "<";
    opacity: 1;
}

table.JobList tr th.descending:after {
    content: ">";
    opacity: 1;
}

table.JobList tr td {
    padding: 8px 10px 10px 1px;
}



#content ul.social-share-list{
    min-height: 65px;
    padding: 0 !important;
    margin: -5px 0 0 0;
    margin: 15px 0px 0px 0;
    list-style: none;
}

#content ul.social-share-list li{
    float: left;
    width: 39px;
    height: 39px;
    margin: 0 0 0 10px;
    background-color: var(--aColor);
    position: relative;
    border-radius: 4px;
    padding: 6px;
}

#content ul.social-share-list li:first-child{
    width: auto;
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    margin-right: -6px;
    margin-top: -1px;
}

#content ul.social-share-list li img{
    width: 25px;
    height: 25px;
}



#content ul.social-share-list li.linkedin:hover {
    background-color: #0e76a8;
}

#content ul.social-share-list li.facebook:hover {
    background-color: #3b5998;
}

#content ul.social-share-list li.twitter:hover {
    background-color: #55acee;
}

#content ul.social-share-list li.xing:hover {
    background-color: #126567;
}

#content ul.social-share-list li.whatsapp:hover {
    background-color: #009933;
}

#content .JobDesc {
    font-weight: bold;
}

#content .JobDesc ul,
#content .JobDesc p{
    font-weight: normal;
}

#content .col_4_4{
    max-width: 1640px !important;
}

.JobListDetail:nth-child(odd) {
    background-color: #EDF2F7;
}

@media screen and (max-width:1020px) {
    .JobHead > div, .JobListDetail > div.date {
        display: none ;
    }
}

@media screen and (max-width:770px) {

    .JobListDetail:nth-child(odd) {
         background-color: #EDF2F7;
    }

    #content .JobList h2 {
        font-weight: bold;
    }

    .JobHead > div, .JobListDetail > div.date {
        display: none ;
    }
    
    .JobHead > div, .JobListDetail > div {
        display: block !important;
    }
    
    .JobListDetail .angebot {
        display: block !important;
        width: 100%;
        float: none;
    }

    .JobHead th.location,
    .JobHead th.zielgruppe,
    .JobListDetail td.zielgruppe {
        display: none;
    }

    .JobListDetail td.location {
        display: block;
    }

    .JobListForm > form{
        gap: 0;
    }
}