div#jobcenter {
    width: 100%;
    font-family: Arial !important;
    /* font-size: 10pt;
    color: black; */
}

/*#############################
# JOBLISTE
##############################*/

/* ###### Suche ###### */

div#jobcenter .sucheOuter {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: rgba(223, 220, 213, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 1px solid #A3A3A3; */
    border: none;
}

div#jobcenter .sucheInner {
    width: 90%;
    margin: auto;
}

div#jobcenter .sucheInner .row1 select, 
div#jobcenter .sucheInner .row1 input {
    height: 40px;
    width: 100% !important;
    font-size: 20px;
}

div#jobcenter .sucheInner .row1 div {
    float: left;
    text-align: left;
    margin-right: 10px;
    width: 31%;
}

div#jobcenter .sucheInner .row2 {
    width: 96%;
    padding-top: 5px;
    clear: both;
}

div#jobcenter .sucheInner .row2 .left {
    float: left;
    text-align: left;
    width: 50%;
    font-weight: bold;
}

div#jobcenter .sucheInner .row2 .right {
    float: left;
    text-align: right;
    width: 50%;
}

div#jobcenter .sucheInner .row2 .right input {
    width: auto;
    border: 2px solid black;
    background-color: white;
    color: black;
    font-weight: normal;
    margin-right: 5px;
}

div#jobcenter .sucheInner .row2 .right input:hover {
    background-color: #d1d4da;
}

/* ###################################################### */

/* ###### Liste ###### */
div#jobcenter .joblistOuter {
    width: 100%;
    display: table;
    /* border-collapse: collapse; */
    border: none;
}

div#jobcenter .joblistOuter .joblistHeader {
    display: table-row;
    width: 100%;
    font-weight: bold;
}

div#jobcenter .joblistOuter .joblistItemEven {
    display: table-row;
    cursor: pointer;
    width: 100%;
    background-color: rgba(223, 220, 213, 0.55);
    /* border: 1px solid #A3A3A3; */
    border: none;
}

div#jobcenter .joblistOuter .joblistItemUneven {
    display: table-row;
    cursor: pointer;
    width: 100%;
    background-color: rgb(247, 247, 247);
    /* border: 1px solid #A3A3A3; */
    border: none;
}

div#jobcenter .joblistOuter .joblistItemEven:hover, 
div#jobcenter .joblistOuter .joblistItemUneven:hover {
    background-color: #d1d4da;
}

div#jobcenter .joblistOuter .space {
    height: 5px;
}

div#jobcenter .joblistOuter .sb {
    padding: 5px;
    display: table-cell;
    width: 40%;
}

div#jobcenter .joblistOuter .br {
    padding: 5px;
    display: table-cell;
    width: 30%;
}

div#jobcenter .joblistOuter .bl {
    padding: 5px;
    display: table-cell;
    width: 30%;
}

div#jobcenter .initiative {
    margin-top: 5px;
    text-align: right;
    padding: 5px;
}

div#jobcenter .initiative:hover {
    text-decoration: underline;
}

/*#############################
# JOBDETAIL + JOBUNSOLICITED
##############################*/

div#jobcenter button {
    width: auto;
}

/* Darstellung Detailseite */
div#jobcenter .jdTitle {
    font-size: 227%;
    /* line-height: 50px; */
    /* text-decoration: underline; */
    margin-bottom: 5px;
}

div#jobcenter .sheader {
    font-size: 150%;
    /* text-decoration: underline; */
    margin-bottom: 5px;
}

div#jobcenter .borderTopGrey {
    border-top: 1px solid grey;
}

div#jobcenter ul {
    list-style-type: circle !important;
    padding-left: 20px !important;
}

div#jobcenter button {
    border: 2px solid black;
    background-color: white;
    color: black;
    font-weight: normal;
    font-size: 10pt;
}

div#jobcenter button:hover {
    background-color: #d1d4da;
}

iframe {
    width: 100%;
    height: 100%;
}

/* li {
	list-style-type: circle;
} */
