@font-face {
  font-family: MuseoSans-100;
  font-style: normal;
  font-weight: 100;
  src: local("MuseoSans"), url(fonts/MuseoSans-100.woff2) format("woff2"), url(fonts/MuseoSans-100.woff) format("woff"), url(fonts/MuseoSans-100.ttf) format("ttf"), url(fonts/MuseoSans-100.eot) format("eot");
}
@font-face {
  font-family: MuseoSans-500;
  font-style: normal;
  font-weight: 500;
  src: local("MuseoSans"), url(fonts/MuseoSans-500.woff2) format("woff2"), url(fonts/MuseoSans-500.woff) format("woff"), url(fonts/MuseoSans-500.ttf) format("ttf"), url(fonts/MuseoSans-500.eot) format("eot");
}
@font-face {
  font-family: MuseoSans-700;
  font-style: normal;
  font-weight: 700;
  src: local("MuseoSans"), url(fonts/MuseoSans-700.woff2) format("woff2"), url(fonts/MuseoSans-700.woff) format("woff"), url(fonts/MuseoSans-700.ttf) format("ttf"), url(fonts/MuseoSans-700.eot) format("eot");
}
body {
  background-color: white;
  padding-top: 0px;
  font-family: MuseoSans-100 !important;
  color: #0C2340 !important;
}

.navbar {
  font-family: MuseoSans-700;
  font-size: 13px;
  text-transform: uppercase;
  background-color: white !important;
  margin-bottom: 2em;
}
.navbar li {
  margin-right: 10px;
}
.navbar a.nav-link {
  color: #FE5000 !important;
}
.navbar img {
  height: 84px;
  width: auto;
}
.header-image {
  text-align: center;
}
.header-image img {
  height: 50vh;
  width: auto !important;
}

@media only screen and (min-width: 800px) {
  .navbar a.nav-link-job-form {
    font-family: MuseoSans-500;
    color: white !important;
    background: #FE5000 !important;
    border-radius: 24px !important;
    padding: 10px 20px !important;
  }
}
.col-3.border {
  border-left-style: none !important;
}

.form-select {
  margin-bottom: 12px;
}

label {
  font-family: MuseoSans-500;
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wpforms-field-container p.notice {
  margin-top: 10px !important;
  font-size: 14px !important;
}
.wpforms-field-container p.notice .important {
  color: #FE5000;
}

form input,
form button {
  font-family: MuseoSans-500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

form input {
  font-family: MuseoSans-500;
}

::placeholder {
  color: #0C2340 !important;
  font-family: MuseoSans-500 !important;
}

input.form-control {
  padding: 5px 10px !important;
  margin-bottom: 15px;
  border-radius: 6px !important;
}

.beautiful-taxonomy-filters .beautiful-taxonomy-filters-tax {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.beautiful-taxonomy-filters select {
  padding: 5px 10px;
  border-radius: 6px;
  color: #0C2340 !important;
  font-family: MuseoSans-500 !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a#all-offers {
  color: #FE5000;
  font-family: MuseoSans-500;
}

form .btn,
form .beautiful-taxonomy-filters-button,
form .wpforms-page-button,
form .wpforms-submit {
  border: 1px solid #FE5000 !important;
  border-radius: 19px !important;
  color: #FE5000 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  background-color: white !important;
  width: 174px !important;
  box-shadow: 0px !important;
}
form .btn:hover,
form .beautiful-taxonomy-filters-button:hover {
  background-color: #FE5000;
  border: 1px solid #FE5000;
  color: white;
}

.wpforms-confirmation-container-full {
  background-color: transparent !important;
  border-color: #FE5000 !important;
}

.row-main-content h1, .row-main-content h2, .row-main-content h3, .row-main-content h4, .row-main-content h5 {
  font-family: MuseoSans-700;
}
.row-main-content h4 {
  width: 80%;
}
.row-main-content p, .row-main-content li {
  color: #0C2340;
}
.row-main-content ul.cat {
  margin: 0px;
  padding: 0px;
}
.row-main-content ul.cat li {
  display: inline;
  margin-right: 3px;
}
.row-main-content ul.cat li::after {
  content: " /";
  font-size: 15px;
  font-family: MuseoSans-100;
}
.row-main-content ul.cat-2 li {
  display: block;
}
.row-main-content ul.cat-2 li::after {
  content: " ";
}
.row-main-content .entry-header {
  position: relative;
}
.row-main-content img.organisation-image {
  max-height: 80px;
  width: auto;
  margin-bottom: 30px;
}

body .beautiful-taxonomy-filters {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}
body .beautiful-taxonomy-filters label {
  display: none;
}

.col-part a,
.col-part a:visited,
ul.cat a,
ul.cat a:visited {
  color: #0C2340;
  text-decoration: none;
}
.col-part img,
ul.cat img {
  margin-bottom: 15px;
}

.p-5.border-bottom:last-of-type {
  border-bottom: 0 !important;
}

.wpforms-container .wpforms-page-indicator-steps {
  display: none;
}
.wpforms-container .wpforms-page-indicator-page-progress {
  background-color: #FE5000 !important;
}
.wpforms-container .wpforms-submit {
  background-color: #FE5000 !important;
  color: white !important;
  border: none !important;
}
.wpforms-container li input {
  filter: grayscale(1);
}
.wpforms-container .wpforms-error {
  border-color: #FE5000 !important;
}
.wpforms-container ul label {
  font-family: MuseoSans-100;
}
.wpforms-container span.wpforms-required-label {
  color: #FE5000 !important;
}
.wpforms-container label.wpforms-error {
  color: #FE5000 !important;
  font-family: MuseoSans-500 !important;
  font-size: 15px !important;
  margin-top: 10px !important;
}
.wpforms-container .wpforms-confirmation-container-full strong {
  font-family: MuseoSans-500 !important;
  font-weight: 500 !important;
}

article.type-post p {
  font-size: 15px;
}

ul.cat a {
  pointer-events: none;
}

a {
  text-decoration: none;
}

div.job-item a h4 {
  color: #FE5000;
}

a.accept-cookies {
  background: #FE5000 !important;
  border-radius: 24px !important;
  padding: 10px 20px !important;
}

#cookie-notice {
  border-top: 1px solid #dee2e6;
  font-family: MuseoSans-100 !important;
  font-size: 15px !important;
}

#cookie-notice.cookie-revoke-visible {
  background-color: transparent !important;
  border-top: 0px solid #dee2e6;
}

#cn-revoke-buttons {
  float: right;
  margin-bottom: 15px;
}

.main-container {
  padding-bottom: 10em;
}

article.job h6 {
  font-size: 15px;
  font-family: MuseoSans-500;
}
article.job span a {
  pointer-events: none;
  text-decoration: none;
  color: #0C2340;
}
article.job a.job-contact {
  color: #FE5000;
}

@media only screen and (max-width: 800px) {
  .carousel,
.row-main-content .col-3 {
    display: none;
  }

  select {
    width: 100%;
  }

  .p-5 {
    padding: 2rem !important;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  .navbar-brand {
    width: 70%;
  }

  .navbar-brand img {
    width: 100%;
    height: auto;
  }

  .header-image img {
    height: auto;
    width: 90% !important;
  }

  img.organisation-image {
    position: static !important;
    margin-bottom: 20px;
    max-width: 100% !important;
    height: auto !important;
  }
}
.footer-nav {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}

.footer-nav li {
  display: inline-block;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
.footer-nav li a {
  color: #0C2340;
}

/*
.carousel .carousel-item {
	height: 390px;
}

.carousel-item img {


    min-height: 390px;
}


.carousel-control-next, 
.carousel-control-prev {
	width: 7%;
}


.carousel-inner {
	background-color: black;

	img {
		opacity: 0.5 !important;
	}
}


.carousel-caption {
	text-align: left;
	top: 50%;
	transform: translateY(-50%);	
	width: 42%;
	left: 9%;

	h5 {
		font-size: 1.8rem;
		font-family: MuseoSans-700;
	}
}
*/
