/*
You can add your own CSS here. Click the help icon above to learn more.
*/

.nav-item-member-profile > a > span.profile-name {
    display: none;
  }
    
/* Einstellungen Schrift und Größe für Menü */
.container-boxed .navbar-nav li > a {
font-family: "Roboto Slab",sans-serif !important;
font-size: 13px;
  }

/* Einstellungen für gesamt Body */
body {
 font-weight:normal;
}

/* gelbe Farbe rausgenommen */
b {
color: #44494b !important;
  }

/* Social Media Buttons Farbe gewechselt */
.job-social a.noo-icon {
/* background-color: #44494b; */
background-color: #95c8c9;
  }
    
/* Seite ALLE JOBS Boxen und Überschriften Tätigkeitsfelder und Arbeitsorte feinjustiert */ 
.control-label {
     margin-bottom: 0px;
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
     letter-spacing: 0.5px;
     font-family: 'Roboto Slab', sans-serif !important;
   }
    
/* Seite ALLE JOBS Überschrift WAS? feinjustiert */
.noo-heading-search {
font-family: 'Roboto Slab', sans-serif !important;
font-weight: 600;
letter-spacing: 0px;
   }
    
/* Seite ALLE JOBS Button Suchen feinjustiert */
.noo-heading-search .noo-btn-search {
        line-height: 38px;
        padding: 0 20px;
        margin-top: 4px;
        width: 100%;
   }
    
/* MAP und Region aus Arbeitgeber rausgenommen */
.single-job-location {
        display:none;
   }

/* Views aus Arbeitgeber rausgenommen */
.count {
        display:none;
   }
   
/* Views aus Jobs rausgenommen */
.noo-page-heading .page-title .count{
        display:none;
   }
   
/* Feed Button aus Companies raugenommen */
.noo-feed-button {
        display:none;
   }

/* Headerbildhöhe bei JOBS und ALLE JOBS angepasst */
.noo-page-heading {
	padding: 140px 0;
    }

/* Parallax Problem beim IPAD behoben das Bild wird nicht mehr rausgezoomt */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
	.noo-page-heading .parallax {
background-attachment:scroll !important;}
	  }

/* Parallax Problem beim IPhone behoben das Bild wird nicht mehr rausgezoomt */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px){
	.noo-page-heading .parallax {
background-attachment:scroll !important;}
	  }

/* Nach Oben scrollen Button etwas dunkler gemacht */    
a.go-to-top, a.go-to-top:hover a.go-to-top:focus {
    background-color: rgba(0, 0, 0, 0.55) !important;
    border-radius: 10px !important;
    }

/* Liste der Einzeljobs bei Mausover wechselt die Farbe */
.jobs article:hover {
    cursor: pointer;
    background: #817f80 !important;
    }

/* Farbe im Footer angepasst Katialo grau */
.colophon.wigetized {
	font-family: 'Roboto', sans-serif;	
    background:#817f80 !important;
    }
.colophon.site-info .footer-more{
	font-family: 'Roboto', sans-serif;	
    background:#817f80 !important;
    color: #FFF !important;
    }
    
/* Feed aus Joblisting rausnehmen */    
a.noo-type-btn:nth-child(4) {
    display: none !important;
    }
    
.noo-page-heading::before {
  background: rgba(0, 0, 0, 0.25);
    } 
    
/*Home Seite Jobsuche zentriert */
.noo-job-search-wrapper .job-advanced-search.center {
  margin: 0 auto;
    }
    
/*Header auf Seite Job Posten */
.noo-blog-name-sticky{
    font-family: "Roboto Slab",sans-serif !important;
  	font-size: 14px;
    }

/* Überschrift der Seite über Suchfunktion */
.post-type-archive-noo_job .page-title ~ .noo-heading-search{
	margin-top:10px;
    }
.page-title{
top: -40px;
    }

/* Social Media Buttons-Farbe in Single-Job angepasst */
.job-social .noo-icon:hover {
background: #1da1f2;
color: #fff;
    }

/* Social Media Buttons-Farbe in Company angepasst */
/* Header */
.noo-icon.fab.fa-envelope{
background-color: #95c8c9;
    }
.noo-icon.fab.fa-youtube{
background: #c4302b;
    }
.noo-icon.fab.fa-xing{
background: #126567;
    }
    
/* Social Media Buttons-Farbe in Company angepasst */    
/* Seitenleiste */ 
.company-social a.fa-youtube {
background: #c4302b;
    }
.company-social a.fa-xing {
background: #126567;
    }
.company-social a.fa-envelope {
background: #95c8c9;
    }
    
/* Grid-Job-Listing bei IPAD Auflösung angepasst */    
@media (max-width: 991px) {
	.noo-job-grid2 .noo-job-item .job-date-ago {
		float: none;
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 8px;
		display: block;
		font-size: .8em;}
    }
@media (max-width: 991px) {
	.noo-job-grid2 .noo-job-item h3{
		width: auto;}
    }
@media (min-width: 991px) {
.loop-item-title{
  padding-right: 0.9375em;}
    }