@charset "UTF-8";

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/

/**
 * Remtopx and Pxtorem
 * -----------------------------------------------------------------------------
 * Based on http://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
 *
 * Usage:
 *
 *      body {
 *          @include rem(font-size, 1.6rem);
 *          @include rem(padding, 20px 10px);
 *      }
 */

.background-color--main {
  background-color: #000 !important;
}

.background-color--white {
  background-color: #fff !important;
}

.background-color--black {
  background-color: #000 !important;
}

.background-color--grey {
  background-color: #797979 !important;
}

.background-color--grey-light {
  background-color: #eaedf0 !important;
}

.background-color--grey-dark {
  background-color: #797979 !important;
}

.background-color--blue {
  background-color: #0b6dc7 !important;
}

.background-color--blue-light {
  background-color: #5897d4 !important;
}

.color--main {
  color: #000 !important;
}

.color--white {
  color: #fff !important;
}

.color--red {
  color: #dc1f2e !important;
}

.color--yellow {
  color: #ffcd00 !important;
}

.color--blue {
  color: #0b6dc7 !important;
}

.color--blue-light {
  color: #5897d4 !important;
}

.color--grey {
  color: #797979 !important;
}

.color--grey-dark {
  color: #2A2A2A !important;
}

.color--grey-light {
  color: #eaedf0 !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

main {
  display: block;
}

iframe {
  border: 0;
}

/* dosis-300 - latin */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/dosis/dosis-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/dosis/dosis-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis/dosis-v17-latin-300.woff2") format("woff2"), url("../Fonts/dosis/dosis-v17-latin-300.woff") format("woff"), url("../Fonts/dosis/dosis-v17-latin-300.ttf") format("truetype"), url("../Fonts/dosis/dosis-v17-latin-300.svg#Dosis") format("svg");
  /* Legacy iOS */
}

/* dosis-regular - latin */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/dosis/dosis-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/dosis/dosis-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis/dosis-v17-latin-regular.woff2") format("woff2"), url("../Fonts/dosis/dosis-v17-latin-regular.woff") format("woff"), url("../Fonts/dosis/dosis-v17-latin-regular.ttf") format("truetype"), url("../Fonts/dosis/dosis-v17-latin-regular.svg#Dosis") format("svg");
  /* Legacy iOS */
}

/* dosis-500 - latin */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/dosis/dosis-v17-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/dosis/dosis-v17-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis/dosis-v17-latin-500.woff2") format("woff2"), url("../Fonts/dosis/dosis-v17-latin-500.woff") format("woff"), url("../Fonts/dosis/dosis-v17-latin-500.ttf") format("truetype"), url("../Fonts/dosis/dosis-v17-latin-500.svg#Dosis") format("svg");
  /* Legacy iOS */
}

/* dosis-600 - latin */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/dosis/dosis-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/dosis/dosis-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis/dosis-v17-latin-600.woff2") format("woff2"), url("../Fonts/dosis/dosis-v17-latin-600.woff") format("woff"), url("../Fonts/dosis/dosis-v17-latin-600.ttf") format("truetype"), url("../Fonts/dosis/dosis-v17-latin-600.svg#Dosis") format("svg");
  /* Legacy iOS */
}

/* dosis-700 - latin */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/dosis/dosis-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/dosis/dosis-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis/dosis-v17-latin-700.woff2") format("woff2"), url("../Fonts/dosis/dosis-v17-latin-700.woff") format("woff"), url("../Fonts/dosis/dosis-v17-latin-700.ttf") format("truetype"), url("../Fonts/dosis/dosis-v17-latin-700.svg#Dosis") format("svg");
  /* Legacy iOS */
}

body {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.625;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1.icon,
h2.icon,
h3.icon,
h4.icon,
h5.icon,
h6.icon {
  padding-left: 2rem;
  background-position: left;
}

h1,
.hl-h1 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

h3,
.hl-h3 {
  font-size: 1.625rem;
  line-height: 1.3;
}

h4,
.hl-h4 {
  font-size: 1.563rem;
}

h5,
.hl-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.92px;
}

.hl-hero {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--muted {
  font-weight: 300;
  display: block;
  color: #4a4a4a;
  font-size: .9rem;
}

.text--bold {
  font-weight: 700;
}

.text--light {
  font-weight: 300;
}

.text--small {
  font-size: 0.75rem;
  line-height: 1.4;
}

.text--normal {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .5px;
}

.text--medium {
  font-size: 1.25rem;
}

.text--big {
  font-size: 4rem;
}

.text--uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text--sidewards {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

a {
  color: #4a4a4a;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.icon {
  padding-left: 1.5rem;
}

a.icon--pdf {
  padding-left: 2.5rem;
}

.link--arrow,
.link--arrow--gold {
  position: relative;
  display: inline-block;
}

.link--arrow:before,
.link--arrow--gold:before {
  content: '';
  background-image: url("../Images/Icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: .85em;
  background-position: left center;
  height: 1em;
  width: 1em;
  margin-top: .33em;
  margin-right: .3em;
  float: left;
}

.link--arrow.text--small:before,
.text--small.link--arrow--gold:before {
  margin-top: 1px;
}

.link--arrow--gold {
  font-weight: 600;
}

.link--arrow--gold:before {
  content: '';
  background-image: url(../Images/Icons/arrow--gold.svg);
  background-repeat: no-repeat;
  background-size: .85em;
  background-position: left center;
  height: 1em;
  width: 1em;
  margin-top: .45em;
  margin-right: .3em;
  float: left;
}

.text--medium .link--arrow,
.text--medium .link--arrow--gold {
  padding-left: 1.5rem;
}

.text--medium .link--arrow:before,
.text--medium .link--arrow--gold:before {
  background-size: 15px;
}

button,
a.btn {
  font-size: 1.25rem;
  line-height: 1;
}

.font--500 {
  font-weight: 500;
}

.font--600 {
  font-weight: 600;
}

ul {
  line-height: 1.3;
  padding-left: 25px;
}

ul li {
  padding: 5px 0;
}

.radio-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.radio-text[type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.radio-text[type="radio"]:focus + label {
  -webkit-box-shadow: 0 0 0 2px rgba(93, 228, 57, 0.4) !important;
  box-shadow: 0 0 0 2px rgba(93, 228, 57, 0.4) !important;
}

.radio-text[type="radio"]:hover + label {
  background-color: #62BD46;
  border-color: #62BD46;
  color: #fff;
  -webkit-box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
}

.radio-text[type="radio"] + label {
  position: relative;
  padding: .75rem 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  border: 1px solid #797979;
  color: #797979;
  font-weight: 600;
}

.radio-text[type="radio"]:checked + label {
  background-color: #62BD46;
  border-color: #62BD46;
  color: #fff;
  -webkit-box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
}

.radio,
.checkbox {
  /* original, radial radio
  &[type="radio"] {

    + label {

      &::before,
      &::after {
        @if ($x-check-border-radius) {
          border-radius: $x-check-border-radius;
        } @else {
          border-radius: 50%;
        }
      }
    }

    &:checked {

      &:active,
      &:focus {

        + label {

          &::before {
            animation: none;
            filter: none;
            transition: none;
          }
        }
      }

      + label {

        &::before {
          animation: none;
          background-color: $x-check-input-bg-color;
        }

        &::after {
          transform: scale(1);
        }
      }
    }
  }
  */
}

.radio[type="checkbox"],
.radio[type="radio"],
.checkbox[type="checkbox"],
.checkbox[type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.radio[type="checkbox"]:focus + label::before,
.radio[type="radio"]:focus + label::before,
.checkbox[type="checkbox"]:focus + label::before,
.checkbox[type="radio"]:focus + label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(93, 228, 57, 0.4) !important;
  box-shadow: 0 0 0 2px rgba(93, 228, 57, 0.4) !important;
}

.radio[type="checkbox"]:hover + label::before,
.radio[type="radio"]:hover + label::before,
.checkbox[type="checkbox"]:hover + label::before,
.checkbox[type="radio"]:hover + label::before {
  border-color: #000;
}

.radio[type="checkbox"]:active + label::before,
.radio[type="radio"]:active + label::before,
.checkbox[type="checkbox"]:active + label::before,
.checkbox[type="radio"]:active + label::before {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}

.radio[type="checkbox"] + label,
.radio[type="radio"] + label,
.checkbox[type="checkbox"] + label,
.checkbox[type="radio"] + label {
  position: relative;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio[type="checkbox"] + label::before,
.radio[type="radio"] + label::before,
.checkbox[type="checkbox"] + label::before,
.checkbox[type="radio"] + label::before {
  background-color: #fff;
  border: 1px solid #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  color: #444;
  margin-right: 8.5px;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio[type="checkbox"] + label::after,
.radio[type="radio"] + label::after,
.checkbox[type="checkbox"] + label::after,
.checkbox[type="radio"] + label::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.radio[type="checkbox"][disabled] + label::before,
.radio[type="radio"][disabled] + label::before,
.checkbox[type="checkbox"][disabled] + label::before,
.checkbox[type="radio"][disabled] + label::before {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

.radio[type="checkbox"][disabled]:active + label::before,
.radio[type="checkbox"][disabled]:focus + label::before,
.radio[type="checkbox"][disabled]:hover + label::before,
.radio[type="radio"][disabled]:active + label::before,
.radio[type="radio"][disabled]:focus + label::before,
.radio[type="radio"][disabled]:hover + label::before,
.checkbox[type="checkbox"][disabled]:active + label::before,
.checkbox[type="checkbox"][disabled]:focus + label::before,
.checkbox[type="checkbox"][disabled]:hover + label::before,
.checkbox[type="radio"][disabled]:active + label::before,
.checkbox[type="radio"][disabled]:focus + label::before,
.checkbox[type="radio"][disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none;
  transition: none;
}

.radio[type="checkbox"]:indeterminate + label::before,
.checkbox[type="checkbox"]:indeterminate + label::before {
  background-color: #62BD46;
  border-color: #62BD46;
}

.radio[type="checkbox"]:indeterminate + label::after,
.checkbox[type="checkbox"]:indeterminate + label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  border-color: #fff;
}

.radio[type="checkbox"] + label::before,
.radio[type="checkbox"] + label::after,
.radio[type="radio"] + label::before,
.radio[type="radio"] + label::after,
.checkbox[type="checkbox"] + label::before,
.checkbox[type="checkbox"] + label::after,
.checkbox[type="radio"] + label::before,
.checkbox[type="radio"] + label::after {
  border-radius: 0;
}

.radio[type="checkbox"] + label::after,
.radio[type="radio"] + label::after,
.checkbox[type="checkbox"] + label::after,
.checkbox[type="radio"] + label::after {
  background-color: transparent;
  top: 50%;
  left: calc(0 + 1px + 17px / 5);
  width: 8.5px;
  height: 3.4px;
  margin-top: calc(17px / -2 / 2 * 0.8);
  border-style: solid;
  border-color: #444;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none;
}

.radio[type="checkbox"]:checked + label::before,
.radio[type="radio"]:checked + label::before,
.checkbox[type="checkbox"]:checked + label::before,
.checkbox[type="radio"]:checked + label::before {
  background-color: #62BD46;
  border-color: #62BD46;
}

.radio[type="checkbox"]:checked + label::after,
.radio[type="radio"]:checked + label::after,
.checkbox[type="checkbox"]:checked + label::after,
.checkbox[type="radio"]:checked + label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  border-color: #fff;
}

@-webkit-keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #900;
    box-shadow: 0 0 0 2px #900;
  }
}

@keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #900;
    box-shadow: 0 0 0 2px #900;
  }
}

input.search {
  background-color: #eaedf0;
  border: 0;
}

.btn.btn--default,
.btn.btn--default--outline {
  border-radius: 17px;
  position: relative;
  color: #fff;
  background-color: #ffcd00;
  border-color: #ffcd00;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn--default:hover,
.btn.btn--default--outline:hover,
.btn.btn--default:active,
.btn.btn--default--outline:active,
.btn.btn--default:focus,
.btn.btn--default--outline:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #000;
  border-color: #000;
}

.btn.btn--default--small {
  font-size: 14px;
}

.btn.btn--default--outline {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
}

.btn.btn--default--arrow {
  display: inline-block;
  position: relative;
  padding-left: 2.2rem;
}

.btn.btn--default--arrow:before {
  content: '';
  background-image: url("../Images/Icons/arrow--white.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 2.2rem;
  left: 0;
  top: 0;
}

span.icon {
  padding-left: 35px;
  background-position: left center;
}

span.icon--small {
  background-size: 22px;
  padding-left: 30px;
}

.icon--circle,
.icon--circle--medium {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #dc1f2e;
  background-position: center center !important;
  display: inline-block;
  padding: 0 !important;
}

.icon--circle--medium {
  width: 132px;
  height: 132px;
}

.icon--circle--yellow {
  background-color: #ffcd00;
}

.icon--communication--white {
  background-image: url("../Images/Icons/migration-icon-beratung--white.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--women--white {
  background-image: url("../Images/Icons/migration-icon-angebote-frauen--white.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--people--white {
  background-image: url("../Images/Icons/migration-icon-angebote-junge-menschen--white.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--education--white {
  background-image: url("../Images/Icons/migration-icon-schule-ausbildung-beruf--white.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--collaboration--white {
  background-image: url("../Images/Icons/migration-icon-mitarbeit--white.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--support--white {
  background-image: url("../Images/Icons/migration-icon-unterstuetzung--white.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--location--gold {
  background-image: url("../Images/Icons/location--gold.svg");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  display: inline-block;
}

.icon--house--gold {
  background-image: url("../Images/Icons/house--gold.svg");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  display: inline-block;
}

.icon--star--gold {
  background-image: url("../Images/Icons/star--gold.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  display: inline-block;
}

.icon--head--white {
  background-image: url("../Images/Icons/head--white.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  display: inline-block;
}

.icon--form--white {
  background-image: url("../Images/Icons/form--white.svg");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center center;
  display: inline-block;
}

.icon--clock {
  background-image: url("../Images/Icons/clock.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  display: inline-block;
}

.icon--calendar {
  background-image: url("../Images/Icons/calendar.png");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
  display: inline-block;
}

.icon--calendar2--white {
  background-image: url("../Images/Icons/calendar2--white.svg");
  background-repeat: no-repeat;
  background-size: 71px;
  background-position: center center;
  display: inline-block;
}

.icon--pdf {
  background-image: url("../Images/Icons/pdf.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  padding: 1rem 0;
  display: inline-block;
}

.icon--conversation--white {
  background-image: url("../Images/Icons/kalender-icon-deutsch-konversation--white.svg");
  background-repeat: no-repeat;
  background-size: 87px;
  background-position: center center;
  display: inline-block;
}

.icon--interview--white {
  background-image: url("../Images/Icons/kalender-icon-bewerbungsgespraech--white.svg");
  background-repeat: no-repeat;
  background-size: 87px;
  background-position: center center;
  display: inline-block;
}

.icon--cooking--white {
  background-image: url("../Images/Icons/kalender-icon-kochabend--white.svg");
  background-repeat: no-repeat;
  background-size: 87px;
  background-position: center center;
  display: inline-block;
}

.icon--education-business--white {
  background-image: url("../Images/Icons/kalender-icon-infoabend-studienfinanzierung--white.svg");
  background-repeat: no-repeat;
  background-size: 87px;
  background-position: center center;
  display: inline-block;
}

.link-fullspan {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.font-awesome,
ul.check li:before,
.form-group.has-search:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-reset,
.page-header nav.main-nav ul,
.page-header nav.meta-nav ul,
.page-footer__main ul,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-hor,
.page-header nav.main-nav > ul,
.page-header nav.meta-nav ul,
.page-footer__main ul,
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.mt-4b {
  margin-top: 2rem !important;
  margin-top: 30px !important;
}

.mt-4c {
  margin-top: 2.5rem !important;
}

.mb-4b {
  margin-bottom: 2rem !important;
  margin-bottom: 30px !important;
}

.mb-4c {
  margin-bottom: 2.5rem !important;
}

.mb-4rem {
  margin-bottom: 4rem !important;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.mb-5rem {
  margin-bottom: 5rem !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-neg-3 {
  margin-top: -3rem !important;
}

.mb-neg-3 {
  margin-top: -3rem !important;
}

.mx-2\.5rem {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-2\.5rem {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-2\.5rem {
  margin-top: 2.5rem;
}

.mb-2\.5rem {
  margin-bottom: 2.5rem;
}

.mr-2\.5rem {
  margin-right: 2.5rem;
}

.ml-2\.5rem {
  margin-left: 2.5rem;
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pr-2rem {
  padding-right: 2rem;
}

.pl-2rem {
  padding-left: 2rem;
}

.px-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-2rem {
  padding-right: 2rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

span[tabindex="0"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-focus:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.hr--short {
  width: 76px;
  margin: 2rem 0;
  border-width: 2px;
}

.hr--white {
  border-color: #fff;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.check {
  padding-left: 1rem;
}

ul.check li {
  list-style: none;
}

ul.check li:before {
  content: '\f00c';
  margin-right: 10px;
}

.img--fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div[class^="col"].col-full {
  padding: 0;
}

.row--gutter-small div[class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--gutter-small div[class^="col"]:first-child {
  padding-left: 15px;
}

.row--gutter-small div[class^="col"]:last-child {
  padding-right: 15px;
}

.row--plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row--plain > div {
  max-width: 100%;
}

.nav.nav-tabs--custom li.nav-item a.nav-link {
  border-color: #fff #fff #dee2e6;
}

.nav.nav-tabs--custom li.nav-item a.nav-link.active {
  position: relative;
}

.nav.nav-tabs--custom li.nav-item a.nav-link.active:after {
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: #dee2e6;
  left: 0;
}

.nav-tabs--custom .tab-pane .nav-tabs--custom__content {
  padding: 2rem 1rem;
}

.form-group.has-search {
  position: relative;
  margin-bottom: 0;
}

.form-group.has-search:after {
  content: '\f002';
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.375rem;
  height: 100%;
  text-align: center;
  pointer-events: none;
  color: #2A2A2A;
  top: 0;
  right: 0;
}

.form-group.has-search .form-control {
  padding-right: 2.375rem;
}

.form-group.has-search--icon-left:after {
  right: auto;
  left: 0;
}

.form-group.has-search--icon-left .form-control {
  padding-left: 2.375rem;
  padding-right: 10px;
  height: auto;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.currency-euro:after {
  content: '€';
}

.currency-usd:before {
  content: '$';
}

.frame-space-before-none {
  margin-top: 0 !important;
}

.frame-space-before-extra-small {
  margin-top: 1.25rem !important;
}

.frame-space-before-small {
  margin-top: 2.5rem !important;
}

.frame-space-before-medium {
  margin-top: 3.75rem !important;
}

.frame-space-before-large {
  margin-top: 5rem !important;
}

.frame-space-before-extra-large {
  margin-top: 6.25rem !important;
}

.frame-space-after-none {
  margin-bottom: 0 !important;
}

.frame-space-after-extra-small {
  margin-bottom: 1.25rem !important;
}

.frame-space-after-small {
  margin-bottom: 2.5rem !important;
}

.frame-space-after-medium {
  margin-bottom: 3.75rem !important;
}

.frame-space-after-large {
  margin-bottom: 5rem !important;
}

.frame-space-after-extra-large {
  margin-bottom: 6.25rem !important;
}

.frame {
  width: 100%;
}

.frame-fullWidth {
  width: 100%;
}

.frame-center {
  text-align: center;
}

.frame-type-image .ce-column figure.image {
  margin: 0;
}

.frame-imgCover {
  height: 100%;
}

.frame-imgCover .ce-image {
  height: 100%;
}

.frame-imgCover .ce-image .ce-gallery {
  height: 100%;
}

.frame-imgCover .ce-image .ce-gallery .ce-outer {
  height: 100%;
}

.frame-imgCover .ce-image .ce-gallery .ce-outer .ce-inner {
  height: 100%;
}

.frame-imgCover .ce-image .ce-gallery .ce-outer .ce-inner .ce-row {
  height: 100%;
}

.frame-imgCover .ce-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column {
  height: 100%;
}

.frame-imgCover .ce-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure {
  height: 100%;
  margin: 0;
}

.frame-imgCover .ce-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.btn.large {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

.image-embed-item {
  max-width: 100%;
  height: auto;
}

.ce-right figure.image {
  text-align: right;
}

.calendarize h5.card-title {
  font-size: 1.3rem;
  font-weight: bold;
  min-height: 80px;
  max-height: 90px;
}

.calendarize .card-text {
  min-height: 180px;
  max-height: 200px;
}

.calendarize .register {
  margin-top: 15px;
}

html {
  background-color: #fff;
}

body.container-fluid,
body > .container-fluid {
  max-width: 1920px;
}

.container-narrow {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  width: 100%;
}

.page-header {
  z-index: 9;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.page-header__main {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 2rem 1rem;
}

.page-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.page-header .search-wrapper,
.page-header .search-mobile-wrapper {
  position: relative;
  margin-bottom: auto;
  max-width: 33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.page-header .search-wrapper input.search,
.page-header .search-mobile-wrapper input.search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-header .search-wrapper .search__submit,
.page-header .search-mobile-wrapper .search__submit {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  width: 2rem;
  background-image: url("../Images/Icons/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.page-header .search-mobile-wrapper {
  position: absolute;
  top: 0;
  left: 1rem;
  margin-top: 1rem;
  max-width: 70%;
  width: 70%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.page-header .subnav-background {
  height: 0;
  width: calc(100% - 15px);
  background-color: rgba(74, 74, 74, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
}

.page-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  padding-right: 15px;
}

.page-header .logo a {
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page-header nav.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-top: auto;
}

.page-header nav.main-nav ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.page-header nav.main-nav > ul {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-header nav.main-nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  word-wrap: break-word;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.page-header nav.main-nav > ul > li:last-child {
  margin-right: 0;
}

.page-header nav.main-nav > ul > li:hover > a,
.page-header nav.main-nav > ul > li.active > a {
  border-bottom: 3px solid #ffcd00;
}

.page-header nav.main-nav > ul > li a .caret-down {
  margin-left: 5px;
}

.page-header nav.main-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  padding: 0;
  position: relative;
  margin: auto;
  border-bottom: 3px solid transparent;
}

.page-header nav.main-nav > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  padding: 1rem 0;
  display: none;
}

.page-header nav.main-nav > ul > li > ul.open {
  display: block;
}

.page-header nav.main-nav > ul > li > ul.right {
  left: auto;
  right: 0;
}

.page-header nav.main-nav > ul > li > ul li {
  padding: 6px 1.2rem 6px 0;
  position: relative;
}

.page-header nav.main-nav > ul > li > ul li:first-child {
  padding-top: 0;
}

.page-header nav.main-nav > ul > li > ul li:hover > a,
.page-header nav.main-nav > ul > li > ul li.active > a {
  border-bottom: 2px solid #ffcd00;
}

.page-header nav.main-nav > ul > li > ul li a {
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.page-header nav.main-nav > ul > li > ul li a .caret-down {
  right: 5px;
  top: 0;
}

.page-header nav.main-nav > ul > li > ul li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 100%;
  width: auto;
}

.page-header nav.main-nav > ul > li > ul li > ul.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header nav.main-nav > ul > li > ul li > ul > li {
  padding: 6px 1.2rem;
  padding-top: 6px !important;
}

.page-header nav.main-nav > ul > li > ul li > ul > li:last-child {
  padding-bottom: 0;
}

.page-header nav.main-nav > ul > li > ul li > ul > li a {
  font-weight: 400;
  white-space: nowrap;
}

.page-header nav.meta-nav {
  position: absolute;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45px;
  height: 57px;
}

.page-header nav.meta-nav ul li {
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header .nav-hamburger-wrapper {
  display: none;
}

.page-header .nav-hamburger {
  display: none;
  position: relative;
  padding: 10px 0 10px 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
}

.page-header .nav-hamburger .burger-menu {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.page-header .nav-hamburger .burger-menu .burger {
  position: absolute;
  background: black;
  width: 100%;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  opacity: 1;
}

.page-header .nav-hamburger .burger-menu .burger::before {
  position: absolute;
  background: #000;
  width: 25px;
  height: 3px;
  top: 8px;
  content: "";
  display: block;
}

.page-header .nav-hamburger .burger-menu .burger::after {
  position: absolute;
  background: #000;
  width: 25px;
  height: 3px;
  bottom: 8px;
  content: "";
  display: block;
}

.page-header .nav-hamburger .burger-menu .burger::after,
.page-header .nav-hamburger .burger-menu .burger::before,
.page-header .nav-hamburger .burger-menu .burger {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.page-header .nav-hamburger .burger-menu.open .burger {
  background: rgba(0, 0, 0, 0);
}

.page-header .nav-hamburger .burger-menu.open .burger:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
  background: #000;
}

.page-header .nav-hamburger .burger-menu.open .burger:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px;
  background: #000;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #eaedf0;
}

.hero__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.hero__content {
  position: relative;
  width: 30%;
  background-color: rgba(255, 205, 0, 0.85);
  color: #fff;
  margin-left: auto;
  padding: 8rem 7rem 8rem 4rem;
}

.hero-slider .slide {
  position: relative;
}

.hero-type-ce [class|="col"] .container-fluid {
  height: 100%;
}

.hero-type-ce [class|="col"] .container-fluid > .row {
  height: 100%;
}

.hero-type-ce [class|="col"] .container-fluid > .row .frame {
  height: 100%;
}

.page-content {
  position: relative;
}

.page-content a {
  color: #ffcd00;
}

.page-content .section {
  width: 100%;
  padding: 4rem 0 4rem 0;
}

.page-content .section-lean {
  width: 100%;
}

.page-content .section--p-small {
  padding: 3rem 0;
}

.page-footer {
  position: relative;
}

.page-footer__main {
  background-color: #797979;
  padding: 3rem 0 3rem 0;
  font-size: 0.875rem;
  color: #fff;
}

.page-footer__main a {
  color: #fff;
}

.page-footer__main .footer-logo {
  width: 130px;
}

.page-footer__main .col1 {
  margin-right: 1rem;
}

.page-footer__main .col2 {
  margin-right: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.page-footer__main .col3 {
  margin-right: 2rem;
}

.page-footer__main .col4 {
  margin-right: 2rem;
}

.page-footer__main .col5 {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 110%;
  flex: 0 1 110%;
}

.page-footer__main ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-footer__main ul li {
  font-weight: 700;
}

.page-footer__main ul li:after {
  content: '|';
  margin: 0 1rem;
  color: #000;
}

.page-footer__main ul li:last-child:after {
  content: '';
  margin: 0;
}

.page-footer__main ul li a {
  color: #fff;
}

.page-footer__main ul li a:hover {
  text-decoration: underline;
}

.page-footer__bar {
  background-color: #4a4a4a;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 0.875rem;
}

.page-footer__bar .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  margin-left: auto;
}

.footer-links li {
  margin-left: 3rem;
}

.footer-links li:last-child {
  margin-left: 8rem;
}

.footer-links li a {
  color: #fff;
}

.footer-links li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links__single {
  margin-left: auto;
}

.teaser-card .image img {
  width: 100%;
  height: auto;
}

.teaser-card .content.narrow {
  max-width: 52%;
  margin: auto;
}

.teaser-card .btn--default,
.teaser-card .btn.btn--default--outline {
  font-size: 0.875rem;
}

.event-card {
  border: 2px solid #979797;
  padding: 10px;
}

.event-card .date {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.event-card p {
  margin: 0;
}

[class|='col']:nth-last-child(-n+2) .event-card {
  margin-bottom: 0;
}

.info-teaser-card {
  background-color: #0b6dc7;
  color: #fff;
  padding: 2rem 1.5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.11;
}

.info-teaser-card .icon {
  height: 140px;
  width: 100%;
  background-position: center center;
  background-size: 135px;
}

.info-teaser-card .icon.icon--women--white {
  background-size: 95px;
  background-position: 57% center;
}

.info-teaser-card .icon.icon--people--white {
  background-size: 158px;
  background-position: 57% center;
}

.info-teaser-card p {
  line-height: 1.3;
}

.info-teaser-card h4 {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: normal;
}

.info-teaser-card .btn--default,
.info-teaser-card .btn.btn--default--outline {
  font-size: 0.875rem;
  margin-top: 1rem;
}

[class|="col"] .info-teaser-card {
  margin-bottom: 30px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb.top,
.breadcrumb-top {
  position: absolute;
  top: 0;
  z-index: 1;
}

.breadcrumb li {
  color: #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb li a {
  color: #797979;
}

.breadcrumb li a:hover {
  color: #000;
}

.breadcrumb li:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 1em;
  background-image: url("../Images/Icons/arrow--grey-light.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.breadcrumb li:first-child:before {
  background-image: none;
  width: 0;
  content: none;
}

.breadcrumb li:last-child {
  color: #4a4a4a;
  font-weight: 600;
}

.breadcrumb li:last-child a {
  color: #4a4a4a;
}

.breadcrumb li:last-child:before {
  content: '';
  width: 2rem;
  height: 1em;
  background-image: url("../Images/Icons/arrow--gold.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.breadcrumb li:only-child:before {
  width: 1.3rem;
  background-position: left center;
}

.popout {
  position: fixed;
  top: 11rem;
  color: #fff;
  z-index: 9999999;
  right: -25rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  visibility: hidden;
}

.popout.show {
  visibility: visible;
}

.popout.active {
  right: 0 !important;
  height: auto;
}

.popout h2 {
  color: #fff;
}

.popout a {
  color: #fff;
}

.popout__button {
  width: 5rem;
  height: 14.563rem;
  background-color: #dc1f2e;
  padding: .9rem .6rem;
  position: absolute;
  left: -5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.popout__button img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 31px;
  margin-top: 5px;
}

.popout__button .text--sidewards {
  margin-top: 2.5rem;
  font-size: 2.5rem;
  padding-right: 1.5rem;
  font-weight: bold;
}

@-moz-document url-prefix()  {
  .popout__button .text--sidewards {
    margin-top: 4.2rem;
  }
}

.popout__content {
  padding: 4rem 4rem 4rem 2.5rem;
  background-color: #dc1f2e;
  position: relative;
  line-height: 1.5;
}

.popout__content span.icon {
  padding-left: 2rem;
}

.popout__content a.link--arrow,
.popout__content a.link--arrow--gold {
  font-weight: 400;
}

.google-maps {
  height: 100%;
  min-height: 300px;
  width: 100%;
}

.job-card {
  background-color: #eaedf0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.job-card:last-child {
  margin-bottom: 0;
}

.job-card span.icon {
  padding-left: 45px;
}

.job-card span.icon:first-child {
  margin-bottom: 11px;
}

.job-card .icon--clock {
  background-size: 28px;
  background-position: left center;
}

.job-card .icon--calendar {
  background-size: 28px;
  background-position: left center;
}

.calendar-card__head .date {
  text-align: center;
  display: block;
  padding: 1rem 0;
}

.calendar-card__head__image img {
  width: 100%;
  height: 171px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.calendar-card__head__icon {
  text-align: center;
  padding: 1rem;
}

.calendar-card__head__icon .icon--circle,
.calendar-card__head__icon .icon--circle--medium {
  width: 132px;
  height: 132px;
}

.calendar-card__content {
  margin-top: 2.5rem;
}

.frame-type-table td {
  padding: 5px 20px;
}

@media (min-width: 767.98px) {
  .mb-md-4rem {
    margin-bottom: 4rem !important;
  }

  .mt-md-4rem {
    margin-top: 4rem !important;
  }

  .mb-md-5rem {
    margin-bottom: 5rem !important;
  }

  .mt-md-5rem {
    margin-top: 5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-neg-md-3 {
    margin-top: -3rem !important;
  }

  .mb-neg-md-3 {
    margin-bottom: -3rem !important;
  }

  .mx-md-2\.5rem {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .my-md-2\.5rem {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mt-md-2\.5rem {
    margin-top: 2.5rem;
  }

  .mb-md-2\.5rem {
    margin-bottom: 2.5rem;
  }

  .mr-md-2\.5rem {
    margin-right: 2.5rem;
  }

  .ml-md-2\.5rem {
    margin-left: 2.5rem;
  }

  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .w-md-10 {
    width: 10%;
  }

  .w-md-20 {
    width: 20%;
  }

  .w-md-30 {
    width: 30%;
  }

  .w-md-60 {
    width: 60%;
  }

  .w-md-70 {
    width: 70%;
  }

  .w-md-80 {
    width: 80%;
  }

  .w-md-100 {
    width: 100%;
  }

  .pull-right-md {
    float: right;
  }
}

@media (min-width: 908px) {
  .container-narrow {
    max-width: 908px;
  }
}

@media (min-width: 991.98px) {
  .page-header nav.main-nav > ul > li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1155px) {
  .container {
    max-width: 1155px;
  }
}

@media (max-width: 1200px) {
  .hero__content {
    width: 50%;
  }
}

@media (max-width: 1154.98px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1015px) {
  .page-header nav.main-nav > ul > li > a {
    font-size: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  .page-header__content {
    position: static;
  }

  .page-header .search-wrapper input.search,
  .page-header .search-mobile-wrapper input.search {
    margin-left: 30px;
  }

  .page-header .search-mobile-wrapper input.search {
    margin-left: 0;
  }

  .page-header nav.main-nav {
    left: 0;
    width: calc(100vw - 15px);
    margin-left: -16px;
    background-color: #fff;
    position: absolute;
  }

  .page-header nav.main-nav > ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 2rem;
  }

  .page-header nav.main-nav > ul.open {
    opacity: 1;
    max-height: 3000px;
    height: auto;
    margin-top: 3rem;
  }

  .page-header nav.main-nav > ul > li {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-right: 0;
  }

  .page-header nav.main-nav > ul > li a .caret-down {
    width: 30px;
    height: 30px;
    background-image: url("../Images/Icons/plus.svg");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
  }

  .page-header nav.main-nav > ul > li a .caret-down g {
    display: none;
  }

  .page-header nav.main-nav > ul > li a .caret-down.open {
    background-image: url("../Images/Icons/minus.svg");
  }

  .page-header nav.main-nav > ul > li a .caret-down:after {
    visibility: hidden;
    width: 0;
    height: 0;
    content: url("../Images/Icons/minus.svg");
  }

  .page-header nav.main-nav > ul > li > a {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0;
  }

  .page-header nav.main-nav > ul > li > ul {
    position: static;
    width: 100%;
    background-color: #eaedf0;
    padding: 1rem 0 1rem 1rem;
  }

  .page-header nav.main-nav > ul > li > ul li {
    padding-left: 0;
  }

  .page-header nav.main-nav > ul > li > ul li a {
    color: #4a4a4a;
  }

  .page-header nav.main-nav > ul > li > ul li > ul {
    position: static;
    display: none;
  }

  .page-header .nav-hamburger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    margin-bottom: auto;
  }

  .page-header .nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .page-content .section {
    padding: 3rem 0 2rem 0;
  }

  .page-content .section--p-small {
    padding: 2rem 0;
  }

  .page-footer__main {
    padding: 2rem 0;
  }

  .page-footer__main .row--plain {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-footer__main .col1,
  .page-footer__main .col2,
  .page-footer__main .col3,
  .page-footer__main .col4,
  .page-footer__main .col5,
  .page-footer__main .col6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 1rem);
    flex: 0 0 calc(33% - 1rem);
    margin: 0;
    margin-bottom: 2rem;
    margin-right: 1rem;
  }

  .teaser-card .content.narrow {
    max-width: 68%;
  }
}

@media (max-width: 907.98px) {
  .container-narrow {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  div[class^="col"].col-full {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .mt-mob-2 {
    margin-top: 2rem;
  }

  .mt-mob-4 {
    margin-top: 4rem;
  }

  .mt-mob-6 {
    margin-top: 6rem;
  }

  .row--gutter-small div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-4 + .col-md-8 {
    margin-top: 2rem;
  }

  .col-md-4 + .col-md-4 {
    margin-top: 2rem;
  }

  .col-md-8 + .col-md-4 {
    margin-top: 2rem;
  }

  .ce-right figure.image {
    text-align: left;
  }

  .page-header__main .container {
    height: auto;
  }

  .page-header__main {
    height: auto;
  }

  .page-header__top {
    display: none;
  }

  .page-header .search-wrapper input.search,
  .page-header .search-mobile-wrapper input.search {
    display: none;
  }

  .page-header .search-mobile-wrapper input.search {
    display: block;
  }

  .page-header.open .search-mobile-wrapper {
    visibility: visible;
    opacity: 1;
  }

  .page-header nav.meta-nav {
    height: auto;
  }

  .hero__content {
    width: 70%;
  }

  .page-footer__main .col1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-footer__main .col1,
  .page-footer__main .col2,
  .page-footer__main .col3,
  .page-footer__main .col4,
  .page-footer__main .col5,
  .page-footer__main .col6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }

  .footer-links li {
    margin-left: 1rem;
  }

  .footer-links li:last-child {
    margin-left: 3rem;
  }

  .teaser-card {
    margin-bottom: 2rem;
  }

  .teaser-card .content.narrow {
    max-width: 75%;
  }

  .event-card {
    margin-bottom: 1rem;
  }

  .breadcrumb {
    font-size: 0.7rem;
  }

  .breadcrumb li:before {
    background-size: 10px;
  }

  .breadcrumb li:last-child:before {
    background-size: 10px;
  }

  .popout {
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
    left: 0 !important;
  }

  .popout.responsiveActive {
    height: 100%;
  }

  .popout__button {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: #dc1f2e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .3rem .6rem;
  }

  .popout__button.responsiveActive {
    position: absolute;
  }

  .popout__button img {
    margin-right: .5rem;
    width: 23px;
  }

  .popout__button .text--sidewards {
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
    font-size: 1.5rem;
  }

  .popout__content {
    height: 100%;
    display: none;
  }

  .popout__content.responsiveActive {
    display: block;
  }

  .calendar-card {
    margin-bottom: 2rem;
  }

  .calendar-card__head__image img {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .page-header nav.main-nav > ul {
    padding: 0 1rem;
  }

  .page-header nav.main-nav > ul > li > ul li > ul > li a {
    line-height: 1.5;
    display: inline-block;
    font-size: 0.875rem;
    white-space: initial;
  }

  .hero__content {
    width: 80%;
    padding: 5rem 2rem 7rem 2rem;
  }

  .page-footer__bar .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
    text-align: center;
    margin-left: 0;
  }

  .footer-links li {
    margin-left: 0;
  }

  .footer-links li:last-child {
    margin-left: 0;
  }

  .teaser-card .content.narrow {
    max-width: 100%;
  }

  [class|='col']:last-child .event-card {
    margin-bottom: 0;
  }

  .breadcrumb {
    display: none;
  }
}

@media (max-width: 356.98px) {
  .page-header__content {
    padding: 0;
  }

  .hero__content {
    width: 100%;
  }

  .page-footer__main .col1,
  .page-footer__main .col2,
  .page-footer__main .col3,
  .page-footer__main .col4,
  .page-footer__main .col5,
  .page-footer__main .col6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}