div#jobcenter {
    width: 100%;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 80%;
}

div#jobcenter p {
    padding-bottom: 0%;
}

div#jobcenter .space {
    height: 20px;
}

div#jobcenter .borderTopGrey {
    border-top: 1px solid grey;
    margin: 2% 0% 2% 0%;
}

/*#############################
# JOBLISTE
##############################*/


div#joblistCount {
    width: 100%;
    font-weight: bold;
    /* color: #ffffff; */
}

/* ###### Liste ###### */
div#jobcenter .joblistOuter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    width: 100%;
}

div#jobcenter .joblistOuter .space {
    height: 5px;
}


div#jobcenter .joblistOuter .jobpost {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 4px 5px 2px grey;
}

div#jobcenter .joblistOuter .jobpost input[type="radio"] {
    display: none;
}

div#jobcenter .joblistOuter .jobpost .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    flex-direction: column;
    word-break: break-all;
    padding: 5px;
}

div#jobcenter .joblistOuter .jobpost .dsc-container {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

div#jobcenter .joblistOuter .jobpost .dsc {
    display: block;
    word-wrap: break-word;
}

div#jobcenter .joblistOuter .jobpost .btn_dsc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    flex-direction: column;
    cursor: pointer;
}

div#jobcenter .joblistOuter .jobpost label .btn_dsc button:hover {
    pointer-events: none;
    background-color: #f1f1f1;
    color: #af2600;
    border-color: #af2600;
}

div#jobcenter .joblistOuter .jobpost label {
    display: flex;
    background-color: #ffffff;
    color: #af2600;
    padding: 2% 0% 2% 0%;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

/* div#jobcenter .joblistOuter .jobpost label:hover {
    background-color: #f1f1f1;
} */

div#jobcenter .joblistOuter .jobpost .content {
    display: none;
    padding: 10px;
    background-color: #f1f1f1;
}

div#jobcenter .joblistOuter .jobpost input[type="radio"]:checked + label {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div#jobcenter .joblistOuter .jobpost input[type="radio"]:checked ~ label + .content {
    width: 100%;
    display: block;
    padding: 0% 3% 3% 3%;
}

div#jobcenter .joblistOuter .jobpost input[type="radio"]:checked + label button {
    display: none;
}

div#jobcenter .joblistOuter .jobpost .content .btn_cnt {
    display: flex;
    justify-content: space-evenly;
    background-color: #f1f1f1;
    color: #af2600;
}

div#jobcenter .joblistOuter .jobpost .content .btn_cnt button:hover {
    background-color: #f1f1f1;
    color: #af2600;
    border-color: #af2600;
}

/* div#jobcenter .initiative { #Style für Link zum Initiativbewerbungsprojekt unter der Liste / nicht verwendet
    margin-top: 5px;
    text-align: right;
    padding: 5px;
} */

/* div#jobcenter .initiative:hover {
    text-decoration: underline;
} */

/*#############################
# JOBDETAIL + JOBUNSOLICITED
##############################*/


/* Darstellung Detailseite */
div#jobcenter .jdTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 200px;
    font-size: 2.5rem;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    margin: 3% 0% 3% 0%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div#jobcenter .jdTitle .logo {
    width: 30%;
}

div#jobcenter .jdTitle .svg {
    height: 100%;
    width: 30%;
    padding: 2% 1% 2% 1%;
}

div#jobcenter .jd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 100%;
}


div#jobcenter .jd .jdContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 68%;
    margin-right: 2%;
}

div#jobcenter .jd .jdSide {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: max-content;
    position: sticky;
    position: -webkit-sticky;
    top: 10%;
    width: 30%;
}

div#jobcenter .jd .jdSide .btn {
    display: flex;
    flex-direction: column;
}

div#jobcenter .jd .jdSide .btn button {
    margin: 5% 0% 5% 0%;
}

div#jobcenter .jd .sheader {
    font-size: 150%;
    font-weight: bold;
    margin: 2% 0% 2% 0%;
}

div#jobcenter .jd ul {
    list-style-type: circle !important;
    padding-left: 20px !important;
}

div#jobcenter button {
    width: auto;
    font-size: inherit;
    color: white;
    border-color: white;
    background-color: #af2600;
    padding: 15px;
    margin: 5% 0% 5% 0%;
}

div#jobcenter button:hover {
    background-color: #f1f1f1;
}

div#jobcenter iframe#JobCenter {
    width: 100%;
    height:100%;
    align-content: center;
    margin: 3% 0% 3% 0%;
}

/* li {
	list-style-type: circle;
} */


/*#############################
# Responsive Einstellungen
##############################*/

@media (max-width: 1200px) {

    div#jobcenter {
        font-size: 100%;
    }
    
    div#jobcenter .borderTopGrey {
        margin: 4% 0% 4% 0%;
    }

    /*Joblist*/
    div#jobcenter .joblistOuter .jobpost input[type="radio"]:checked + label {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 3% 3% 0% 3%;
    }

    div#jobcenter .joblistOuter .jobpost input[type="radio"]:checked ~ label + .content {
        padding: 0% 3% 3% 3%;
    }
    
    div#jobcenter .joblistOuter .jobpost .dsc-container {
        width: 100%;
    }

    div#jobcenter .joblistOuter .jobpost label {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 3%;
    }

    div#jobcenter .joblistOuter .jobpost label button {
        display: block;
        width: 100%;
        margin: 3% 0% 0% 0%;
    }

    div#jobcenter .joblistOuter .jobpost label .btn_dsc {
        display: block;
        width: 100%;
    }

    div#jobcenter .joblistOuter .jobpost .content .btn_cnt {
        display: block;
        width: 100%;
    }

    div#jobcenter .joblistOuter .jobpost .content .btn_cnt a button {
        display: block;
        width: 100%;
        margin: 3% 0% 3% 0%;
    }
    
    div#jobcenter .joblistOuter .jobpost .nbr {
        flex-wrap: nowrap;
        width: 100%;
        align-items: flex-start;
    }

/*Jobdetail*/
    div#jobcenter .jdTitle {
        flex-direction: column-reverse;
        font-size: 1.5rem;
        flex-wrap: nowrap;
        margin: initial;
        max-height: initial;
        position: initial;
        top: initial;
        background-color: initial;
        z-index: initial;
    }

    div#jobcenter .jdTitle h2{
        font-size: 150%;
        line-height: 150%;
    }

    div#jobcenter .jdTitle .logo {
        width: 100%;
        margin: 2% 0% 10% 0%;
    }

    div#jobcenter .jdTitle .svg {
        height: 100%;
        width: 100%;
        padding: 2% 1% 2% 1%;
        margin: 0% 0% 10% 0%;
    }

    div#jobcenter .jd {
        flex-direction: column;
    }


    div#jobcenter .jd .jdContainer {
        width: inherit;
        margin-right: inherit;
        margin-top: 10%;
    }

    div#jobcenter .jd .jdSide {
        position: initial;
        top: initial;
        z-index: initial;
        padding: initial;
        width: initial;
    }

    div#jobcenter .jd .jdSide .dsc p {
        margin: 0%;
    }

    div#jobcenter .jd .jdSide .btn button {
        display: block;
        width: 100%;
        margin: 2% 0% 2% 0%;
    }

    div#jobcenter .jd .sheader {
        margin: 2% 0% 5% 0%;
    }

    div#jobcenter .jd .jdSide .dsc {
        display: flex;
        flex-direction: column;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
        padding: 3% 0% 3% 0%;
        }
}