/* Brödsmulan sätts manuellt i heroytan på startsidor och den globala automatiskt genererade brödsmulan döljs */
.sv-template-startsida-om-arbetsmarknaden .cms-breadcrumb {
    display: none;
}

/* Grön puff */
.af-job-market .af-startsida-puff-green {
  background-color: #95c23e;
  padding: 1.563rem 1.25rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.af-job-market .af-startsida-puff-green a {
  color: #191919;
  font-size: 1.375rem;
}

.af-job-market .af-startsida-puff-green .subheading {
  color: #191919;
  font-size: 1.75rem;
}

/* Statistik app */
.af-job-market .af-statistics-start {
  border-top: none;
}

/* Ljus puff */
.af-job-market .af-about-us-panel-light {
  background-color: #f4f4f4;
  border: 1px solid #00005c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.563rem 1.25rem 1.25rem 1.25rem;
}

.af-job-market .af-about-us-panel-light .subheading {
  color: #00005a;
}

.af-job-market .af-about-us-panel-light a {
  font-size: 1.375rem !important;
  font-weight: 600;
  color: #00005a;
}

/* Blå puff */
.af-job-market .af-about-us-panel-blue {
  background-color: #00005a;
  border: 1px solid #00005c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.563rem 1.25rem 1.25rem 1.25rem;
}

.af-job-market .af-about-us-panel-blue .subheading {
  color: #ffffff;
}

.af-job-market .af-about-us-panel-blue a {
  font-size: 1.375rem !important;
  font-weight: 600;
  color: #ffffff;
}

/* Bildpuff blå */
.af-job-market .af-about-us-image-panel-blue p.normal {
  background-color: #00005a;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-job-market .af-about-us-image-panel-blue a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

/* Play */
.af-related-media__wrapper {
  padding: 0 0 2rem 0 !important;
}

.af-related-media__wrapper .af-related-media-text__wrapper .subheadingh4 a {
  font-size: 1.125rem !important;
}

.af-related-media {
  margin-top: calc(-1.5rem/2)!important;
}

/* Nyheter */
.cms-start-news-section .mediatype-nyhet{
   border-top: 0.625rem solid #00005a; 
}