@import url("//hello.myfonts.net/count/3289a5");
.vacancy, .activities .activity {
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
  transition-timing-function: linear;
  box-shadow: 0 6px 3px -3px rgba(92, 92, 94, 0.5); }
  .vacancy:after, .activities .activity:after {
    width: 0;
    height: 0;
    z-index: -1;
    content: " ";
    position: absolute;
    left: 75%;
    top: 50%;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFEFD1;
    transition: width 1s, height 1s; }
  .vacancy:hover, .activities .activity:hover {
    box-shadow: 0 6px 3px -3px #5C5C5E; }
    .vacancy:hover:after, .activities .activity:hover:after {
      width: 25px;
      height: 25px; }
  .selected.vacancy, .activities .selected.activity {
    box-shadow: 0 0 3px rgba(92, 92, 94, 0.5);
    transform: translate(0, 5px); }
    .selected.vacancy:after, .activities .selected.activity:after {
      width: 200%;
      height: 200%; }

.highlight-anim {
  animation-name: highlight-number;
  animation-duration: .75s;
  animation-timing-function: ease-in-out; }

@keyframes highlight-number {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 146, 72, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(241, 146, 72, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(241, 146, 72, 0); } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@font-face {
  font-family: 'MuseoSlab-500';
  src: url("/font/3289A5_6_0.eot");
  src: url("/font/3289A5_6_0.eot?#iefix") format("embedded-opentype"), url("/font/3289A5_6_0.woff2") format("woff2"), url("/font/3289A5_6_0.woff") format("woff"), url("/font/3289A5_6_0.ttf") format("truetype"); }

html, body {
  margin: 0;
  padding: 0;
  counter-reset: section;
  min-width: 360px; }

.z-label {
  font-size: inherit;
  color: inherit;
  font-family: inherit; }

html {
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  color: #333; }
  @media (max-width: 700px) {
    html {
      font-size: 15px; } }

.z-menu-content i, .z-menuitem-content i, .z-menu-text, .z-menuitem-text {
  vertical-align: middle; }

.z-menu-content i, .z-menuitem-content i {
  margin-right: 8px; }

/****************************************/
/********* Headings *********************/
/****************************************/
.z-label[class*="head-"] {
  font-family: "MuseoSlab-500", arial, helvetica, sans-serif;
  transition: margin .5s, font-size .5s;
  display: block;
  vertical-align: middle; }
  .z-label[class*="head-"].dark {
    color: white;
    background: #5C5C5E; }
  .z-label[class*="head-"].no-break {
    display: inline-block; }

.head-1 {
  font-size: 150%;
  margin: 0 0 .5rem 0; }

.head-2 {
  font-size: 120%;
  margin: 0 0 .25rem 0; }

.head-3 {
  font-size: 110%; }

/****************************************/
/********* Utility **********************/
/****************************************/
/* Utility classes for every use */
.box {
  background: #F1F1F1;
  border: 6px solid #EAEAEA;
  padding: .5rem;
  margin-bottom: .5rem; }

.flag {
  cursor: pointer;
  background-size: 100% 100%; }

@media (min-width: 700px) {
  .is-mobile {
    display: none !important; } }

@media (max-width: 700px) {
  .is-browser {
    display: none !important; } }

/****************************************/
/********** Components ******************/
/****************************************/
.z-button {
  background: #ff912d;
  color: white;
  transition: background .2s;
  border-radius: 0; }
  .z-button:focus {
    border-color: #5C5C5E; }
  .z-button:hover:not([disabled]) {
    color: white;
    background: #5C5C5E; }

.z-checkbox {
  margin-left: -6px; }

.z-radio:first-child {
  margin-left: -8px; }

.z-grid-body .z-cell {
  font-size: inherit !important; }

.z-listheader {
  background: #5C5C5E;
  border: 0; }

.z-listitem:hover > .z-listcell {
  background: inherit; }
  .z-listitem:hover > .z-listcell > .z-listcell-content {
    font-weight: bold; }

.z-listitem-focus:not(.z-listitem-selected) > .z-listcell {
  background: inherit; }

.z-textbox {
  flex: 1; }

.z-tabpanel {
  padding: 0; }

.infobox {
  z-index: 2;
  text-align: center;
  cursor: help;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff912d;
  color: white;
  transition: background-color .5s;
  font-size: 1rem;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1em;
  vertical-align: middle; }
  .infobox:hover {
    background-color: rgba(255, 145, 45, 0.5); }
  @media (max-width: 700px) {
    .infobox {
      font-size: 150%; } }

.section {
  /** Number before each section **/ }
  .section > .head-3 {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "MuseoSlab-500", serif;
    color: white;
    font-size: 120%;
    background: #5C5C5E;
    position: relative; }
  .section > .head-3:before {
    counter-increment: section;
    content: counter(section);
    text-align: center;
    color: white;
    background: #ff912d;
    margin-right: .5rem;
    flex-basis: 1.5em;
    padding: 5px 5px;
    align-self: stretch; }

.single-page {
  max-width: 800px;
  margin: 1rem auto; }
  @media (max-width: 700px) {
    .single-page {
      margin: .5rem; } }
  .single-page .head-1 {
    padding: 3px;
    margin-top: 3rem; }

.vacancies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: .5rem; }

.workdays {
  order: 3;
  flex: 0 0 1.2em;
  z-index: 2;
  vertical-align: middle;
  display: flex;
  justify-content: space-between; }
  .workdays .workday {
    min-width: 2em;
    text-align: center;
    line-height: 1.2em;
    background: #a9a9aa;
    color: white; }
    .workdays .workday.active {
      background: #ff912d;
      color: white; }

.vacancy {
  background: #F1F1F1;
  cursor: pointer;
  min-height: 7em;
  flex-grow: 1;
  min-width: 300px;
  max-width: 300px;
  margin: .75rem;
  padding: 0 .5rem .5rem .5rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .vacancy {
      font-size: 80%; } }
  .vacancy .activity-type {
    z-index: 2;
    order: 0;
    padding: 3px 3px 3px .5rem;
    margin-top: .5rem;
    background: #5C5C5E;
    color: white; }
  .vacancy .address {
    letter-spacing: 2px;
    background: rgba(216, 216, 216, 0.8);
    flex: 1 1;
    border: 1px solid transparent;
    padding: 3px 3px 3px .5rem;
    order: 2;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    .vacancy .address .z-label {
      display: block; }
  .vacancy .quick-description {
    padding: 3px 3px 3px .5rem;
    flex: 1 1; }
  .vacancy .workdays {
    max-height: 0.2em;
    transition: max-height .5s;
    overflow: hidden; }
  .vacancy.selected .workdays, .vacancy:hover .workdays {
    max-height: 1.2em !important; }
  .vacancy .form-of-employment {
    order: 1;
    letter-spacing: 1px;
    padding: 3px 3px 3px .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1; }

.text-content {
  padding: 1rem;
  background: #F1F1F1;
  border: 1px solid transparent;
  display: block;
  box-shadow: 0 6px 3px -3px rgba(92, 92, 94, 0.5); }
  .text-content .info > .z-html {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: .5rem; }

.split {
  display: flex;
  flex-direction: row; }
  @media (max-width: 700px) {
    .split {
      flex-direction: column; } }
  .split .vacancy {
    flex-grow: 0;
    box-shadow: 0 0 3px rgba(92, 92, 94, 0.5); }
  .split .info > .z-html {
    flex: 1; }
  .split .description {
    font-size: .8em; }
  .split .map, .split .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 1rem; }
  @media (max-width: 700px) {
    .split .map {
      margin-top: 1rem; } }
  .split .map-content {
    flex: 1;
    min-height: 250px; }

.action-buttons {
  clear: both;
  padding: 1rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly; }

.action-button {
  margin: 1rem auto 0;
  display: block; }

.search .heading {
  margin: .5rem; }
  .search .heading .count {
    padding: 5px 5px 0 5px; }
  .search .heading .head-1 {
    display: inline; }
  @media (max-width: 700px) {
    .search .heading .head-2 {
      display: none; } }

.search .count {
  display: inline-block;
  text-align: center;
  color: white;
  background: #ff912d;
  flex-basis: 1.5em;
  padding: 0 5px; }

.search-content {
  margin: 0 .5rem .5rem .5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 700px) {
    .search-content {
      flex-direction: row; } }
  @media (max-width: 700px) {
    .search-content {
      margin: 0;
      padding-bottom: 3vh; } }
  .search-content .activity-group {
    position: relative;
    transition: margin-bottom .5s, height .5s, max-height .5s;
    margin-bottom: 1rem; }
    .search-content .activity-group .activity-group-caption-content {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: stretch; }
      .search-content .activity-group .activity-group-caption-content .count {
        display: flex;
        align-items: center;
        justify-content: center; }
      .search-content .activity-group .activity-group-caption-content .activity-name {
        min-height: 40px;
        flex: 1;
        padding-left: .5rem;
        display: flex;
        align-items: center; }
      .search-content .activity-group .activity-group-caption-content .z-button {
        box-shadow: none; }
  .search-content .filter-list {
    flex: 0 1 300px; }
    .search-content .filter-list .search-actions {
      display: flex;
      justify-content: flex-end; }
    @media (max-width: 700px) {
      .search-content .filter-list .search-actions {
        justify-content: space-between; } }
  .search-content .results {
    display: flex;
    flex-direction: column; }
    @media (min-width: 700px) {
      .search-content .results {
        margin-left: .5rem;
        flex: 3; } }
    .search-content .results .no-results {
      text-align: center; }
      @media (min-width: 700px) {
        .search-content .results .no-results {
          flex: 1; } }
  .search-content .load-more {
    width: 100%; }
  .search-content .more-initiative {
    text-align: center;
    margin: 1rem 0; }

/****************************************/
/********** Layout **********************/
/****************************************/
/* Global layout design */
.layout-page {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

/** HEAD **/
.layout-header {
  margin: .5rem;
  font-size: 25px;
  color: grey; }
  .layout-header * {
    vertical-align: top; }

.layout-logo {
  text-align: center; }
  .layout-logo .z-a {
    font-size: 25px; }

.layout-countries {
  float: right;
  width: 4em;
  text-align: right; }

div.flag {
  display: inline-block;
  height: 1em;
  width: 1em;
  opacity: 0.5;
  transition: opacity .5s; }
  div.flag.selected {
    opacity: 1; }

/** CONTENT **/
.layout-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

/** FOOTER **/
.layout-popup-footer {
  text-align: center;
  margin: .5rem .5rem 0 .5rem; }

.layout-footer {
  color: #9F9F9F;
  margin-top: .5rem;
  vertical-align: middle;
  text-align: center; }
  .layout-footer .z-label, .layout-footer .z-a {
    font-size: 70%; }
  .layout-footer .z-a {
    text-decoration: none;
    color: inherit;
    cursor: pointer; }
  .layout-footer .z-a:hover {
    color: #ff912d; }

.activities {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: space-around; }
  @media (max-width: 700px) {
    .activities {
      flex-direction: column; } }
  .activities .activity {
    cursor: pointer;
    margin: .5rem;
    max-height: 150px;
    transition: all .5s, max-height 1.75s;
    transition-timing-function: ease-in-out; }
    @media (min-width: 700px) {
      .activities .activity {
        max-width: 30%; } }
  .activities .activity:hover {
    max-height: 600px; }
  .activities .head {
    letter-spacing: 2px;
    display: block;
    margin-bottom: .5em; }
  .activities .description {
    display: block;
    color: #888;
    font-size: 80%;
    margin: .5rem 0;
    line-height: 1.5;
    letter-spacing: 1px;
    position: relative; }
  .activities .activity:before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #F1F1F1, rgba(241, 241, 241, 0));
    z-index: 1;
    transition: opacity .5s;
    opacity: 1; }
  .activities .activity.selected:before {
    background: linear-gradient(to top, #FFEFD1, rgba(255, 239, 209, 0)); }
  .activities .activity:hover:before {
    opacity: 0; }

/**************************************/
/********* COUNTRIES ******************/
/**************************************/
.page-countries {
  margin-top: 2em;
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch; }

.country {
  /** Box **/
  cursor: pointer;
  position: relative;
  margin: .5rem;
  padding: 1rem;
  flex: 1 1 300px;
  background: #F1F1F1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /** Content **/
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  /** Effect **/
  transition: background .5s; }
  .country .flag {
    opacity: 1; }
  .country .description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start; }
  .country .name::placeholder, .country .slogan::placeholder {
    color: white; }
  .country .name, .country .slogan, .country .more {
    color: white;
    display: inline-block;
    margin: .1rem;
    height: auto; }
  .country .name {
    font-size: 150%;
    background: #ff912d;
    color: white;
    font-family: "MuseoSlab-500", arial, helvetica, sans-serif;
    padding: .6rem .6rem .25rem .6rem !important; }
  .country .slogan {
    font-size: 70%;
    padding: .4rem;
    background-color: #363839; }
  .country .more, .country .slogan {
    transition: background .2s; }
  .country .more {
    background: #ff912d;
    color: white;
    text-transform: uppercase;
    padding: .5rem;
    margin-top: 1rem;
    font-weight: 800; }
  .country div.flag.big {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 4em;
    height: 4em;
    border-radius: 50%;
    transition: width 1s, height 1s; }
    @media (max-width: 700px) {
      .country div.flag.big {
        width: 50px;
        height: 50px; } }

.floating-button.z-button {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  border-radius: 50%;
  text-align: center;
  width: 56px;
  height: 56px;
  animation: pulse 2s infinite;
  z-index: 50; }

.floating-button.z-button, .floating-button i {
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0; }

/** Cookie Info Popup */
.cookie-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: .5rem;
  background: white;
  display: flex;
  box-shadow: 0 1px 10px 0 #666; }
  @media only screen and (max-width: 800px) {
    .cookie-info {
      flex-direction: column; }
      .cookie-info .z-html {
        line-height: 1.5;
        font-size: 100% !important; } }
  .cookie-info .z-html, .cookie-info .z-button {
    margin: .5rem; }
  .cookie-info .z-html {
    font-size: .8rem;
    line-height: 1.5;
    flex: 1; }

.fill-data {
  flex: 1; }
  .fill-data .head-1 {
    margin: .5rem .5rem 1rem .5rem; }
  .fill-data .fill-data-content {
    transition: margin 1s; }
    @media (min-width: 700px) {
      .fill-data .fill-data-content {
        margin: 0 .75rem; } }
  .fill-data .element {
    padding: .5rem;
    margin: .5rem;
    display: inline-block;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    min-width: 250px; }
    @media (max-width: 700px) {
      .fill-data .element {
        display: block; } }
    .fill-data .element .title {
      display: block;
      color: #333;
      letter-spacing: 2px;
      margin-bottom: .3rem; }
    .fill-data .element .description {
      display: block;
      color: #666666;
      font-size: 80%;
      margin-top: -.3rem;
      margin-bottom: .6rem; }
    .fill-data .element.single {
      display: block; }
    .fill-data .element.error {
      background: linear-gradient(to right, rgba(250, 200, 200, 0.5), rgba(250, 100, 100, 0)); }
    .fill-data .element .address {
      border-bottom: 1px dashed #5C5C5E;
      display: inline-block;
      vertical-align: bottom;
      margin: 0 3px;
      text-align: center; }
  .fill-data .z-listbox {
    max-width: 300px; }

.success {
  width: 100%;
  max-width: 1200px; }
  .success .image {
    width: 400px; }
    @media (max-width: 1200px) {
      .success .image {
        display: none; } }
  .success .z-window-content {
    display: flex;
    position: relative; }
  .success .description {
    position: absolute;
    top: 50%;
    padding-left: calc(400px + 1rem);
    transform: translate(0, -50%);
    display: block; }
    @media (max-width: 1200px) {
      .success .description {
        position: relative;
        top: 0;
        padding: 0;
        transform: none; } }
    .success .description .z-label {
      display: block;
      font-size: 24px;
      flex: 1;
      margin: 0 0 1rem 0; }

.vacancy, .activities .activity {
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
  transition-timing-function: linear;
  box-shadow: 0 6px 3px -3px rgba(92, 92, 94, 0.5); }
  .vacancy:after, .activities .activity:after {
    width: 0;
    height: 0;
    z-index: -1;
    content: " ";
    position: absolute;
    left: 75%;
    top: 50%;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFEFD1;
    transition: width 1s, height 1s; }
  .vacancy:hover, .activities .activity:hover {
    box-shadow: 0 6px 3px -3px #5C5C5E; }
    .vacancy:hover:after, .activities .activity:hover:after {
      width: 25px;
      height: 25px; }
  .selected.vacancy, .activities .selected.activity {
    box-shadow: 0 0 3px rgba(92, 92, 94, 0.5);
    transform: translate(0, 5px); }
    .selected.vacancy:after, .activities .selected.activity:after {
      width: 200%;
      height: 200%; }

.highlight-anim {
  animation-name: highlight-number;
  animation-duration: .75s;
  animation-timing-function: ease-in-out; }

@keyframes highlight-number {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 146, 72, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(241, 146, 72, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(241, 146, 72, 0); } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.imports {
  display: flex;
  flex-direction: column;
  margin: 0 1rem 0 0; }

.import {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: .1rem;
  cursor: default; }
  .import > * {
    padding: .25rem .5rem;
    vertical-align: middle; }
  .import:hover .filename {
    background: #ff912d; }
  .import .filename {
    transition: background .3s ease-in-out;
    background: #f3f3f3;
    order: 2;
    flex: 1; }
  .import .imported, .import .errors {
    flex: 0 1 50px;
    text-align: center; }
  .import .imported {
    order: 0;
    color: #305020;
    background-color: #66ff66; }
  .import .errors {
    order: 1;
    color: #502020;
    background-color: #ff9966; }
  .import .started, .import .size {
    order: 3;
    color: #a9a9aa; }
  .import .size {
    flex-basis: 120px; }
  .import .z-button {
    order: 5;
    margin: 0 .1rem; }

.progressbar {
  position: relative;
  height: 5px;
  display: flex;
  line-height: 1;
  transition: height .5s;
  cursor: default; }
  .progressbar .z-label {
    line-height: 1;
    font-size: 80%;
    margin: 0 .5rem; }
  .progressbar:hover {
    height: 1rem; }
    .progressbar:hover .bar-done, .progressbar:hover .bar-importing {
      text-indent: 0; }
  .progressbar .bar-done, .progressbar .bar-importing {
    height: 100%;
    transition: text-indent .75s, width 1s ease-in-out;
    text-indent: -6em;
    direction: rtl;
    overflow: hidden;
    color: rgba(64, 64, 64, 0.7); }
  .progressbar .bar-done {
    background: #d8ffa0; }
  .progressbar .bar-importing {
    background: #fffa74; }

.z-dropupload {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  min-height: 3rem;
  text-shadow: 0 0 1px white;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(200, 200, 200, 0.8); }

.category {
  margin: 1rem;
  font-size: .9rem; }
