@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**  
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
@mixin linkanimation(){
    a{
      display: inline-block;
    &:hover{
      opacity: 0.5;
     // padding-left:rem(10px);
      text-decoration: underline;
      -webkit-transform: matrix3d(1,0,0,-.001,0,1,0,.001,0,0,1,0,0,0,0,1);
      transform: matrix3d(1,0,0,-.001,0,1,0,.001,0,0,1,0,0,0,0,1);
    }
   }
  }
*/
@keyframes comein {
  0% {
    opacity: 0;
    transform: translate(5%, 0);
    -ms-transform: translate(5%, 0);
    -webkit-transform: translate(5%, 0);
    -moz-transform: translate(5%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}
/*

@-webkit-keyframes fadeinspy {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }

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



.fadeinspy {
	opacity:1;  
	-webkit-animation:fadeinspy ease-in 1;  
	-moz-animation:fadeinspy ease-in 1;
	animation:fadeinspy ease-in 1;

	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	animation-delay:3s;
}







 @-webkit-keyframes move {
  0%  { 
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}



 @-webkit-keyframes move2 {
  0%  { 
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
*/
.burger__container {
  position: relative;
  display: inline-block;
  height: 3.77rem;
  width: 3.77rem;
  margin-right: 0.3rem;
  float: right;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 101;
}
.burger__container #burger {
  width: 2rem !important;
  height: 1rem !important;
  position: relative !important;
  display: block !important;
  margin: -7px auto 0 !important;
  top: 50% !important;
}
.burger__container #burger .bar {
  width: 100%;
  height: 0.18rem;
  display: block;
  position: relative;
  background: #00538F;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.burger__container #burger .bar.top__bar {
  transform: translateY(0px) rotate(0deg);
}
.burger__container #burger .bar.btm__bar {
  transform: translateY(6px) rotate(0deg);
}

.header__100 .burger__container {
  transform: rotate(90deg);
}
.header__100 .burger__container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.header__100 .burger__container #burger .bar.top__bar {
  transform: translateY(4px) rotate(45deg);
}
.header__100 .burger__container #burger .bar.btm__bar {
  transform: translateY(3px) rotate(-45deg);
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-family: "source-sans-regular", Helvetica, serif;
  scroll-behavior: smooth;
}
html {
  font-size: 0.92rem;
}
@media screen and (min-width: 20rem) {
  html {
    font-size: calc(0.92rem + 0.58 * (100vw - 20rem) / 130);
  }
}
@media screen and (min-width: 150rem) {
  html {
    font-size: 1.5rem;
  }
}

body {
  line-height: 2rem;
  margin: 0 auto;
  font-family: "source-sans-regular", Helvetica, serif;
}
body a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
body a:hover {
  text-decoration: none;
}
body b, body strong {
  font-weight: normal;
  font-family: "source-sans-bold", Helvetica, serif;
}

.maxwidth {
  max-width: 1600px;
  margin: 0 auto;
}

.content {
  margin-top: 4.9rem;
  overflow: hidden;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade--in {
  -webkit-animation: fadein ease-in 1;
  -moz-animation: fadein ease-in 1;
  animation: fadein ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.header {
  height: 3.77rem;
  background: #FFF;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}
.header .container {
  position: relative;
  padding: 0;
}
.header .logo {
  display: block;
  max-width: 9.5rem;
  height: 3.77rem;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.header .logo img {
  width: auto;
  height: 100%;
}
.header .nav {
  text-align: right;
  z-index: 89;
  position: relative;
  width: auto;
  height: 100%;
  float: right;
  display: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.header .nav .header__navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.header .nav .header__navigation li, .header .nav .header__navigation a {
  color: #00538F;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.header .nav .header__navigation li:hover > ul {
  display: block;
}
.header .nav .header__navigation li {
  padding: 1rem 0.8rem 0 0.8rem;
}
.header .nav .header__navigation li:last-child {
  padding-right: 0;
}
.header .nav .header__navigation li a {
  cursor: pointer;
  position: relative;
  font-size: 0.8rem;
  font-family: "source-sans-medium", Helvetica, serif;
  letter-spacing: 0rem;
  text-transform: uppercase;
  display: block;
  color: #000;
}
.header .nav .header__navigation li a:hover {
  color: #00538F;
}
.header .nav .header__navigation li a {
  display: inline-block;
  position: relative;
}
.header .nav .header__navigation li a:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0.3rem;
  left: 0px;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #00538F;
  height: 2px;
  display: block;
}
.header .nav .header__navigation li a:hover {
  text-decoration: none;
}
.header .nav .header__navigation li a:hover:after {
  background-color: #00538F;
  height: 2px;
  width: 100%;
}
.header .nav .header__navigation__element__active, .header .nav .header__navigation__element__active a {
  color: #00538F !important;
}
.header .nav .header__navigation__element__active:after, .header .nav .header__navigation__element__active a:after {
  width: 100% !important;
}
.header__100 {
  min-height: calc(100 * var(--vh));
  height: calc(100 * var(--vh));
  overflow: hidden;
  max-height: 100vh;
}
.header__100 .nav {
  width: 100%;
  min-height: calc(100 * var(--vh));
  height: calc(100 * var(--vh));
  display: block;
  float: inherit !important;
}
.header__100 .logo {
  display: none;
}
.header__100 .nav__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  -moz-transform: translate(-50%, -50%); /* Moz */
}
.header__100 .header__navigation__element {
  padding: 1.5rem 0 0 0 !important;
}
.header__100 .header__navigation__element a {
  font-size: 2rem !important;
  padding-bottom: 0.5rem !important;
}
.header__100 .header__navigation li, .header__100 nav li {
  display: inline-block;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0;
}
.header__100 .container {
  height: 100vh;
}

.header__100 .header__navigation li {
  opacity: 0;
  -webkit-animation: comein ease-out;
  -moz-animation: comein ease-out;
  animation: comein ease-out;
  animation-duration: 1.5s;
}
.header__100 .header__navigation li:nth-child(1) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
}
.header__100 .header__navigation li:nth-child(2) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 400ms;
}
.header__100 .header__navigation li:nth-child(3) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 600ms;
}
.header__100 .header__navigation li:nth-child(4) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 800ms;
}
.header__100 .header__navigation li:nth-child(5) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1000ms;
}
.header__100 .header__navigation li:nth-child(6) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1200ms;
}
.header__100 .header__navigation li:nth-child(7) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1400ms;
}
.header__100 .header__navigation li:nth-child(8) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1600ms;
}
.header__100 .header__navigation li:nth-child(9) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1800ms;
}
.header__100 .header__navigation li:nth-child(10) {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 2000ms;
}

.jobs {
  margin-top: 2rem;
}
.jobs .category {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.jobs .category a {
  display: inline-block;
}

@media (min-width: 992px) {
  .jobs .category {
    width: 33.3%;
    margin: auto auto;
  }
  .header .logo {
    max-width: 14.1rem;
  }
  .header .nav {
    display: block;
    height: 100%;
    min-height: 100%;
  }
  .header .burger__container {
    display: none;
  }
}
.button__filter {
  width: 100%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "source-sans-regular", Helvetica, serif;
  outline: none;
  padding: 0.5rem 1rem;
  -moz-transition: all 0.4s 0s;
  -o-transition: all 0.4s 0s;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  cursor: pointer;
}
.button__filter:hover {
  background: #00538F;
  color: #FFF;
}
.button__filter .active {
  background: #009FE3;
  color: #FFF;
}

.button__polygon {
  color: #009FE3;
  font-family: "source-sans-medium", Helvetica, serif;
  display: block;
  float: left;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.8rem;
  background: transparent;
  border: 0;
  outline: none;
  margin-right: 2rem;
  -moz-transition: color 0s 0s;
  -o-transition: color 0s 0s;
  -webkit-transition: color 0s 0s;
  transition: color 0s 0s;
  cursor: pointer;
}
.button__polygon:after {
  float: left;
  display: block;
  content: "";
  -moz-transition: all 0s 0s;
  -o-transition: all 0s 0s;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
  content: url('data:image/svg+xml,%3Csvg enable-background="new 0 0 37 42" viewBox="0 0 37 42" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate(1 1)"%3E%3Cpath d="m.1 10v20l17.3 10 17.4-10v-20l-17.4-10z" fill="none" stroke="%23009ee2"/%3E%3Cpath d="m17.2 24.7-3.3-3.3.7-.7 2.1 2.1v-5.5h1.1v5.5l2.1-2.1.7.7z" fill="%23009fe3"/%3E%3C/g%3E%3C/svg%3E');
  right: -1.5rem;
  top: 0px;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  -moz-ransform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.button__polygon:hover {
  color: #FFF;
}
.button__polygon:hover:after {
  content: url('data:image/svg+xml,%3Csvg enable-background="new 0 0 37 42" viewBox="0 0 37 42" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate(1 1)"%3E%3Cpath d="m.1 10v20l17.3 10 17.4-10v-20l-17.4-10z" fill="%23009fe3" stroke="%23009fe3"/%3E%3Cpath d="m21 21.1-3.3 3.3-.7-.7 2.1-2.1h-5.5v-1.1h5.5l-2.1-2.1.7-.7z" fill="%23FFF"/%3E%3C/g%3E%3C/svg%3E');
}

:focus-visible {
  outline: 3px dotted #ff9800; /* auffälliges Orange */
  outline-offset: 3px;
  border-radius: 4px;
  transition: outline 0.2s ease-in-out;
}

.skip-links {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: white;
  color: black;
  padding: 12px 24px;
  font-size: 1.25rem; /* ca. 20px */
  font-weight: bold;
  text-decoration: none;
  border: 3px solid black;
  border-radius: 8px;
  z-index: 1000;
  transition: top 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
}

.skip-links:focus-visible {
  top: 1rem;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3);
}

.sr-hidden {
  display: block;
  position: absolute;
  left: -1000000em;
  top: 0em;
  width: 0em;
  height: 0em;
  overflow: hidden;
}
