/* Änderungen im Theme global */

/* Copyright im Footer angepasst */
footer.main-footer .copyright h6 {
    color: inherit;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/* JOB-ALERT rausnehmen */
.job-manager-single-alert-link
{
 display: none;
}

/* Counter -BEWERBUNGEN- in den Jobs rausnehmen */
.single-job-overview-detail.single-job-overview-applications
{
display: none !important;
}

/* Headerbilder im jeweiligen Job etwas heller */
section.page-header-bg::after {
background: rgba(0,0,0,.0);
}

/* Bookmark Company und Job rausnehmen und Direct-Contact */
.single-company-page .company-social .company-bookmark {
 display: none;
}
.company-private-message {
 display: none;
}
.bookmark-wrapper {
display: none;
}

/* Auf der Home Seite - Höhe der Unternehmen festelegen */
@media (min-width: 376px){
  .single-company{
height: 530px;
}}

@media (min-width: 768px){
.single-company{
height: 460px;
}}

@media (min-width: 992px){
  .single-company{
height: 500px;
}}

@media (min-width: 1200px) {
  .single-company{
height: 460px;
}}

/* Kästchen "Ähnliche Jobs" Schriftgröße geändert */
ul.job_listings .job_listing.job-grid.single_job_listing_4 .title {
 font-size:14px;
}

/* Home Bilder der Unternehmen */
.single-company-v1 .company-header {
  height:570px;
}

/* Home Bild des Jobboards */
.elementor-173 .elementor-element.elementor-element-6e7cbaa > .elementor-container {
  min-height:400px;
}

/* Header Überschrift auf dem Bid in einer Single-Job-Anzeige */
@media (min-width: 768px) {
.col-md-6 {
flex: 0 0 60%;
max-width: 60%;
}
}

/* Batch NEW within Company-Listing */
.job-type.new-job-tag,
ul.job_listings span.job-item-badge.new-job {
  background: #F27EBE !important;
}
