.screen-size::before {
  content: '1366';
}
.page-row {
  /*padding: 100px 0;*/
}
.content-container {
  padding-right: 20px;
  padding-left: 20px;
}
.content-container.full-width {
  padding-right: 0;
  padding-left: 0;
}
.teaser-small-container {
  padding: 0;
}
.teaser-small-item {
  padding: 20px;
}
.teaser__block.header {
  margin-right: -40px;
  margin-left: -40px;
}


/* ----- Header ----- */
.header-jobs {
  padding: 20px 40px 20px 0;
  flex-grow: 0;
}
.header-jobs-item {
  flex-direction: column;
  align-items: center;
}
.header-jobs-counter {
  font-size: 49px;
  line-height: 41px;
  padding-right: 0;
}
.header-jobs-cta {
  align-items: center;
}
/* ----- Header ----- */

/* ----- Navigation ----- */
.main-navigation-item {
  display: flex;
}
/* ----- Navigation ----- */


/* ----- Top-Banner ----- */
.top-banner-container.small .title {
  font-size: 87px;
  line-height: 87px;
}
.top-banner-container.big .top-banner-description {
  left: 40px;
}
.top-banner-container.big .top-banner-description .title {
  font-size: 90px;
  line-height: 74px;
}
.top-banner-container.big .top-banner-description .text span {
  font-size: 22px;
}
/* ----- Top-Banner ----- */


/* ----- Module Image/Text ----- */
.mod-imgtxt-item .mod-imgtxt-description {
  padding: 60px;
}
.mod-imgtxt-item .mod-imgtxt-description .cta {
  padding-top: 30px;
}
/* ----- Module Image/Text ----- */


/* ----- Module Image/Video L ----- */
.img-vid-l-container {
  padding: 20px 40px 20px 40px;
}
/* ----- Module Image/Video L ----- */


/* ----- Teaser S1 ----- */
.teaser-s1-item .teaser-s1-description .text {
  display: none;
}
.teaser-s1-item .teaser-s1-description .cta {
  display: none;
}
.teaser-s1-item:hover .teaser-s1-content {
  background-color: #CF0008;
}
.teaser-s1-item:hover .teaser-s1-description .title {
  color: #ffffff;
}
.teaser-s1-item:hover .teaser-s1-description .text {
  color: #ffffff;
  display: block;
}
.teaser-s1-item:hover .teaser-s1-description .cta {
  display: block;
}
/* ----- Teaser S1 ----- */


/* ----- Teaser S2 ----- */
.teaser-s2 .content-row {
  padding-right: 20px;
  padding-left: 20px;
}
.teaser-s2-item {
  flex-basis: 33.33%;
  display: inline-block;
}
.teaser-s2-content {
  flex-direction: column;
  flex-basis: 100%;
}
.teaser-s2-image {
  flex-basis: 100%;
  height: 150px;
}
.teaser-s2-image img {
  max-height: 100%;
  width: auto;
}
.teaser-s2-description {
  flex-basis: 100%;
}
.teaser-s2-item .teaser-s2-description .title,
.teaser-s2-item .teaser-s2-description .text {
  text-align: center;
}
.teaser-s2-item .teaser-s2-description .title {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser-s2-item .teaser-s2-description .text {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.teaser-s2-item:hover .teaser-s2-description .text {
  display: block;
  opacity: 1;
}
/* ----- Teaser S2 ----- */


/* ----- Teaser M ----- */
.teaser-m-item .teaser-description {
  transform: translateY(50px);
  transition-property: transform;
  transition-duration: 0.3s;
}
.teaser-m-item .teaser-description::after {
  border-width: 20px;
  margin-left: -20px;
  transform: translateY(20px);
  transition-property: transform;
  transition-duration: 0.5s;
}
.teaser-m-item .teaser-description .title {
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
}
.teaser-m-item .teaser-description .text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 5px 15px;
  min-height: 55px;
}
.teaser-m-item:hover .teaser-description::after {
  transform: translateY(0);
}
.teaser-m-item:hover .teaser-description {
  transform: translateY(0);
}
/* ----- Teaser M ----- */


/* ----- Teaser L ----- */
.teaser-l-item .teaser-description .btn-primary {
  display: none;
}
.teaser-l-item:hover .teaser-description .btn-primary {
  display: inline-block;
}
/* ----- Teaser L ----- */


/* ----- Teaser XL ----- */
.teaser-xl-container {
  padding-right: 40px;
  padding-left: 40px;
}
.teaser-xl-item.v1 .teaser-description {
  width: 30%;
}
/* ----- Teaser XL ----- */


/* ----- Filter ----- */

/* ----- Filter ----- */


.job-detail-header-container {
  padding: 84px 120px 30px 120px;
}


/* ----- Overlay ----- */
.overlay {
  padding: 0;
}
/* ----- Overlay ----- */
