@font-face {
    font-family: PNSans;
    font-weight: normal;
    font-style:  normal;
    font-display: swap;
    src: url("https://embed-css.jobylon.com/fonts/postnord/PNSans-Regular.woff2") format("woff2");
}
@font-face {
    font-family: PNSans;
    font-weight: 500;
    font-style:  normal;
    font-display: swap;
    src: url("https://embed-css.jobylon.com/fonts/postnord/PNSans-Medium.woff2") format("woff2");
}

* {
    font-family: 'PNSans';
}

.form-inline .form-group {
    display: block;
    margin: 10px 0;
}

.form-control {
    border-color: #0c5d92;
}

.form-control:focus {
    border-color: #000;
}

a {
    color: #000;
    text-decoration: underline;
}

.btn-default {
    background-color: #0c5d92 !important;
    color: #fff !important;
    border-color: #0c5d92 !important;
}

.btn-default:hover {
    text-decoration: underline !important;
}

.form-group label {
    font-weight: normal;
    cursor: pointer;
}
.selection label {
    margin-right: 10px;
    font-size: 15px;
}

label {
    font-weight: 400;
}
.title {
    color: #000; 
    font-size: 16px !important;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #0c5d92;
}

.function,
.experience,
.departments {
    display: none;
}

.layers-2 {
    display: block;
}

.layers-2 .title .placeholder {
  display: none;
}

.layers-2 .title:after {
  content: 'Kategori';
}
