/*
 Theme Name:     Divi Child Theme
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Maja Benke
 Author URI:     https://wp1x1.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/*
General Styles
 --------------------------------------------------*/


h1.entry-title {
    font-family:"Proza Libre", Helvetica, Arial, Lucida, sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.7;
    line-height: 52.5px;
}

h5, h5.detail-block-title {
    font-weight: 700;
}

p, p.job_description,
ul, ol,
.detail-block-description {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 25.6px;
    color: #000;
}

 .single-job_listing .entry-content a {
     border-bottom: #0f7173 dashed 1px;
 }

.entry-content a:hover {
    border-bottom: #0f7173 solid 1px;
}


.container.clearfix.et_menu_container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}


@media (min-width: 981px) {
    #main-content .container:before {
        display: none;
    }
}

/*
Single Job Listing Template
 --------------------------------------------------*/
.single-job_listing .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0 !important;
}

.single-job_listing .et_post_meta_wrapper {
    background-color: #e7ecef!important;
    /*padding-top: 60px;*/
}

.single-job_listing h1 {
    max-width: 1080px;
    width: 70%;
    padding-top: 60px;
}

p.post-meta {
    display: none;
}
.single-job_listing .bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDVweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 105px;
    bottom: 0;
    height: 20px;
    z-index: 1;
    transform: rotateY(180deg);
    width: 100%;
}

.single-job_listing .job-listing-top {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding-bottom: 25px;
}

.single-job_listing .entry-content {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.single-job_listing .footer#main-footer {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.single_job_listing .meta li {
    color: #000;
}

div#jmfe-wrap-job_branche {
    color: #000;
    padding-right: 10px;
    font-size: 14px;
}

.single_job_listing .meta .job-type {
    color: #fff;
    background-color: #143542;
}

.job-manager .job-type, .job-types .job-type, .job_listing .job-type {
    color: #143542;
}

.rp4wp-related-job_listing>ul li.job_listing a div.location,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,
ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location,
li.date {
    color: #333;
}

.et_post_meta_wrapper img {
    display: none;
}


/*branchen*/

.single-job_listing div#jmfe-wrap-job_branche {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
}

.single-job_listing div#jmfe-wrap-job_branche-multi-label {
    width: auto;
    float: left;
}

.single-job_listing div#jmfe-custom-job_branche {
    float: left;
    margin: 0 5px;
    vertical-align: baseline;
}



/*
Job List Search View
 ------------------------------*/

.position h3 {
    font-weight: 700;
    color: #000;
}

.job_listing strong#jmfe-label-job_branche {
    display: none;
}


/*Footer*/
/*
.et_pb_section.et_pb_section_14.et_pb_with_background.et_section_regular,
.et_pb_section.et_pb_section_8.et_pb_with_background.et_section_regular,
.et_pb_section_12.et_pb_section,
.et_pb_section_11.et_pb_section,
.et_pb_section_5.et_pb_section {
    display: none;
}*/

/*.et_pb_text_inner p {
    color: #fff !important;
}*/

.job-listing-footer {
    padding-top: 5px;
    padding-bottom: 6px;
    background-color: #0b0a0a !important;

}

p.Copyright {
    color: #fff;
    text-align: center;
    padding-top: 12px!important;
    padding-bottom: 25px!important;
}

p.Copyright a {
    color: #fff;
}