﻿/*
@media screen and (-ms-high-contrast: none) {
  IE10+ CSS styles go here
} 
*/

/* -------------------------------------------------------- */

/* CSS FOR THE NEW ADECCO SITE
/*
/* CREATED BY MHER AVETIAN (mher.avetian@adeccogroup.com)
/* EMAIL ME BEFORE DOING ANY CHANGES
/*
/* BASED ON BOOTSTRAP 3.3.7
/* -------------------------------------------------------- */

/* Det jag sparat från tidigare bundle */
html{
  overflow-x: hidden;
}

a{
  outline: none !important;
}

cite {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: normal;
  color: #000;
}


.lediga-jobb .panel{
  background: none;
}

@media (max-width: 360px) {
  .single-job h2{
    width: calc(100% - 0px);
  }
}

@media (min-width: 320px) and (max-width: 767px){
  .job-wide .single-job h2 {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    overflow-wrap: hyphenate-word;
    hyphens: overflow;
    -webkit-hyphens: overflow;
    -moz-hyphens: overflow;
    -ms-hyphens: overflow;
    hyphens: overflow;
  }
  .nav-container .primary-links .nav a{
    border: none;
  } 
}

.addthis-smartlayers {
  display: block;
}
/*INC7251458*/
@media  (max-width: 767px){
  .saved__jobs--cards .jobs-2 .job {
    width: calc( 100% - 30px);
  }
  .saved__jobs--cards .jobs .job__info--save .shortlisted, 
  .saved__jobs--cards .jobs .job__info--save .sortlist-link {
    padding: 0;
  }
}

/* SLUT PÅ DET JAG SPARAT FRÅN BUNDLE */


/* Add icon to external links */
a[target="_blank"]:not([href*='adecco.se']):not([href*='adeccogroup.com']):not([href*='cm-adecco-se.adecco.net']):not([href*='facebook.com']):not([href*='linkedin.com']):not([href*='instagram.com']):not([href*='twitter.com']):not([href^='#']):not([href^='/']):not([href^='../']):not([href^='tel:']):not([href^='mailto:'])[href]:after {
  font-family: 'FontAwesome';
  content: " \f08e";
  font-size: 9px;
  vertical-align: top;
  margin-right: 2px;
}

/* BOOTSTRAP AND ADECCO EDITS */
*:focus {
  outline: none !important;
}

.no-gutter {
  margin-right:0 !important;
  margin-left:0 !important;
}
.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body {
  font-family: 'Lato', sans-serif !important;
  background-color: #f5f7f7 !important;
}
button, input, select, textarea {
  font-family: 'Lato', sans-serif !important;
}
.spotlight-container .panel {
  padding: 0 !important;
}
img {
  max-width: 100%;
}
.big_banner-container {
  display: block !important;
}
#my_nav {
  position: relative !important;
}

/* HEADERS */

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Nunito', sans-serif !important;
  line-height: normal !important;
  color: #da291c;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

/* Large devices >1199px */

h1,
.h1 {
  font-size: 72px;
}

h2,
.h2 {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 22px !important;
}

/* Medium-Large devices <1199px */

@media (max-width: 1199px) {
  
  h1,
  .h1 {
    font-size: 50px;
  }
  
  h2,
  .h2 {
    font-size: 40px;
  }
  
  h3,
  .h3 {
    font-size: 30px;
  }
  
  h4,
  .h4 {
    font-size: 24px;
  }
  
  h5,
  .h5 {
    font-size: 20px;
  }
}

/*Medium devices <992px */

@media (max-width: 991px) {
  
  h1,
  .h1 {
    font-size: 40px;
  }
  
  h2,
  .h2 {
    font-size: 30px;
  }
  
  h3,
  .h3 {
    font-size: 24px;
  }
  
  h4,
  .h4 {
    font-size: 20px;
  }
  
  h5,
  .h5 {
    font-size: 18px;
  }
}

/* Small devices <768px */

@media (max-width: 767px) {
  
  
  h1,
  .h1 {
    font-size: 30px;
  }
  
  h2,
  .h2 {
    font-size: 27px;
  }
  
  h3,
  .h3 {
    font-size: 24px;
  }
  
  h4,
  .h4 {
    font-size: 20px;
  }
  
  h5,
  .h5 {
    font-size: 18px;
  }
}

/* Extra small devices <450px */

@media (max-width: 449px) {
  
  h1,
  .h1 {
    font-size: 27px !important;
  }
  
  h2,
  .h2 {
    font-size: 23px !important;
  }
  
  h3,
  .h3 {
    font-size: 20px !important;
  }
  
  h4,
  .h4 {
    font-size: 18px !important;
  }
  
  h5,
  .h5 {
    font-size: 16px !important;
  }
}

/* END OF HEADERS */

.container-body {
  padding-top: 0px !important;
}

@media (min-width: 1200px) {
  .col-lg-offset-2 {
    margin-left: 16.66666667% !important;
  }
}

.modal {
  overflow-y: auto !important;
}

.modal-open {
  overflow: auto  !important;
  padding-right: 0px !important;
}

.modal-content {
  border-radius: 0px  !important;
  border: none  !important;
}

/* EDITS FOR LEDIGA JOBB & & JOB DETAILS & SPARADE JOBB */

#new-JobsThreeBlocks {
  margin: 0px 0px 0px 0;
}
#new-JobsThreeBlocks h2,
#new-JobsThreeBlocks h3 {
  font-size: 25px;
  line-height: normal;
  margin: 0 0 20px 0;
}

#new-JobsThreeBlocks p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

#new-JobsThreeBlocks a {
  margin-top: 17px;
}

#new-JobsThreeBlocks>.row>div>div {
  background-color: white;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 20px;
  margin-bottom: 15px;
  min-height: 281px;
}

#new-JobsThreeBlocks .mob-show input {
  height: 50px;
  padding-left: 15px;
  border: 1px solid #d4cece;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}

#new-JobsThreeBlocks #new-QuickSearchButton {
  margin-top: 1px;
  position: relative;
}

@media (max-width: 1199px) {
  #new-JobsThreeBlocks .mob-show input {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  #new-JobsThreeBlocks .mob-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  #new-JobsThreeBlocks .desk-hide {
    display: none;
  }
}
#new-JobsThreeBlocks #new-QuickSearchButton:hover {
  cursor: pointer;
}

#new-JobsThreeBlocks #new-QuickSearchButton i {
  position: absolute;
  right: 16px;
  top: 20px;
}

form[action*="/lediga-jobb"] .container-body {
  background: #f5f7f7;
}

#jobResponse .job-result .job-wide .panel-header h1 {
  font-size: 20px !important;
}

.faceted-search {
  margin: 25px -15px 20px -15px !important;
  border: 1px solid #f4f3f3;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  padding: 20px 11px 0 11px;
}

#body_3_contentcolumn_0_Facet_sortFacetElement {
  display: none;
}

.facets .dropdown .facet__label--container .facet__label {
  display: none;
}

.facets .dropdown--label:after,
.facets .facet__button:after {
  top: 21px;
}

.facets .facet__button {
  border: 1px solid #d4cece;
}

.facets .dropdown {
  box-shadow: none;
  margin: 7px 0;
}

.faceted-search .tag--default {
  margin: 0px 10px 5px 0px;
  display: inline-block;
}

.facets .dropdown .facet__label--container .facet__refresh {
  display: none;
}

.job-results-options {
  margin: 0 -15px 0px -15px;
}

select#ddlpageList {
  -webkit-appearance: menulist;
  color: black;
  margin: 0 10px;
}

.pagination {
  margin: 20px -16px;
}

.pagination>li>a {
  color: black;
}

.single-job {
  position: relative;
  margin: 20px -30px;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
}

.single-job h2 {
  font-family: 'Nunito', sans-serif !important;
}

@media (max-width: 767px) {
  .single-job h2 {
    font-size: 20px;
  }
}

.single-job .job--meta {
  border-bottom: 0;
}

.single-job .button-container .btn {
  border-top: 1px solid #efefef;
}

.job-card__footer a:hover,
.job-card__footer a:focus,
.single-job .button-container .btn:hover,
.single-job .button-container .btn:focus {
  transition: all 0.5s ease;
  border-radius: 0px;
  animation: unset;
  background: unset;
  background-size: unset;
  background-color: #ff3223;
  color: #fff;
  -ms-background-color: unset;
  text-decoration: none;
}

.saved__jobs {
  background: none;
  padding: 15px 0px !important;
}

#dvSavedJobs .page__title {
  display: none;
}

.saved__jobs .job-card,
.jobs .job {
  position: relative;
  margin: 15px 15px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
}

.saved__jobs .jobs .job .job__info--name {
  font-size: 22px;
  padding-right: 5px;
}

.saved__jobs .jobs .job__info--save {
  padding: 10px 0px 0 0;
}

.btn {
  font-family: unset;
}

@media (min-width: 767px) {
  .faceted-search>div:nth-child(3) {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .faceted-search>div:nth-child(3)>div {
    width: 33%;
    margin: 0 10px;
  }
}

.new-BackToJobs {
  background-color: white;
  margin-top: 60px;
}

.new-BackToJobs p {
  margin: 60px auto 0 auto;
  font-size: 30px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-BackToJobs a {
  margin: 60px auto;
  max-width: 300px;
}

@media (max-width: 500px) {
  .new-BackToJobs p {
    font-size: 23px;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  .job-result .job-wide .card__info--save {
    padding: 15px 8px;
  }
}

#email-jobs .modal-content {
  background-color: #f9f9f9;
}

#email-jobs .close {
  font-size: 45px;
  color: black;
  opacity: 1;
}

#email-jobs .form__control {
  padding: 4px 0;
}

#email-jobs .form__label {
  font-family: Lato;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}

#email-jobs .form__element {
  height: 50px;
  font-size: 18px;
  margin-bottom: 13px;
}

#email-jobs #jobAlertTerms {
  width: 30px;
  height: 30px;
  position: static;
}

#email-jobs #jobAlertTerms:hover {
  cursor: pointer;
}

#email-jobs .checkbox span[for="jobAlertTerms"] {
  font-size: 18px;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
}

#email-jobs .checkbox span[for="jobAlertTerms"] a {
  color: #00a9e0;
}

#email-jobs .checkbox .error {
  display: inline;
  position: absolute;
  top: 38px;
  left: 0;
}

#email-jobs .checkbox {
  margin-bottom: 35px;
}

#email-jobs .wb-captchaLabel {
  font-size: 16px;
}

#email-jobs #btnJobAlertClose {
  display: none;
}

#email-jobs #btnJobAlertConfirm {
  width: 100%;
  max-width: 297px;
  height: 60px;
  border-radius: 4px;
  background-color: #da291c;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: 1.7px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: auto;
  display: block;
}

#email-jobs #btnJobAlertConfirm:hover {
  background-color: #ff3223;
  transition: all 1s;
}

@media (min-width: 768px) {
  #email-jobs .modal-dialog {
    width: 700px;
  }
  
  #email-jobs .modal-content {
    padding: 20px 60px;
  }
}

@media (max-width: 767px) {
  #email-jobs .modal-content {
    padding: 20px 0px;
  }
  
  #email-jobs .checkbox span[for="jobAlertTerms"] {
    font-size: 16px;
  }
  
  #email-jobs #jobAlertTerms {
    width: 21px;
    height: 49px;
  }
  
  #email-jobs .checkbox .error {
    top: 63px;
    left: 30px;
  }
}

@media screen and (max-width: 455px) {
  
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.71);
    -webkit-transform: scale(0.71);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* JOB DETAILS */

.job-full .panel-body,
a.bottom-spacing {
  border: 0;
  font-family: 'Nunito', sans-serif !important;
}

a[id*=hypBacktoResults]:before {
  content: "";
}
a[id*=hypBacktoResults] {
  display: inline-block;
}
a[id*=hypBacktoResults]:focus {
  box-shadow: none;
}
.box.job-full {
  background-color: white;
  padding: 20px 20px 0px 20px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.job-full h1 {
  font-size: 40px;
}

.job-full .list-unstyled.text-muted .media-body {
  font-family: 'Nunito', sans-serif !important;
}

.job--task-specifics {
  margin-top: 50px;
  padding-left: 0;
}

.job--task-specifics p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 35px;
  font-family: 'Nunito', sans-serif !important;
}

.job--task-specifics p strong {
  font-family: 'Nunito', sans-serif !important;
  font-size: 23px;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 767px) {
  .job-detail-list li {
    margin: 0;
  }
  
  .job-full .job-details .media-body,
  .job-full .list-unstyled.text-muted .media-body {
    font-size: 20px;
    line-height: 17px;
  }
}

/* END OF EDITS FOR JOBS */

/* END OF BOOTSTRAP & ADECCO EDITS */

/*---- HEADER & FOOTER -----*/

#new-NavBar {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 80px;
  height: fit-content;
  background-color: white;
  z-index: 100;
  border-bottom: 1px solid #d1cdc9;
}

#new-NavBar img {
  height: auto;
  max-height: 32px;
  margin: 25px 0px 22px 0px;
}

#new-ToggleNav {
  z-index: 101;
  border-radius: 5px;
  font-size: 24px;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  padding: 18px 20px;
}

#new-NavLinks {
  font-family: 'Nunito', sans-serif !important;
  margin: 0px -15px 0px 20px;
  text-align: center;
  z-index: 100;
}

#new-NavLinks a {
  color: black;
  font-size: 18px;
  padding: 32px 15px 26px 10px;
}

#new-NavLinks a:hover {
  color: #da291c;
}

#new-NavLinks .active {
  font-weight: bold;
  color: #da291c;
  border-bottom: 2px solid #da291c;
  padding-bottom: 24px;
}

#new-SubNavBar {
  position: fixed;
  top: 103px;
  width: 100%;
  height: 50px;
  max-height: 50px;
  background-color: #f4f3f3;
  z-index: 90;
  border-bottom: 1px solid #d1cdc9;
}

#new-SubNavBar #title {
  display: none;
  z-index: 91;
  font-weight: bold;
  padding: 14px 0px;
  color: #231f20;
}

#new-ToggleSubNav {
  z-index: 91;
  font-size: 29px;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  padding: 10px 15px;
  border-left: 1px solid #d1cdc9;
}

#new-SubNavLinks {
  font-family: 'Nunito', sans-serif !important;
  margin: 0px 23px 0px 20px;
  text-align: center;
  z-index: 90;
}

#new-SubNavLinks a {
  color: black;
  font-size: 16px;
  padding: 12px 15px 12px 10px;
}

#new-SubNavLinks a:hover {
  color: #da291c;
}

#new-SubNavLinks .active {
  font-weight: bold;
  color: #da291c;
  border-bottom: 2px solid #da291c;
  padding-bottom: 13px;
}

#new-Footer {
  background-color: #394448;
  padding: 50px 0px 57px 0px;
}

#new-Footer a,
#new-Footer p,
#new-Footer span {
  color: white;
}

#new-Footer .new-FooterAdress {
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

#new-Footer .new-FooterHeaderLink,
#new-Footer .new-FooterAdress span {
  font-family: 'Nunito', sans-serif !important;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
}

#new-Footer .new-FooterLink {
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px;
  letter-spacing: normal;
}

#new-Footer #new-FooterSocialMediaIcons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid white;
  padding: 6px 8px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

#new-FooterBottom {
  color: white;
  background-color: #293134;
  padding: 20px 0px 20px 0px;
}

#new-FooterBottom #copyright {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

#new-FooterBottom img {
  opacity: 0.5;
}

#new-FooterBottom img:hover {
  opacity: 1;
  cursor: pointer;
}

#new-FooterBottom .text-right {
  margin-top: 3px;
}

#new-Footer a:hover {
  color: #00a9e0;
}

#new-Footer #new-FooterSocialMediaIcons a:hover {
  border-color: #00a9e0;
}

#new-Footer a,
#new-FooterBottom img {
  transition: all 0.3s ease;
}

/* Small devices (tablets, 768px - 991px) */

@media (max-width: 991px) {
  #new-NavBar img {
    margin: 30px 0px 18px 0px;
  }
  
  #new-Footer .new-FooterHeaderLink,
  #new-Footer .new-FooterAdress span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  
  #new-NavBar {
    text-align: center;
    min-height: 60px;
    max-height: 60px;
  }
  
  #new-NavBar img {
    height: 28px;
    margin: 16px 0px 16px 0px;
  }
  
  /* toggle-nav button */
  #new-ToggleNav,
  #new-ToggleSubNav {
    display: block;
  }
  
  #new-ToggleNav:hover,
  #new-SubNavBar:hover {
    cursor: pointer;
  }
  
  #new-NavLinks {
    width: 100vw;
    float: left;
    text-align: left;
    display: none;
    position: relative;
    left: -50px;
    background-color: white;
  }
  
  #new-SubNavLinks {
    width: 100vw;
    float: left;
    text-align: left;
    display: none;
    position: relative;
    left: -50px;
    background-color: white;
  }
  
  #new-NavLinks a {
    min-width: 250px;
    padding: 15px 15px 15px 12px;
    display: block;
    border-top: 1px solid #d1cdc9;
  }
  
  #new-NavLinks .active {
    border-left: 4px solid #da291c;
    border-bottom: 0;
    padding-bottom: 15px;
  }
  
  #new-SubNavBar {
    top: 60px;
  }
  
  #new-SubNavBar #title {
    display: block;
  }
  
  #new-SubNavLinks a {
    min-width: 250px;
    padding: 12px 15px 15px 12px;
    display: block;
    border-top: 1px solid #d1cdc9;
    background-color: #f4f3f3;
  }
  
  #new-SubNavLinks .active {
    border-left: 4px solid #da291c;
    border-bottom: 0;
    padding-bottom: 15px;
  }
  
  #new-Footer {
    padding-top: 0;
  }
  
  #new-Footer .new-FooterHeaderLink {
    margin-top: 30px;
    display: block;
  }
  
  #new-Footer,
  #new-FooterBottom,
  #new-FooterBottom .text-right {
    text-align: center !important;
  }
  
  #new-FooterBottom {
    padding-top: 0;
    padding-bottom: 30px;
  }
  
  #new-FooterBottom>div>.row>div {
    margin-top: 40px;
  }
}

/* fix for navbar links */

@media (min-width: 768px) {
  
  #new-NavLinks,
  #new-SubNavLinks {
    display: inline-flex !important;
  }
}

/*--END OF HEADER & FOOTER--*/

.new-RedButton,
.new-RedButton2,
.new-BlueButton,
.new-BlueButton2 {
  text-transform: uppercase;
  height: 50px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.88;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 216px;
}

.new-RedButton {
  background-color: #DA291C;
  color: white;
}

.new-BlueButton {
  background-color: #00A9E0;
  color: white;
}

.new-RedButton:focus,
.new-RedButton:active,
.new-RedButton:visited,
.new-BlueButton:focus,
.new-BlueButton:active,
.new-BlueButton:visited {
  color: white;
}

.new-RedButton:hover {
  color: white;
  background-color: #ff3223;
  transition: all 1s;
}

.new-BlueButton:hover {
  color: white;
  background-color: #33cbfd;
  transition: all 1s;
}

.new-RedButton2 {
  background-color: transparent;
  color: #DA291C;
  border: 2px solid #DA291C;
}

.new-RedButton2:focus,
.new-RedButton2:active,
.new-RedButton2:visited {
  color: #DA291C;
}

.new-RedButton2:hover {
  color: white;
  background-color: #ff3223;
  border-color: #ff3223;
  transition: all 1s;
}

.new-BlueButton2 {
  background-color: transparent;
  color: #00A9E0;
  border: 2px solid #00A9E0;
}

.new-BlueButton2:focus,
.new-BlueButton2:active,
.new-BlueButton2:visited {
  color: #00A9E0;
}

.new-BlueButton2:hover {
  color: white;
  background-color: #33cbfd;
  border-color: #33cbfd;
  transition: all 1s;
}

.new-Hero {
  min-height: 400px;
  background-color: #f5f7f7;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.new-Hero h1,
.new-Hero h2,
.new-Hero h3,
.new-Hero p {
  color: white;
}

.new-Hero>div {
  margin: auto;
  width: 100%;
}

.new-HeroButton {
  width: 100%;
  max-width: 300px;
  margin: 5px auto;
}

.new-Hero .col-xs-offset-1:nth-child(1) a {
  margin: 10px 0 0 auto;
}

.new-Hero .col-xs-offset-1:nth-child(2) a {
  margin: 10px auto 0 0;
}

#new-FrontPageHero {
  min-height: calc(100vh - 60px);
}

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#new-FrontPageThreeHearts {
  background-color: white;
}

#new-FrontPageThreeHearts .new-ThreeHearts {
  padding: 0px 40px 80px 40px !important;
  background-color: #ffffff;
  /* box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); */
}
@media (max-width: 767px) {
  #new-FrontPageThreeHearts .new-ThreeHearts {
    box-shadow: none;
    position: static;
  }
}

#new-FrontPageSEO .container-fluid {
  padding-top: 0px;
  margin-bottom: 50px;
}

#new-FrontPageSEO .container-fluid:nth-child(odd) {
  background-color: white;
}

#new-FrontPageSEO p {
  font-family: Lato;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
}
#new-FrontPageSEO a,
.SEO-text a {
  color: #02a9e0;
}

#new-FrontPageSEO a:hover,
#new-FrontPageSEO a:focus {
  color: #07bbf7;
}

#new-FrontPageSEO #framtidens-jobb {
  background-color: unset;
}

#new-FrontPageSEO #framtidens-jobb .row {
  background-color: white;
  padding: 100px 15px 50px 15px;
  margin: 50px 0px 50px 0px;
}

#new-FrontPageSEO #framtidens-jobb i {
  font-size: 75px;
  color: #da291c;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: -173px;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  padding: 44px 38px;
}

#new-FrontPageSEO #cta-block img {
  margin-bottom: 10px;
  margin-top: 110px;
}

@media (max-width: 425px) {
  #new-FrontPageSEO #cta-block img {
    width: 35%;
    margin-top: 35px;
  }
}

.new-ThreeHearts {
  padding: 0px 0px 80px 0px;
}

.new-ThreeHearts i {
  margin-top: 120px;
  font-size: 60px;
  color: #da291c;
}

.new-ThreeHearts p {
  font-size: 24px;
  letter-spacing: normal;
  color: #da291c;
  margin-top: 32px;
}

.new-ThreeHearts span {
  font-size: 18px;
  line-height: 1.67;
}

.new-QuoteBlock {
  background-color: white;
  padding: 68px 0px 68px 0px;
}

.new-QuoteBlock img {
  max-height: 220px;
  width: auto;
}

.new-QuoteBlock .col-sm-8,
.new-QuoteBlock .col-sm-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}

.new-QuoteBlock .quote {
  border-left: 2px solid #da291c;
  padding-left: 33px;
}

.new-QuoteBlock .quote p:nth-child(1) {
  font-family: Lato;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.new-QuoteBlock .quote p:nth-child(2) {
  height: 24px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #da291c;
}

.new-QuoteBlock .quote p:nth-child(3) {
  font-size: 12px;
  letter-spacing: 1.5px;
}

.new-QuoteBlock.freja {
  padding: 85px 0px 85px 0px;
}

.new-ThreeBlocks {
  padding-top: 75px;
}

.new-ThreeBlocks .col-sm-4>div {
  background-color: white;
  margin-bottom: 75px;
}

.new-ThreeBlocks .col-sm-4 div div:nth-child(2) {
  background-color: white;
  padding: 0px 30px 30px 30px;
}

.new-ThreeBlocks h2 {
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-ThreeBlocks span {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-ThreeBlocks a {
  width: 100%;
  margin-top: 30px;
}

.new-ImageBlock {
  margin-top: 80px;
  margin-bottom: 50px;
  background-color: white;
  background: linear-gradient(to left, #f5f7f7 25%, #ffffff 25%);
}

.new-ImageBlock.Reverse {
  background: linear-gradient(to right, #f5f7f7 25%, #ffffff 25%);
}

.new-ImageBlock>.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.new-ImageBlock .col-sm-6:nth-child(1) {
  display: flex;
  align-items: center;
}

.new-ImageBlock .col-sm-6:nth-child(2)>div {
  padding: 97px 40px 97px 90px;
}

.new-ImageBlock .col-sm-6:nth-child(2)>div h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-ImageBlock .col-sm-6:nth-child(2)>div p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}

.new-ImageBlock a {
  margin-top: 70px;
  width: 218px;
}

.new-CircleBlocks {
  padding-top: 100px;
}

.new-CircleBlocks .col-md-4>div {
  position: relative;
  background-color: white;
  padding: 160px 30px 30px 30px;
  margin-bottom: 100px;
}

.new-CircleBlocks .col-md-4>div>i {
  color: white;
  font-size: 72px;
  height: 158px;
  width: 158px;
  position: absolute;
  top: -33px;
  left: calc(50% - 79px);
  background-color: #d8d8d8;
  border-radius: 50%;
}
.new-CircleBlocks .col-md-4>div>i[id="1"] {
  padding: 43px 0px 0px 40px;
}
.new-CircleBlocks .col-md-4>div>i[id="2"] {
  padding: 43px 0px 0px 47px;
}
.new-CircleBlocks .col-md-4>div>i[id="3"] {
  padding: 40px 0px 0px 44px;
  
}

.new-CircleBlocks .col-md-4>div>h2 {
  font-size: 24px;
  line-height: normal;
  color: #da291c;
}

.new-CircleBlocks .col-md-4>div>p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-CircleBlocks .col-md-4>div>a {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #00a9e0;
  margin-top: 25px;
  display: inline-block;
}

.new-CircleBlocks .col-md-4>div>a:hover {
  padding-left: 10px;
  transition: all 0.5s ease;
}

.new-SEOText {
  padding-top: 80px;
}

.new-SEOText h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-SEOText p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-SEOText .ingress {
  font-weight: bold;
}

#new-YrkesomradenOmraden {
  padding-top: 80px;
  padding-bottom: 80px;
}

.new-ExampleJobs {
  background-color: #eeedec;
  padding-top: 130px;
  padding-bottom: 130px;
}

.new-ExampleJobs h2 {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #da291c;
}

.new-YrkesomradenOmradeBlock,
.new-YrkesomradenOmradeExempelBlock {
  box-shadow: 0 0 10px #cac7c7;
  margin-bottom: 30px;
}

.new-YrkesomradenOmradeBlock a,
.new-YrkesomradenOmradeExempelBlock a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: white;
  color: black;
  height: 60px;
  padding-left: 40px;
  font-size: 18px;
  letter-spacing: normal;
  border-bottom: 1px solid #e5e3e1;
  width: 100%;
  position: relative;
}

.new-YrkesomradenOmradeBlock a:hover,
.new-YrkesomradenOmradeExempelBlock a:hover {
  background-color: #f7f5f4;
}

.new-YrkesomradenOmradeBlock a:nth-child(1) {
  height: 80px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #da291c;
}

.new-YrkesomradenOmradeBlock a i,
.new-YrkesomradenOmradeExempelBlock a i {
  position: absolute;
  right: 20px;
  top: 31%;
  font-size: 24px;
  color: black;
}

.new-YrkesomradenOmradeBlock a:nth-child(1) i {
  top: 36%;
}

#new-HittaKontorVisaAlla {
  width: 300px;
  display: block;
  color: #00A9E0;
  margin: auto;
  font-size: 20px;
  margin-bottom: 50px;
}

#new-HittaKontorVisaAlla:hover {
  cursor: pointer;
  color: rgb(1, 192, 255);
}

#new-HittaKontorLista {
  padding-top: 80px;
  padding-bottom: 50px;
}

.new-HittaKontorLan {
  margin-bottom: 30px;
  background-color: white;
}

.new-HittaKontorLan .header {
  position: relative;
  padding: 20px 10px 20px 20px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #da291c;
}

.new-HittaKontorLan .header:hover {
  cursor: pointer;
}

.new-HittaKontorLan .header i {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 25px;
  color: black;
}

.new-HittaKontorLan .content {
  display: none;
}

.new-HittaKontorLan .content ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.new-HittaKontorLan .content a {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  padding: 10px 10px 10px 25px;
  display: block;
  position: relative;
  border-top: 1px solid #efefef;
}

.new-HittaKontorLan .content a:hover {
  background-color: #f7f5f4;
  text-decoration: none;
  padding-left: 28px;
  transition: all 0.4s ease;
}

.new-HittaKontorLan .content a i {
  position: absolute;
  right: 18px;
  top: 18px;
}

#new-HittaKontorTextMap {
  padding-top: 120px;
  padding-bottom: 120px;
}

#new-HittaKontorTextMap h3 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

#new-HittaKontorTextMap p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px;
}

#new-HittaKontorTextMap img {
  width: 70%;
  max-width: 250px;
}

.new-KontorHero {
  position: relative;
}

.new-KontorHero>a {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 22px;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.new-KontorHero>a:hover,
.new-KontorHero>a:focus {
  color: #00a9e0;
}

.new-KontorHero>a i {
  margin-right: 15px;
}

.new-KontorTextRow {
  margin-top: 80px;
  margin-bottom: 80px;
}

.new-KontorTextBlock {
  margin-bottom: 100px;
}

.new-KontorTextBlock h1,
.new-KontorTextBlock h2 {
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-KontorTextBlock p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontorContactBlock {
  position: relative;
  background-color: white;
  margin: 75px 40px 0px 40px;
  padding-top: 95px;
  padding-bottom: 50px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);  
}

.new-KontorContactBlock img {
  position: absolute;
  top: -90px;
  left: calc(50% - 90px);
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 10px solid #f5f7f7;
  display: none !important;
}
.new-KontorContactBlock .tempshow {
  display: block !important;
}

.new-KontorContactBlock p:nth-child(2) {
  font-family: 'Nunito', sans-serif !important;
  font-size: 30px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-KontorContactBlock p:nth-child(3),
.new-KontorContactBlock .name {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontorContactBlock p:nth-child(4),
.new-KontorContactBlock .title  {
  font-size: 12px;
  line-height: 0.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.new-KontorContactBlock hr {
  width: 60px;
  border-color: #da291c;
  margin-bottom: 16px;
}

.new-KontorContactBlock a,
.new-KontorInfoBlock a {
  display: block;;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: normal;
  color: #00a9e0;
}
.new-KontorInfoBlock a {
  display: inline-block;
}

.new-KontorContactBlock a:hover,
.new-KontorContactBlock a:focus,
.new-KontorInfoBlock a:hover,
.new-KontorInfoBlock a:focus {
  color: #33cbfd;
}

.new-KontorInfoRow {
  background-color: white;
  margin-bottom: 100px;
}

.new-KontorInfoBlock {
  padding-top: 60px;
  padding-bottom: 100px;
}

.new-KontorInfoBlock h3 {
  font-size: 30px;
  line-height: normal;
  letter-spacing: normal;
  color: #da291c;
}

.new-KontorInfoBlock label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.5px;
  margin-top: 25px;
}

.new-KontorInfoBlock p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
}

.new-KontorMapBlock {
  min-height: 691px;
  background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/maps/jonkoping);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-right: -15px;
  margin-left: -15px;
}

#new-YrkesomradenKontaktRuta {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#new-YrkesomradenKontaktRuta h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 40px;
  color: #da291c;
}

#new-YrkesomradenKontaktRuta p {
  font-size: 18px;
  letter-spacing: normal;
}

#new-YrkesomradenKontaktRuta a {
  max-width: 346px;
  margin: 40px auto 0 auto;
}

.new-LogInRow {
  padding-top: 75px;
  padding-bottom: 75px;
}

.new-LogInRow #new-LogInBox {
  padding: 30px;
  background-color: white;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.new-LogInRow #new-LogInBox input,
#new-ForgotPassModal input {
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: 'Nunito', sans-serif !important;
  width: 100%;
  height: 50px;
  border: solid 1px #dedede;
  padding-left: 15px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-LogInRow #new-LogInBox a:hover,
.new-LogInRow #new-LoginForgotPass:hover {
  cursor: pointer;
}

.new-LogInRow #new-LoginForgotPass {
  margin-top: 10px;
  display: block;
}

#new-ForgotPassModal {
  text-align: center;
}

#new-ForgotPassModal .close {
  margin-top: -30px;
  float: right;
  border: none;
  background-color: white;
  font-size: 32px;
}

#new-ForgotPassModalTitle {
  color: #DA291C;
  font-size: 27px;
  text-align: center;
}

#new-ForgotPassModal input {
  width: 240px;
  margin: auto;
  display: block;
}

#new-ForgotPassModal #new-ResetSendButton {
  margin: auto;
}

#new-ForgotPassModal #new-ResetCloseButton {
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.new-LedningBlocks {
  padding-top: 190px;
}

.new-LedningPerson {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  padding: 108px 20px 20px 20px;
  box-shadow: 0 4px 10px #cac7c7;
  margin: 0px 0px 145px 0px;
  min-height: 270px;
}

.new-LedningPerson img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  position: absolute;
  top: -85px;
  left: calc(50% - 85px);
}

.new-LedningPerson hr {
  margin-top: 0px;
  border-top: 2px solid #da291c;
  max-width: 100px;
}

.new-LedningPerson p:nth-child(4) {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.new-ExpiredJob {
  padding: 8vw 15px;
}

.new-ExpiredJob p {
  margin-top: 50px;
}

.new-ExpiredJob a {
  max-width: 300px;
  margin-top: 50px;
}

.new-TermsNav {
  padding: 30px 15px;
  text-align: center;
  font-size: 20px;
}

.new-Terms {
  padding: 40px 15px;
  margin-bottom: 40px;
}

.new-Terms h2 {
  text-decoration: underline;
}

.new-Terms h3 {
  color: black;
  margin-top: 50px;
}

.new-Terms p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-top: 25px;
}

.new-Terms .termsFile {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.new-Terms .termsFile i {
  margin-right: 10px;
}

.new-OmAdeccoText,
.new-OmAdeccoAuktoriserad {
  padding: 80px 15px;
}

.new-OmAdeccoText p,
.new-OmAdeccoAuktoriserad p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-OmAdeccoText a,
.new-OmAdeccoAuktoriserad a {
  color: #00a9e0;
}

.new-OmAdeccoText a:hover,
.new-OmAdeccoText a:focus,
.new-OmAdeccoText a:active,
.new-OmAdeccoText a:visited,
.new-OmAdeccoAuktoriserad a:hover,
.new-OmAdeccoAuktoriserad a:focus,
.new-OmAdeccoAuktoriserad a:active,
.new-OmAdeccoAuktoriserad a:visited {
  color: #33cbfd;
}

.new-KontaktaOssText {
  padding: 80px 15px;
}

.new-KontaktaOssText p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 28px;
}

.new-KontaktaOss {
  margin-top: 80px;
  margin-bottom: 40px;
  background: -moz-linear-gradient(90deg, transparent 0%, transparent 10%, #edeceb 10%, #edeceb 90%, transparent 90%, transparent 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(10%, transparent), color-stop(10%, #edeceb), color-stop(90%, #edeceb), color-stop(90%, transparent), color-stop(100%, transparent));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, transparent 0%, transparent 10%, #edeceb 10%, #edeceb 90%, transparent 90%, transparent 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, transparent 0%, transparent 10%, #edeceb 10%, #edeceb 90%, transparent 90%, transparent 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, transparent 0%, transparent 10%, #edeceb 10%, #edeceb 90%, transparent 90%, transparent 100%);
  /* ie10+ */
  background: linear-gradient(0deg, transparent 0%, transparent 10%, #edeceb 10%, #edeceb 90%, transparent 90%, transparent 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
  /* ie6-9 */
}

.new-KontaktaOss .text-center {
  margin-top: 115px;
  margin-bottom: 100px;
}

.new-KontaktaOss .text-center .new-RedButton2 {
  max-width: 300px;
  margin: 20px auto;
}

.new-KontaktaOss p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontaktaOss small {
  font-family: Lato;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.5px;
}

.new-KontaktaOss a[href^="tel:"] {
  font-family: Lato;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #00a9e0;
}

.new-KontaktaOss a[href^="tel:"]:hover {
  color: #04c0ff;
}

.new-KontaktaOssForm {
  background-color: #f9f9f9;
  box-shadow: 0 4px 10px #cac7c7;
  padding: 50px 40px;
}

/* Hidden Sitecore form */

#form_57C659A4E74440AF92D700C9AE31DD41 {
  display: none;
}

.new-KontaktaOssForm h2 {
  text-align: center;
}

.new-KontaktaOssForm input,
.new-KontaktaOssForm select {
  font-family: 'Nunito', sans-serif !important;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  border: solid 1px #dedede;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontaktaOssForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.new-KontaktaOssForm select:hover,
.new-KontaktaOssForm select:focus {
  border: 1px solid #a8a8a8;
  cursor: pointer;
}

.new-KontaktaOssForm input:hover,
.new-KontaktaOssForm textarea:hover,
.new-KontaktaOssForm input:focus,
.new-KontaktaOssForm textarea:focus {
  border: 1px solid #a8a8a8;
}

.new-KontaktaOssForm select option:disabled {
  display: none;
}

.new-KontaktaOssForm textarea {
  font-family: 'Nunito', sans-serif !important;
  resize: none;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #dedede;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontaktaOssForm .field {
  position: relative;
}

.new-KontaktaOssForm label {
  position: absolute;
  top: -12px;
  background-color: #f9f9f9;
  left: 16px;
  color: #DA291C;
  font-style: italic;
  font-size: 15px;
  height: 15px;
}

.new-KontaktaOssForm a:hover {
  cursor: pointer;
}

#new-KontaktaOssFormChangeMessage {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 1, 1, 0.5);
  z-index: 101;
  top: 0px;
}

#new-KontaktaOssFormChangeMessage>div {
  background-color: #f9f9f9;
  z-index: 102;
  box-shadow: 0 4px 10px #aba8a8;
  padding: 10px 20px;
  margin: 10px;
}

#new-KontaktaOssFormChangeMessage>div>div {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  padding: 15px;
}

#new-KontaktaOssFormChangeMessage #textcontent {
  padding-top: 20px;
}

#new-KontaktaOssFormChangeMessage #textcontent>p:not(.formMessageButton) {
  font-weight: bold;
  font-size: 18px;
}

#new-KontaktaOssFormChangeMessage #textcontent>.new-BlueButton {
  margin-top: 40px;
}

#new-KontaktaOssFormChangeMessage .formMessageButton {
  width: 240px;
  margin: 5px auto;
}

#new-KontaktaOssFormChangeMessage .formMessageButton:hover {
  cursor: pointer;
}

.FormSubmitMessage {
  text-align: center;
  padding: 100px 20px 20px 20px;
}


#new-LeadsFormDiv .FormSubmitMessage {
  padding-top: 270px;
}
#new-LeadsFormDiv.MA .FormSubmitMessage {
  padding-top: 160px;
}

.FormSubmitMessage p {
  font-size: 24px;
}

.FormSubmitMessage i {
  font-size: 100px;
  margin-bottom: 50px;
  color: #394448;
}

.new-MALongHero {
  min-height: 500px;
}
.new-MALongHero h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
}

.new-MALongHero p {
  max-width: 700px;
  margin: 30px auto;
}

.new-MALongHero #email {
  width: 431px;
  height: 60px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 18px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px;
}

.new-MALongHero #cta {
  min-width: 203px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #00a9e0;
  display: inline-block;
  padding: 19px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.7px;
  text-align: center;
  color: #ffffff;
}
.new-MALongHero #cta:hover {
  background-color: #33cbfd;
  cursor: pointer;
  transition: all 0.4s ease;
}

.new-MALongIntro {
  padding-top: 80px;
}

.new-MALongIntro p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}

.new-MALongPDFBlock li::before {
  content: "\2022";
  color: #da291c;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.new-MALongPDFBlock li {
  font-size: 17px;
  padding-left: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 700px) {
  
  .new-MALongHero #email,
  .new-MALongHero #cta {
    width: 95%;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  .new-MALongIntro {
    padding-top: 30px;
  }
  .new-MALongIntro h2 {
    font-size: 20px;
  }
  
}


.new-MAShortHero {
  background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/media/images/jobtypes/hr-specialist.jpg?la=sv-se);
  background-size: cover;
  background-position: center;
  padding: 2%;
}
.new-MAShortHero h1,
.new-MAShortHero h2 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
}
.new-MAShortHero p {
  max-width: 700px;
  margin: 30px auto;
}
.new-MAShortPDFBlock {
  padding-top: 50px;
  padding-bottom: 40px;
}

.new-MAShortPDFBlock .col-md-7 .row {
  margin-top: 40px;
}
.new-MAShortPDFBlock p:not([class]) {
  font-family: Lato;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
}
.new-MAShortPDFBlock li::before {
  content: "\2022";
  color: #da291c;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.new-MAShortPDFBlock li {
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #000000;
}
.PDFBlockTitle {
  margin-top: 0;
}


.PDFBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.PDFBlock:hover {
  cursor: pointer;
  opacity: 0.9;
}

.PDFBlock p {
  position: absolute;
  color: white;
  font-family: 'Nunito', sans-serif !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
}

#previewBlock {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 17px);
  height: 100vh;
  z-index: 100000;
  display: none;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .FormSubmitMessage {
    padding: 20px;
  }
  #new-LeadsFormDiv .FormSubmitMessage,
  #new-LeadsFormDiv.MA .FormSubmitMessage {
    padding-top: 60px;
  }
  
  .FormSubmitMessage p {
    font-size: 20px;
  }
  
  .FormSubmitMessage i {
    font-size: 80px;
  }
}

#new-KontaktaOssHuvudKontor {
  background-color: #f5f7f7;
  padding: 20px;
  margin: 10px 50px;
  border-radius: 5px;
}

#new-KontaktaOssHittaKontor {
  background-color: #f5f7f7;
  padding: 20px;
  margin: 10px 50px;
  border-radius: 5px;
}

#new-KontaktaOssHittaKontor p {
  font-weight: bold;
  font-size: 16px;
  padding: 0px 20px;
}

#new-RegistreraCVFrame {
  padding: 60px 30px;
  margin: 60px 30px;
  box-shadow: rgb(202, 199, 199) 0px 4px 10px;
  background-color: #f9f9f9;
}

/* TEXT I TVÅ KOLUMNER */

.two-columns h1,
.two-columns h2,
.two-columns h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .two-columns .mb-40 {
    margin-bottom: 40px;
  }

  .two-columns .pl-15 {
    padding-left: 15px;
  }
  
  .two-columns .pr-15 {
    padding-right: 15px;
  }
}

/* BLOGG */
.new-BloggNavigation {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 70px 0px 0px 0;
}
.new-BloggNavigation a {
  font-family: Nunito;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 5px 10px;
  padding: 20px;
}
.new-BloggNavigation a:hover {
  cursor: pointer;
  border-bottom: 2px solid #db3225;
}

.new-BloggArticlesPreviews {
  margin-top: 25px;
  margin-bottom: 25px;
}

.new-BloggArticlesPreviews .new-ArticlePreview {
  transition: top 0.2s ease;
  margin-top: 15px;
  margin-bottom: 45px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  top: 0;
  background-color: white;
  min-height: 520px;
}

.new-BloggArticlesPreviews .new-ArticlePreview .CTA-button {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #00a9e0;
  margin-top: 25px;
  display: inline-block;
}

.new-BloggArticlesPreviews .new-ArticlePreview:hover {
  top: -10px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.new-BloggArticlesPreviews .ArticlePreviewImg {
  height: 186px;
}
.new-BloggArticlesPreviews .ArticlePreviewImg img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.new-BloggArticlesPreviews .ArticlePreviewInfo {  
  padding: 30px;
}

.new-BloggArticlesPreviews .ArticlePreviewInfo .date {
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.5px;
}
.new-BloggArticlesPreviews .ArticlePreviewInfo .desc {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  height: 90px;
  overflow: hidden;
}
.new-BloggArticlesPreviews .ArticlePreviewInfo .category {
  padding-top: 0px;  
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  position: absolute;
  bottom: 10px;
}

/* ARTICLE */

.new-BloggArticleHeader .meta {
  margin-top: 70px;
  
}

.new-BloggArticleHeader .meta span,
.new-BloggArticleHeader .meta a {
  font-size: 14px;
  letter-spacing: 1.6px;
  
}
.new-BloggArticleHeader .meta a,
.new-KontorSEOText a {
  color: #00a9e0;
}

.new-BloggArticleHeader .meta a:hover,
.new-BloggArticleHeader .meta a:focus,
.new-KontorSEOText a:hover,
.new-KontorSEOText a:focus {
  color: #02b9f5;
}


.new-BloggArticleHeader .meta span:after{
  margin: 20px;
  content:"•";
}

.new-BloggArticleHeader h1 {
  margin: 0px 0px;
  font-size: 50px;
}
.new-BloggArticleHeader h2 {
  margin: 0;
  font-size: 22px;
}


.new-BloggArticleHeader img {
  width: calc(100% + 60px);
  margin: 48px -58px;
}

.new-BloggArticleContent .ingress {
  font-size: 22px;
  line-height: 1.69;
  letter-spacing: normal;
  margin-bottom: 30px;
}

.new-BloggArticleContent p:not([class]),
.new-BloggArticleContent li {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 30px;
}

.new-BloggArticleContent ol {
  background-color: white;
  padding: 25px 80px 30px 60px;
  box-shadow: 0 4px 10px #cac7c7;
  margin-top: 60px;
  margin-bottom: 60px;
}



.new-BloggArticleContent ol h2 {
  text-align: center;
  margin-bottom: 35px;
}

.new-BloggArticleContent ol li {
  margin-left: 20px;
  padding-left:15px;
  color: #ee1c24;
  font-weight: bold;
}
.new-BloggArticleContent ol li span {
  color: black;
  font-weight: normal;
}

.new-BloggArticleContent h2,
.new-BloggArticleContent h3 {
  margin-top: 50px;
}
.new-BloggArticleContent a {
  color: #00a9e0;
}
.new-BloggArticleContent a:hover,
.new-BloggArticleContent a:focus {
  color: #02b9f5;
}

.new-BloggArticleContent .bottom {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}


@media (max-width: 767px) {
  .new-BloggArticleHeader h1 {
    font-size: 40px;
  }
  .new-BloggArticleHeader h2 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  
  
  .new-BloggArticleHeader .meta {
    margin: 30px -18px;
  }
  .new-BloggArticleContent .ingress {
    font-size: 20px;
  }
  .new-BloggArticleContent p:not([class]) {
    font-size: 16px;
  }
  .new-BloggArticleContent ol {
    padding: 20px 50px;
    margin: 0 -30px;
  }
  .new-BloggArticleContent li {
    font-size: 16px;
  }
  .new-BloggArticleContent li {
    font-size: 16px;
  }  
  .new-BloggArticlesPreviews .new-ArticlePreview {
    margin-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .new-BloggArticlesPreviews .ArticlePreviewInfo {
    padding: 15px;
  }
  .new-BloggArticlesPreviews .ArticlePreviewInfo h2 {
    font-size: 20px !important;
    min-height: 40px;
  }
  
}


/* Författar-komponent längst ner i bloggartiklar */
/* .author-content-block {
  text-align: center;
  border-top: 1px solid #c7c7c7;
  padding: 10px 0;
}

.author-content-block > div {
  vertical-align: top;
}

.author-content-block .author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.author-contact-block {
  display: inline-block;
}

.author-contact-block > .author-name {
  height: 36px;
  font-family: Nunito;
  font-size: 30px;
  color: #da291c;
  margin-bottom: 8px;
  line-height: normal;
  letter-spacing: normal;
}

.author-contact-block > .author-title {
  height: 18px;
  font-family: Lato;
  font-size: 16px;
  color: black;
  margin-bottom: 8px;
  line-height: 1.44;
  letter-spacing: 0.5px;
}

.author-contact-block > .author-company {
  height: 24px;
  font-family: Lato;
  font-size: 10px;
  color: black;
  text-transform: uppercase;
  line-height: 3.2;
  letter-spacing: 1.25px;
}

@media (min-width: 425px) {
  
  .author-content-block {
    text-align: left;
  }
  .author-contact-block {
    margin-left: 24px;
  }
}
*/
/* MARGIN EDITS */

.MarginTop0 {
  margin-top: 0;  
}

.MarginTop25 {
  margin-top: 25px !important;
}

.MarginTop50 {
  margin-top: 50px !important;  
}

.MarginTop75 {
  margin-top: 75px !important;
}

.MarginTop100 {
  margin-top: 100px !important;
}

.MarginTop125 {
  margin-top: 125px !important;
}

.MarginTop150 {
  margin-top: 150px !important;
}


.MarginBottom0 {
  margin-bottom: 0 !important;
}

.MarginBottom25 {
  margin-bottom: 25px !important;
}

.MarginBottom50 {
  margin-bottom: 50px !important;
}

.MarginBottom75 {
  margin-bottom: 75px !important;
}

.MarginBottom100 {
  margin-bottom: 100px !important;
}

.MarginBottom125 {
  margin-bottom: 125px !important;
}

.MarginBottom150 {
  margin-bottom: 150px !important;
}

/*-------------*/

/* Medium devices (desktops, 992px - 1199px) */

@media (max-width: 1199px) {
  .new-ThreeBlocks h2 {
    font-size: 18px;
  }
  
  .new-ImageBlock .col-sm-6:nth-child(2)>div {
    padding: 64px 40px 64px 40px;
  }
  
  .new-ImageBlock .col-sm-6:nth-child(2)>div h2 {
    font-size: 27px;
  }
  
  #new-HittaKontorTextMap img {
    width: 85%;
  }
}

/* Small devices (tablets, 768px - 991px) */

@media (max-width: 991px) {
  .new-ImageBlock .col-sm-6:nth-child(1)>div {
    padding: 110px 0px;
  }
  
  .new-ImageBlock .col-sm-6:nth-child(2) a {
    margin-top: 25px;
  }
  
  .new-ThreeBlocks .col-sm-4 div div:nth-child(2) {
    padding: 0px 20px 20px 20px;
  }
  
  .new-ThreeBlocks a {
    font-size: 13px;
  }
  
  #new-HittaKontorTextMap img {
    margin-top: 55px;
  }
  
  #new-HittaKontorVisaAlla {
    display: none;
  }
  
  .new-TermsNav {
    text-align: left;
    font-size: 18px;
    padding-left: 70px;
  }
  
  .new-KontaktaOssForm select optgroup {
    font-size: 17px;
  }
  
  .new-KontaktaOssForm select optgroup option {
    font-size: 15px;
  }
}

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
  
  .new-Hero .col-xs-offset-1:nth-child(1) a,
  .new-Hero .col-xs-offset-1:nth-child(2) a {
    margin: 10px auto;
  }
  
  .new-QuoteBlock {
    padding: 0px 0px 50px 0px;
    text-align: center;
  }
  
  .new-QuoteBlock .col-sm-8 {
    height: 300px;
  }
  
  .new-QuoteBlock .quote {
    border-left: 0;
    padding-left: 0px;
  }
  
  .new-QuoteBlock .quote p:nth-child(1) {
    font-size: 19px;
    font-weight: 400;
  }
  
  .new-ThreeBlocks a {
    font-size: 17px;
  }
  
  .new-ThreeBlocks .col-sm-4 div div:nth-child(2) {
    padding: 0px 15px 20px 15px;
  }
  
  .new-ImageBlock,
  .new-ImageBlock.Reverse {
    margin-top: 30px;
    margin-bottom: 30px;
    background: linear-gradient(to bottom, #f5f7f7 20%, #ffffff 20%);
  }
  
  .new-ImageBlock .col-sm-6:nth-child(1)>div {
    padding: 0px 0px;
  }
  
  .new-ImageBlock .col-sm-6:nth-child(2)>div {
    padding: 30px 0px;
  }
  
  .new-ImageBlock .col-sm-6:nth-child(2)>div h2 {
    font-size: 20px;
  }
  
  .new-ImageBlock .col-sm-6:nth-child(2) a {
    width: 100%;
  }
  
  .new-CircleBlocks .col-md-4>div {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .new-SEOText h2 {
    font-size: 20px;
  }
  
  .new-ExampleJobs {
    padding-top: 70px;
  }
  
  .new-ExampleJobs h2 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: normal;
  }
  
  .new-YrkesomradenOmradeExempelBlock {
    margin-bottom: 0;
    box-shadow: 0 4px 10px #cac7c7;
  }
  
  .new-YrkesomradenOmradeExempelBlock>ul {
    margin-bottom: 0px !important;
  }
  
  .new-HittaKontorLan {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  #new-HittaKontorTextMap {
    padding-top: 25px;
    padding-bottom: 80px;
  }
  
  #new-HittaKontorTextMap p {
    font-size: 16px;
  }
  
  #new-HittaKontorTextMap img {
    margin-top: 55px;
  }
  
  #new-HittaKontorTextMap h3 {
    font-size: 30px;
  }
  
  .new-TermsNav {
    padding-left: 30px;
    font-size: 16px;
  }
  
  .new-Terms p {
    font-size: 16px;
  }
  
  .new-Terms .termsFile {
    font-size: 17px;
  }
  
  .new-KontaktaOss .text-center {
    margin-top: 90px;
    margin-bottom: 190px;
  }
  
  .new-KontaktaOssText {
    padding: 20px 15px;
    margin-top: -130px;
  }
}

/* Extra small devices - Less than 500px */

@media (max-width: 500px) {
  
  
  #new-FrontPageHero h1, 
  #new-FrontPageHero p {
    text-align: left !important;
  }
  
  #new-FrontPageHero h1.h5 {  
    margin-top: 125px;
  }
  #new-FrontPageHero p {  
    font-size: 36px !important;  
  }
  
  .separator {
    display: block;
  }
  
  #heroButton-row {
    margin-bottom: 25px;
  }  
  
  .new-YrkesomradenOmradeBlock,
  .new-YrkesomradenOmradeExempelBlock {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .new-YrkesomradenOmradeBlock a:nth-child(1) {
    font-size: 18px;
  }
  
  .new-YrkesomradenOmradeBlock a,
  .new-YrkesomradenOmradeExempelBlock a {
    font-size: 16px;
  }
  
  .new-KontorContactBlock {
    margin: 100px -30px 0px -30px;
  }
  
  .new-KontaktaOssForm {
    margin: -30px;
    padding: 35px 20px;
  }
  
  #new-RegistreraCVFrame {
    padding: 30px 0px;
    margin: 41px -20px;
  }
  
  #new-KontaktaOssHuvudKontor,
  #new-KontaktaOssHittaKontor {
    margin: 15px -15px;
  }
}




/*HERO IMAGES*/

/* MOBILE */
@media (max-width: 425px) {
  
  
  /* Fallback/default image */
  .new-Hero:not([id]):not(.new-KontorHero) {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/startpage-rev.jpg);
  }
  
  #new-FrontPageHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/startpage-rev.jpg);
  }
  
  #new-ForetagHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/forforetag.jpg);
  }
  #new-BemanningHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/bemanning.jpg);
  }
  #new-RekryteringHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/rekrytering.jpg);
  }
  #new-ExtrapersonalHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/extrapersonal.jpg);
  }
  #new-LedningHero,
  #new-VillkorHero,
  #new-OmAdeccoHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/omadecco.jpg);
    
  }
  
  #new-KontaktaOssHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/kontakt.jpg);
    
  }
  
  #new-IndustriLogistikHero,
  #new-ElektrikerHero,
  #new-LagerarbetareHero,
  #new-MekanikerHero,
  #new-SvetsareHero,
  #new-IngenjorHero,
  #new-LastbilschaufforHero,
  #new-TruckforareHero,
  #new-LogistikerHero,
  #new-IndustriLogistikHero,
  #new-YrkesomradenHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/industri.jpg);
  }
  
  #new-AdministratorHero,
  #new-KundtjanstmedarbetareHero,
  #new-AssistentSekreterareHero,
  #new-ReceptionistHero,
  #new-KontorAdministrationHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/kontor.jpg);
  }
  
  
  #new-SaljareHero,
  #new-InkopareHero,
  #new-ForsaljningschefHero,
  #new-KeyAccountManagerHero,
  #new-ForsaljningHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/forsaljning.jpg);
  }
  
  #new-EkonomHero,
  #new-EkonomiassistentHero,
  #new-RevisorHero,
  #new-EkonomiFinansHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/ekonomi.jpg);
  }
  
  #new-MarknadsforareHero,
  #new-CopywriterHero,
  #new-KommunikatorHero,
  #new-ProjektledareHero,
  #new-MarknadsforingHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/marknadsforing.jpg);
  }
  
  #new-HRChefHero,
  #new-HRSpecialistHero,
  #new-PersonalvetareHero,
  #new-RekryterareHero,
  #new-HumanResourcesHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/hr.jpg);
  }
  
  #new-HittaKontorHero,
  .new-KontorHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/hittakontor.jpg);
  }
  
  /* MA HEROS */
  #entreprenoriell-talang {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/ma/hero-images/mobile/global-talent-competitiveness-index.jpg);
  }
}

/* TABLET */
@media (min-width: 426px) and (max-width: 1199px) {
  
  /* Fallback/default image */
  .new-Hero:not([id]):not(.new-KontorHero) {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/startpage.jpg);
  }
  
  
  #new-FrontPageHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/startpage.jpg);
  }
  
  #new-ForetagHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/forforetag.jpg);
  }
  #new-BemanningHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/bemanning.jpg);
  }
  #new-RekryteringHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/rekrytering.jpg);
  }
  #new-ExtrapersonalHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/extrapersonal.jpg);
  }
  
  #new-LedningHero,
  #new-VillkorHero,
  #new-OmAdeccoHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/omadecco.jpg);
  }
  
  #new-KontaktaOssHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/kontakt.jpg);
  }
  
  #new-IndustriLogistikHero,
  #new-ElektrikerHero,
  #new-LagerarbetareHero,
  #new-MekanikerHero,
  #new-SvetsareHero,
  #new-IngenjorHero,
  #new-LastbilschaufforHero,
  #new-TruckforareHero,
  #new-LogistikerHero,
  #new-IndustriLogistikHero,
  #new-YrkesomradenHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/industri.jpg);
  }
  
  #new-AdministratorHero,
  #new-KundtjanstmedarbetareHero,
  #new-AssistentSekreterareHero,
  #new-ReceptionistHero,
  #new-KontorAdministrationHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/kontor.jpg);
  }
  
  #new-SaljareHero,
  #new-InkopareHero,
  #new-ForsaljningschefHero,
  #new-KeyAccountManagerHero,
  #new-ForsaljningHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/forsaljning.jpg);
  }
  
  #new-EkonomHero,
  #new-EkonomiassistentHero,
  #new-RevisorHero,
  #new-EkonomiFinansHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/ekonomi.jpg);
  }
  
  #new-MarknadsforareHero,
  #new-CopywriterHero,
  #new-KommunikatorHero,
  #new-ProjektledareHero,
  #new-MarknadsforingHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/marknadsforing.jpg);
  }
  
  #new-HRChefHero,
  #new-HRSpecialistHero,
  #new-PersonalvetareHero,
  #new-RekryterareHero,
  #new-HumanResourcesHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/hr.jpg);
  }
  
  #new-HittaKontorHero,
  .new-KontorHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/tablet/hittakontor.jpg);
  }
  
  /* MA HEROS */
  #entreprenoriell-talang {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/ma/hero-images/tablet/global-talent-competitiveness-index.jpg);
  }
}

/* DESKTOP */
@media (min-width: 1200px) {
  
  /* Fallback/default image */
  .new-Hero:not([id]):not(.new-KontorHero) {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/startpage.jpg);
  }
  
  #new-FrontPageHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/startpage.jpg);
  }
  
  #new-ForetagHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/forforetag.jpg);
  }
  #new-BemanningHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/bemanning.jpg);
  }
  #new-RekryteringHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/rekrytering.jpg);
  }
  #new-ExtrapersonalHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/extrapersonal.jpg);
  }
  
  #new-LedningHero,
  #new-VillkorHero,
  #new-OmAdeccoHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/omadecco.jpg);
    
  }
  
  #new-KontaktaOssHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/kontakt.jpg);
  }
  
  #new-IndustriLogistikHero,
  #new-ElektrikerHero,
  #new-LagerarbetareHero,
  #new-MekanikerHero,
  #new-SvetsareHero,
  #new-IngenjorHero,
  #new-LastbilschaufforHero,
  #new-TruckforareHero,
  #new-LogistikerHero,
  #new-IndustriLogistikHero,
  #new-YrkesomradenHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/industri.jpg);
  }
  
  #new-AdministratorHero,
  #new-KundtjanstmedarbetareHero,
  #new-AssistentSekreterareHero,
  #new-ReceptionistHero,
  #new-KontorAdministrationHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/kontor.jpg);
  }
  
  #new-SaljareHero,
  #new-InkopareHero,
  #new-ForsaljningschefHero,
  #new-KeyAccountManagerHero,
  #new-ForsaljningHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/forsaljning.jpg);
  }
  
  #new-EkonomHero,
  #new-EkonomiassistentHero,
  #new-RevisorHero,
  #new-EkonomiFinansHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/ekonomi.jpg);
  }
  
  #new-MarknadsforareHero,
  #new-CopywriterHero,
  #new-KommunikatorHero,
  #new-ProjektledareHero,
  #new-MarknadsforingHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/marknadsforing.jpg);
  }
  
  #new-HRChefHero,
  #new-HRSpecialistHero,
  #new-PersonalvetareHero,
  #new-RekryterareHero,
  #new-HumanResourcesHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/hr.jpg);
  }
  
  #new-HittaKontorHero,
  .new-KontorHero {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/hittakontor.jpg);
  }
  
  
  /* MA HEROS */
  #entreprenoriell-talang {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/ma/hero-images/desktop/global-talent-competitiveness-index.jpg);
  }
}



.new-MAShortHero {
  min-height: 300px;
  padding: 1%;
}
.new-MAShortHero p {
  max-width: unset;
  margin: 10px;
}
#new-MAShortHeroCTA {
  display: none;
}

#new-MAShortHeroCTA #email {
  font-family: 'Nunito', sans-serif !important;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #dedede;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}
.new-MAShortPDFBlock {
  padding-top: 50px;
  padding-bottom: 80px;
}

.new-MAShortPDFBlock li {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #000000;
}

.quotes-section {
  margin-top: 20px;
}


@media (max-width: 1199px) and (min-width: 992px) {
  .new-MAShortPDFBlock li {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .new-MAShortHero {
    min-height: 0px;
  }
  
  #new-MAShortHeroCTA {
    display: block;
  }
  
  #new-MAShortHeroCTA #email {
    margin-right: -20px;
    border-radius: 5px 0 0 5px;
  }
  
  #new-MAShortHeroCTA #cta {
    margin-left: -20px;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
    
  }
  .new-MAShortPDFBlock {
    padding-top: 0;
  }
  
}

@media (max-width: 767px) {
  #new-MAShortHeroCTA #email {
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
  }
  
  #new-MAShortHeroCTA #cta {
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    margin-top: 0px;
  }
  
  .new-MAShortPDFBlock li {
    font-size: 15px;
  }
}

#cookie-lag{
  background-color: #394448;
  color: #fff !important;
  bottom: 0;
  opacity: 1;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  box-shadow: 0 5px 20px #000;
  z-index: 99999;
}
#cookie-lag a{
  color: #fff !important;
  text-decoration: underline;
}
#cookie-lag .new-BlueButton2 {
  max-width: 300px;
  margin: 40px auto 5px auto;
  text-decoration: none;
}
#cookie-lag .new-BlueButton2:hover {
  cursor: pointer;
}


img.new-KontorTextBild {
  margin: 40px 0px 0px -30px;
  padding: 0px 10px 0px 10px;
}

p.new-KontorTextBild {
  font-style: italic;
  margin: 5px 55px 0px -20px;
  font-size: 14px !important;
}

@media (max-width: 767px) {
  img.new-KontorTextBild, p.new-KontorTextBild {
    margin: 0;
  }
}

.new-KontorArbetare {
  background-color: white;
  height: 240px;
  padding: 45px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  font-family: Nunito;
  margin-bottom: 40px;
  /* background: -moz-linear-gradient(135deg, rgba(245,247,247,1) 0%, rgba(245,247,247,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* ff3.6+ */
  /* background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(245,247,247,1)), color-stop(100%, rgba(245,247,247,1))); /* safari4+,chrome */
  /* background: -webkit-linear-gradient(135deg, rgba(245,247,247,1) 0%, rgba(245,247,247,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
  /* background: -o-linear-gradient(135deg, rgba(245,247,247,1) 0%, rgba(245,247,247,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
  /* background: -ms-linear-gradient(135deg, rgba(245,247,247,1) 0%, rgba(245,247,247,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* ie10+ */
  /* background: linear-gradient(315deg, rgba(245,247,247,1) 0%, rgba(245,247,247,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7f7',GradientType=1 ); /* ie6-9 */
}

.new-KontorArbetare.odd {
  /* background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(245,247,247,1) 50%, rgba(245,247,247,1) 100%); /* ff3.6+ */
  /* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(245,247,247,1)), color-stop(100%, rgba(245,247,247,1))); /* safari4+,chrome */
  /* background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(245,247,247,1) 50%, rgba(245,247,247,1) 100%); /* safari5.1+,chrome10+ */
  /* background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(245,247,247,1) 50%, rgba(245,247,247,1) 100%); /* opera 11.10+ */
  /* background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(245,247,247,1) 50%, rgba(245,247,247,1) 100%); /* ie10+ */
  /* background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(245,247,247,1) 50%, rgba(245,247,247,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f7', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}

.new-KontorArbetare img {
  border-radius: 50%;
  height: 174px;
  position: absolute;
  left: -193px;
  top: -10px;
  border: 10px solid #f5f7f7;
}

.new-KontorArbetare h3 {
  margin: 0px;
  font-size: 30px;
}

.new-KontorArbetare .title {
  font-weight: bold;
  font-size: 20px;
}

.new-KontorArbetare .contact {
  font-size: 16px;
  color:  #00A9E0;
  margin: 0;
  display: block;
  padding-left: 20px;
  width: fit-content;
  position: relative;
}

.new-KontorArbetare .contact[href^="mailto:"]:before {
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 13px;
  color: #00A9E0;
  position: absolute;
  left: 2px;
  top: 1px;
}

.new-KontorArbetare .contact[href^="tel:"]:before {
  font-family: FontAwesome;
  content: "\f095";
  font-size: 13px;
  color: #00A9E0;
  position: absolute;
  left: 3px;
  top: 1px;
}

.new-KontorArbetare .contact[href^="https://www.linkedin.com"]:before {
  font-family: FontAwesome;
  content: "\f08c";
  font-size: 14px;
  color: #00A9E0;
  position: absolute;
  left: 3px;
}

.new-KontorArbetare .contact:hover {
  color: #33cbfd; 
}

.new-KontorArbetare .quotes-section:before {
  content:"";
  border-right: 2px solid #ed1b23;
  height: 150px;
  position: absolute;
  left: -25px;
}

.new-KontorArbetare .quotetitle {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.new-KontorArbetare .quote {
  font-style: italic;
  font-family: lato;
}

.new-KontorSEOText {
  margin-bottom: 100px;
}

.new-kontorSEOtext cite {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: normal;
  color: #000;
}

.new-KontorSEOText p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontorSEOText ol {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
}

.new-KontorSEOText ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #ee1c24;
  font-weight: bold;
}

.new-KontorSEOText ol li span {
  color: #000;
  font-weight: normal;
}


@media (max-width: 991px) {
  .new-KontorArbetare {
    margin-top: 80px;
  }
  
  .new-KontorArbetare img {
    top: -150px;
    left: 10px;
    height: 160px
  }
  .new-KontorArbetare h3 {
    margin-top: 10px;
  }
  
  .new-KontorArbetare .quotetitle,
  .new-KontorArbetare .quote {
    font-size: 14px;  
  }
}

@media (max-width: 767px) {
  
  .new-KontorArbetare {
    height: auto;
    padding: 90px 15px 15px 15px;
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
  }
  
  .new-KontorArbetare,
  .new-KontorArbetare.odd {
    background: unset;
    background: white;
  }
  
  .new-KontorArbetare img {
    left: calc(50% - 80px);
    top: -170px;
  }
  
  .new-KontorArbetare h3 {
    margin-top: 30px;
  }
  .new-KontorArbetare .quotes-section:before {
    height: 2px;
    border-right: 0;
    border-bottom: 3px solid #ed1c24;
    width: 80px;
    top: 10px;
    left: calc(50% - 40px);
  }
  
  
  .new-KontorArbetare .title {
    font-size: 16px;
    
  }
  .new-KontorArbetare .contact {
    width: 100%;
    padding-left: 0;
  }
  .new-KontorArbetare .quotetitle {
    margin-bottom: 15px;
  }
  
  
  
  .new-KontorArbetare .contact[href^="mailto:"]:before,
  .new-KontorArbetare .contact[href^="tel:"]:before,
  .new-KontorArbetare .contact[href^="https://www.linkedin.com"]:before {
    position: relative;
    left: -5px;
    top: 0;
  }
  
  .new-KontorSEOText {
    margin-bottom: 50px;
  }
  
}

.SEO-text {
  margin-bottom: 35px;
}

.clean-kontorBlock {
  text-decoration: none;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.09);
  top: 0;
  transition: top 0.2s ease;
  margin: 10px;
  padding: 3px 0 3px 10px;
}

.clean-kontorBlock:hover {
  top: -10px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.15);
}

.clean-kontorBlock p {
  color: black;  
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  overflow: hidden;
}

.clean-kontorBlock hr {
  width: 60px;
  border-color: #da291c;
  margin-bottom: 16px;
}

#new-BloggHero {
  min-height: 325px; /* Used to be 325px, changed to 0px for mobile view */
}

#new-BloggHero h1 {
  color: #ed1c24;
}

#new-FrontPageHero.ab h1.h5 {  
  margin-top: 0px;
}

.new-HeroButton.ab {
  width: 100%;
  max-width: 290gpx;
  margin: 5px auto;
}

.new-Hero.ab>div {
  margin: auto;
}

#new-heroButton-row.ab a {
  text-align: center;
  vertical-align: middle;
}

.new-RedButton.ab {
  width: 100%;  
  background: transparent;
  border: solid 2px #fff;
  border-radius: 4px;  
}

.new-BlueButton.ab {
  background:  #0390be;
}

.new-RedButton.ab:hover {
  background: #da291c;
  transition: .5s;  
}

.new-BlueButton.ab:hover {
  background:  #00A9E0;
  transition: .5s;
}

#new-FrontPageHero.ab {
  background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/desktop/frontpage.jpg) !important;
  background-color: red;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
  min-height: 0px;
  height: 700px;
}

@media (max-width: 425px) {
  
  .subheader {
    display: none;
  }
  
  #new-BloggHero {
    min-height: 225px; /* Used to be 325px, changed to 0px for mobile view. Is still 325px for other views. */
  }
  
  #new-FrontPageHero.ab {
    background-image: url(https://resources-01.adeccogroup.com/~/media/adeccogroup/brands/adecco-global-2016/sweden/new-adecco/images/hero-images/mobile/frontpage.jpg) !important;
    height: 500px;
  }
  
  .new-HeroButton.ab {
    max-width: 100%;
  }  
}

@media (min-width: 768px) {
  
  #heroButton-row.ab a {
    display: inline-block;
    text-align: center;
  }
  
  .new-HeroButton.ab {
    max-width: 216px;
    height: 55px;
    padding-top: 15px;
  }
  
  .new-RedButton.ab {
    margin: 0px 20px 0px 0px;
    
  }
  
  .separator.ab {
    display: block;
  }
}

.new-ArticleSubscribe {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 14px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.new-ArticleSubscribe input {
  background-color: #f7f5f5;
}
.new-ArticleSubscribe small {
  font-size: 15px;
  color: black  !important;
}
.new-ArticleSubscribe #gdpr {
  color: black !important;
}
.new-ArticleSubscribe #gdpr:hover {
  color: #00a9e0 !important;
}
.new-ArticleSubscribe .new-FooterHeaderLink {
  font-size: 28px;
  color: #ee1c24;
  margin: 20px 0px;
  font-family: Nunito;
  line-height: 1.2;
}

@media (max-width: 550px) {
  .new-ArticleSubscribe button,
  .new-ArticleSubscribe input {
    width: 100% !important;
    display: block !important;
  }
  .new-ArticleSubscribe button span {
    display: inline !important;
  }
}

/* CSS for jobs */
.single-job.row.block-seperator:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.15);
  transition: 0.25s ease;
  cursor: pointer;
}

.single-job>.col-md-12>.row.top-spacing,
.row .top-spacing {
  margin-bottom: 0;
}

.single-job>.col-md-12>.row {
  padding: 0 15   px;
}

@media (max-width: 375px) {
  .single-job h2+.pull-right.pull-right {
    position: absolute;
    top: 60px;
    right: 10px;
  }
}


.single-job .button-container {
  margin: 0;
}

.single-job h2 {
  margin: 20px 0 0 0;
}

span[data-bind="init, text: Summary"], 
span[data-bind="text: Summary"],
.btn.btn-sm.btn-success.pull-right {
  display: none;
}

.single-job .job--meta {
  position: static;
}

@media (min-width: 768px) {
  .single-job .job--meta .job--meta-date {
    
    position: relative;
    top: 5px;
    float: right;
    margin-right: 5px;
    color: #adadad;
    left: 45px;
  }
}

.ion-ios-heart::before {
  font-family: "FontAwesome" !important;
  content: "\f004" !important;
  font-style: normal !important;
}

.ion-ios-heart-outline::before {
  font-family: "FontAwesome" !important;
  content: "\f08a" !important;
  font-style: normal !important;
}


/* NEW FIXES FOR BLOGG */

form[action^="/blogg/"] .new-BloggArticlesPreviews .new-ArticlePreview {
  min-height: unset;
  height: 400px;
}

form[action^="/blogg/"] .new-BloggArticlesPreviews .ArticlePreviewInfo .desc,
form[action^="/blogg/"] .new-BloggArticlesPreviews .ArticlePreviewInfo .category,
form[action^="/blogg/"] .new-BloggArticleHeader .meta a,
form[action^="/blogg/"] .new-BloggArticleHeader .meta span::after {
  display: none;
}

form[action^="/blogg/"] .new-BloggArticleHeader h1 {
  margin-bottom: 15px;
}

form[action^="/blogg/"] .new-BloggArticleContent .ingress {
  font-size: 18px !important;
  font-weight: bold;
}

form[action^="/blogg/"] .new-BloggArticleContent p:not([class]) {
  margin-bottom: 20px !important;
}



@media (max-width: 992px) {
  form[action^="/blogg/"] .new-BloggArticlesPreviews .new-ArticlePreview {
    height: 370px;
  }
}


@media (max-width: 767px) {
  form[action^="/blogg/"] .new-BloggArticlesPreviews .new-ArticlePreview {
    height: auto;
  }
  
}
@media (max-width: 500px) {
  form[action^="/blogg/"] .new-BloggArticleHeader h1 {
    font-size: 23px !important;
    margin: 0;
  }
  form[action^="/blogg/"] .new-BloggArticleContent .ingress {
    font-size: 16px !important;
  }
}