.pipes {
  margin-left: 10px;
}
.pipes:after {
  content: "|";
  margin-left: 3px;
  margin-right: -4px;
}
.pipes:first-of-type {
  margin-left: 0px;
}
.pipes:last-child::after {
  content: "";
}

.chevron-arrow {
  display: inline-block;
  border-right: 2px solid rgb(0, 56, 110);
  border-bottom: 2px solid rgb(0, 56, 110);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.chevron-arrow-left {
  transform: rotate(-225deg);
}

.chevron-arrow-right {
  transform: rotate(-45deg);
}

@font-face {
  font-family: "zimmerbold";
  src: url("../fonts/zimmer_bold-webfont.woff2") format("woff2"), url("../fonts/zimmer_bold-webfont.woff") format("woff"), url("../fonts/zimmer_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zimmermedium";
  src: url("../fonts/zimmer_medium-webfont.woff2") format("woff2"), url("../fonts/zimmer_medium-webfont.woff") format("woff"), url("../fonts/zimmer_medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zimmer_regularregular";
  src: url("../fonts/zimmer_regular-webfont.woff2") format("woff2"), url("../fonts/zimmer_regular-webfont.woff") format("woff"), url("../fonts/zimmer_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 20px;
}

.bg-grey {
  background-color: #F0F0F0;
}

.zim-reg {
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
}

.zim-med {
  font-family: "zimmermedium", Helvetica, sans-serif;
}

.zim-bold {
  font-family: "zimmerbold", Helvetica, sans-serif;
}

body {
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
}

@media screen and (min-width: 968px) {
  body:not(.home) {
    margin-top: 90px;
  }
}

strong {
  font-family: "zimmerbold", Helvetica, sans-serif;
  font-weight: normal;
}

h1,
.h1 {
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  color: var(--Text-white_text, #FFF);
}

h2 {
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #00386E;
  line-height: 40px;
  word-break: break-word;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "zimmerbold", Helvetica, sans-serif;
  font-weight: normal;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "zimmerbold", Helvetica, sans-serif;
  font-weight: normal;
  color: #00386E;
}

.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  color: green;
  margin-bottom: 17px;
}

header.bg-blue .breadcrumbs {
  color: rgb(161, 54, 54);
}

.blue {
  color: #00386E;
}

.bg-blue {
  background-color: #00386E;
}

strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "zimmerbold", Helvetica, sans-serif;
  font-weight: normal;
}

a {
  color: #00386E;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:visited {
  color: #00386E;
}

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

a:active,
a:focus {
  color: #00386E;
}

.line-link {
  display: flex;
  width: fit-content;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: #00386E;
  gap: 8px;
  background: var(--Accent-primary, #FFED00);
}
.line-link a {
  color: #00386E;
  text-decoration: none;
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
  font-weight: normal;
}

.top-bar {
  height: 130px;
}
@media screen and (min-width: 968px) {
  .top-bar {
    height: 100px;
  }
}

.white-card-container {
  padding-top: 34px;
  padding-bottom: 84px;
}
@media screen and (min-width: 1150px) {
  .white-card-container div:nth-of-type(1) {
    top: 30px;
  }
  .white-card-container div:nth-of-type(2) {
    top: 20px;
  }
  .white-card-container div:nth-of-type(3) {
    top: 10px;
  }
}
.white-card-container .white-card {
  border: 2px solid #00386E;
  height: 100%;
  transform: skewY(-2deg);
  display: flex;
  flex-direction: column;
  color: #00386E;
  max-width: 320px;
  margin: 0 auto;
}
.white-card-container .white-card.blue {
  background-color: #00386E;
  border: none;
  color: white;
}
.white-card-container .white-card.blue a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.white-card-container .white-card.blue a:visited {
  color: white;
}
.white-card-container .white-card.blue a:hover {
  color: white;
  text-decoration: none;
}
.white-card-container .white-card.blue a:active,
.white-card-container .white-card.blue a:focus {
  color: white;
}
.white-card-container .white-card.blue .link {
  border-top: 2px solid white;
}
.white-card-container .white-card .text {
  transform: skewY(2deg);
  padding: 20px;
  flex-grow: 1;
}
.white-card-container .white-card .text h4 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
}
.white-card-container .white-card .link {
  border-top: 2px solid #00386E;
  padding: 0px 20px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.white-card-container .white-card .link .more {
  display: inline-block;
  transform: skewY(2deg);
}
.white-card-container .white-card:hover .link {
  background-color: #00386E;
  color: white;
}
.white-card-container .white-card:hover .link a {
  color: white;
}
.white-card-container .white-card:nth-of-type(3) {
  top: -50px;
}

.content {
  background-color: #fff;
  position: relative;
}

.logo-slider {
  width: 100%;
  position: relative;
}
.logo-slider .container {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
}
.logo-slider .logo-slide {
  width: 255px;
  height: 129px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-for-slick {
  display: none !important;
}

.previous,
.next {
  position: absolute;
  bottom: 48%;
  display: none !important;
}
@media screen and (min-width: 576px) {
  .previous,
  .next {
    display: block !important;
  }
}

.previous {
  left: -20px;
}

.next {
  right: -20px;
}

footer {
  position: relative;
}
footer a {
  color: #fff;
  transition: color 0.1s linear;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer a:active,
footer a:focus {
  color: #fff;
}
footer {
  color: white;
}
footer .container {
  padding: 60px 15px;
}
footer .logo {
  width: 186px;
  margin-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 968px) {
  footer .logo {
    position: relative;
    left: -20px;
  }
}
footer {
  background-color: #6cb527;
}
footer .small-link {
  font-size: 13px;
  font-size: 0.8125rem;
}
footer .social-icons {
  display: flex;
  margin-bottom: 20px;
  font-size: 24px;
}
footer .social-icons a {
  margin-right: 10px;
  display: block;
}

.three-columns {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.three-columns .container {
  color: #00386E;
  padding: 40px 15px;
}
.three-columns .container .h-line {
  width: 95px;
  height: 2px;
  background-color: #00386E;
  transform: skewY(-2deg);
  margin-bottom: 20px;
}
.three-columns .container strong {
  margin-bottom: 10px;
  display: block;
}

.project-card .bg-image,
.job-card .bg-image {
  position: relative;
  background-color: #F0F0F0;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  height: 252px;
}
.project-card .image,
.job-card .image {
  position: relative;
  margin-bottom: 20px;
}
.project-card .overlay,
.job-card .overlay {
  background-color: #00386E;
  color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
}
.project-card .overlay .line-link,
.job-card .overlay .line-link {
  opacity: 1;
}
.project-card .overlay:hover,
.job-card .overlay:hover {
  opacity: 0.8;
}

.blog-card .bg-image {
  height: 390px;
}

.blog .blog-card .bg-image {
  height: 75vw;
}
@media screen and (min-width: 576px) {
  .blog .blog-card .bg-image {
    height: 390px;
  }
}
@media screen and (min-width: 980px) {
  .blog .blog-card .bg-image {
    height: 315px;
  }
}
@media screen and (min-width: 1150px) {
  .blog .blog-card .bg-image {
    height: 390px;
  }
}

.projects,
.blog-posts {
  padding: 30px 15px;
}
@media screen and (min-width: 968px) {
  .projects,
  .blog-posts {
    padding: 72px 15px;
  }
}
.projects .bg-image,
.blog-posts .bg-image {
  height: 310px;
}
@media screen and (min-width: 980px) {
  .projects .bg-image,
  .blog-posts .bg-image {
    height: 202px;
  }
}
@media screen and (min-width: 1150px) {
  .projects .bg-image,
  .blog-posts .bg-image {
    height: 252px;
  }
}
.projects .bg-image,
.blog-posts .bg-image {
  margin-bottom: 20px;
}
.projects .project-card,
.blog-posts .project-card {
  color: #00386E;
  margin-bottom: 20px;
}
.projects .tag-filter,
.blog-posts .tag-filter {
  display: flex;
  justify-content: space-around;
}
.projects .tag-filter a.active,
.blog-posts .tag-filter a.active {
  font-family: "zimmerbold", Helvetica, sans-serif;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.projects .tag-filter a.active:before,
.blog-posts .tag-filter a.active:before {
  content: " ";
  width: 40px;
  height: 2px;
  position: absolute;
  background-color: #00386e;
  display: inline-block;
  top: 30px;
  left: 50%;
  transform: skewY(-2deg) translateX(-50%);
}

.leistungen {
  margin-top: 40px;
}
.leistungen .text {
  padding: 40px;
}
@media screen and (min-width: 980px) {
  .leistungen .text {
    padding: 78px 65px;
    padding-bottom: 0;
  }
}
.leistungen .text {
  background-color: #F0F0F0;
  align-items: start;
  max-height: 450px;
}
.leistungen .text p {
  margin-bottom: 30px;
}
.leistungen .bg-image {
  height: 200px;
}
@media screen and (min-width: 980px) {
  .leistungen .bg-image {
    height: 450px;
  }
}

.projekt-slider {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 968px) {
  .projekt-slider {
    height: 450px;
  }
}
.projekt-slider {
  margin-bottom: 40px;
}
.projekt-slider .text-block {
  margin-top: 60px;
  color: #00386E;
}
@media screen and (min-width: 968px) {
  .projekt-slider .slick-wrapper {
    overflow: hidden;
    width: 2000px;
  }
}
@media screen and (min-width: 968px) {
  .projekt-slider .slick-projekt-slider {
    left: -700px;
    width: 2140px;
  }
}
.projekt-slider .projekt-slide {
  position: relative;
  margin: 0px 10px;
}
@media screen and (min-width: 968px) {
  .projekt-slider .projekt-slide {
    margin: 0;
  }
}
.projekt-slider .projekt-slide .bg-image {
  height: 200px;
  width: 300px;
}
@media screen and (min-width: 968px) {
  .projekt-slider .projekt-slide .bg-image {
    width: 740px;
    height: 450px;
  }
}
.projekt-slider .caption {
  position: absolute;
  left: 60px;
  bottom: 40px;
  background-color: #F0F0F0;
  padding: 10px 15px;
  color: #00386E;
}
.news-slider {
  border-bottom: 40px solid white;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 968px) {
  .news-slider {
    left: -15px;
  }
}
.news-slider .bg {
  background: #F0F0F0;
  width: 110%;
  height: 100%;
  position: absolute;
  left: -15px;
}
@media screen and (min-width: 968px) {
  .news-slider .bg {
    left: -50%;
  }
}
.news-slider h2 {
  margin-top: 59px;
}
.news-slider .date {
  margin-top: 36px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #707070;
  margin-bottom: 5px;
}
.news-slider .line {
  height: 2px;
  background-color: #00386E;
  width: 95px;
  transform: skewY(-2deg);
  margin-bottom: 13px;
}
.news-slider h3 {
  color: #00386E;
  font-family: "zimmerbold", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 10px;
}
.news-slider p {
  color: #00386E;
  margin-bottom: 40px;
  overflow: hidden;
}
.news-slider .line-link {
  margin-bottom: 30px;
}
.news-slider .container {
  position: relative;
}
.news-slider a.img {
  align-self: center;
  height: 310px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .news-slider a.img {
    width: 600px;
    height: 450px;
  }
}
.news-slider a.img img {
  max-width: 600px;
  position: absolute;
  bottom: 0;
}
.news-slider .inner {
  display: flex;
  flex-wrap: wrap;
}
.news-slider .inner .bg-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (min-width: 968px) {
  .news-slider .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 450px;
  }
}
.news-slider .text {
  width: auto;
  min-height: 365px;
}
@media screen and (min-width: 968px) {
  .news-slider .text {
    width: 250px;
    margin-right: 56px;
  }
}
@media screen and (min-width: 968px) {
  .news-slider .slick-dots {
    margin-left: 22%;
  }
}

.vorteile-block {
  background-color: #00386E;
  color: white;
  transform: skewY(-2deg);
  text-align: center;
  padding-bottom: 40px;
  margin-top: 20px;
}
.vorteile-block .row {
  margin: 20px 0px;
}
.vorteile-block hr {
  width: 64px;
  border-color: white;
  transform: skewY(-2deg);
  margin-bottom: 20px;
}
.vorteile-block strong {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  display: block;
}
.vorteile-block p {
  text-align: justify;
}
.vorteile-block > * {
  transform: skewY(2deg);
}
.vorteile-block .header {
  transform: skewY(-2deg);
  color: #00386E;
  background-color: #F0F0F0;
  display: block;
  text-align: right;
  padding: 10px;
  position: relative;
  left: -775px;
  width: 1000px;
  padding-right: 46px;
}
.vorteile-block .header h2 {
  position: relative;
  bottom: -5px;
  display: inline-block;
  padding: 12px 0px;
}
.vorteile-block .header > * {
  transform: skewY(2deg);
}

.team-teaser {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 968px) {
  .team-teaser {
    padding-bottom: 60px;
  }
}
.team-teaser .container {
  position: relative;
}
.team-teaser .img-container {
  position: relative;
  margin-top: 100px;
}
.team-teaser .img-container .team-image {
  position: absolute;
  left: 0px;
  bottom: 7px;
}
@media screen and (min-width: 968px) {
  .team-teaser .img-container .team-image {
    width: 120%;
    max-width: 200%;
    position: absolute;
    left: -130px;
    bottom: 7px;
  }
}
.team-teaser .text {
  color: #00386E;
  margin-top: 100px;
  padding-bottom: 120px;
}
.team-teaser .text p {
  margin: 19px 0px 32px 0;
}
.team-teaser .hr {
  height: 32px;
  background-color: #00386E;
  z-index: 500;
  position: relative;
  width: 120%;
  left: -10%;
  bottom: 32px;
  transform: skewY(-2deg);
}

.staff {
  padding-bottom: 40px;
}
.staff .category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #00386E;
  cursor: pointer;
  margin-bottom: 55px;
}
.staff .category-links .cat-link {
  margin: 0px 10px;
}
@media screen and (min-width: 968px) {
  .staff .category-links .cat-link {
    margin: 15px 50px;
  }
}
.staff .category-links .cat-link {
  margin-bottom: 20px;
}
.staff .category-links .cat-link.active {
  font-family: "zimmerbold", Helvetica, sans-serif;
}
.staff .category-links .cat-link:after {
  content: " ";
  width: 50px;
  height: 2px;
  position: relative;
  background-color: #00386e;
  display: block;
  top: 10px;
  margin: 0 auto;
  transform: skewY(-2deg);
  opacity: 0;
}
.staff .category-links .cat-link.active:after {
  opacity: 1;
}

.staff-card {
  height: 200px;
  position: relative;
}
.staff-card .bg-image {
  height: 100%;
  background-size: contain;
}
.staff-card .overlay {
  background-color: #00386E;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all 0.2s linear;
}
.staff-card .overlay .text {
  max-width: 100%;
}
.staff-card .overlay:hover {
  opacity: 0.8;
}
.staff-card .overlay > * {
  opacity: 1;
}
.staff-card .overlay h4 {
  margin-bottom: 0;
}
.staff-card .overlay .tel {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.staff-card .overlay .tel svg {
  bottom: 3px;
  position: relative;
  width: 22px;
  margin-right: 10px;
}
.staff-card .overlay .tel a {
  color: #fff;
  transition: color 0.1s linear;
  text-decoration: underline;
}
.staff-card .overlay .tel a:visited {
  color: #fff;
}
.staff-card .overlay .tel a:hover {
  color: #fff;
  text-decoration: underline;
}
.staff-card .overlay .tel a:active,
.staff-card .overlay .tel a:focus {
  color: #fff;
}

.produkt-desc {
  margin-bottom: 46px;
  margin-top: 50px;
}
.produkt-desc .line-right {
  border-right: 2px solid #00386E;
}
.produkt-desc .staff-card {
  width: 100%;
  margin-bottom: 20px;
}
.produkt-desc .port {
  height: 240px;
  margin-top: 20px;
}
@media screen and (min-width: 968px) {
  .produkt-desc .ansprechparter-container {
    padding-left: 6%;
  }
}

.eckdaten p {
  margin-bottom: 30px;
  word-break: break-word;
  hyphens: auto;
}
.eckdaten p svg {
  bottom: 5px;
  position: relative;
  margin-right: 8px;
}

.product-eck {
  color: #00386E;
  position: relative;
  overflow: hidden;
}
.product-eck .bg {
  background: #f0f0f0;
  width: 120%;
  height: 100%;
  position: absolute;
  left: -15px;
}
@media screen and (min-width: 1150px) {
  .product-eck .bg {
    left: -50%;
  }
}
.product-eck h2 {
  margin-top: 58px;
  margin-bottom: 40px;
}
.product-eck .hr {
  width: 95px;
  height: 2px;
  background-color: #00386E;
  transform: skewY(-2deg);
  margin-bottom: 17px;
}

.eck-slider {
  margin-bottom: 0 !important;
  height: 100%;
}
.eck-slider .slide {
  width: 703px;
  height: 300px;
}
@media screen and (min-width: 968px) {
  .eck-slider .slide {
    height: 498px;
  }
}
.eck-slider .bg-image {
  height: 100%;
  position: relative;
  max-height: 100%;
}
.eck-slider .bg-image .caption {
  position: absolute;
  color: white;
  top: 20px;
  right: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 6px black;
}
.eck-slider button.slick-arrow {
  z-index: 99999;
  left: 25px;
  transform: scaleY(1.8);
  height: 50px;
}
.eck-slider button.slick-arrow:before {
  content: "<";
  z-index: 999;
  color: white;
  font-family: inherit;
  display: block;
  font-size: 40px;
}
.eck-slider button.slick-arrow.slick-next {
  left: unset;
  right: 25px;
  transform: scaleY(1.8) rotate(180deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  bottom: 30px;
}
.slick-dots li {
  height: auto;
  width: auto;
  margin: 0 4px;
}
.slick-dots li button {
  height: auto;
  width: auto;
}
.slick-dots li button:before {
  content: " ";
  width: 10px;
  height: 10px;
  color: white;
  opacity: 1;
  border: 1px solid white;
  border-radius: 10px;
}
.slick-dots li.slick-active button:before {
  background-color: white;
}

.blog-posts {
  margin-top: 200px;
}

.container.single-post {
  margin-top: 130px;
}
@media screen and (min-width: 980px) {
  .container.single-post {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .container.single-post {
    margin-top: 230px;
  }
}
.container.single-post .image {
  margin-bottom: 80px;
}
.container.single-post .backbutton {
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
}

.popout {
  background-color: #00386E;
  position: fixed;
  left: 0px;
  top: 50%;
  color: white;
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  z-index: 999;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.popout a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.popout a:visited {
  color: white;
}
.popout a:hover {
  color: white;
  text-decoration: none;
}
.popout a:active,
.popout a:focus {
  color: white;
}
.popout {
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 1700px) {
  .popout {
    width: 345px;
    min-height: 300px;
    padding: 57px 30px 57px 60px;
    transform: rotate(0deg);
  }
}
.popout .text {
  display: none;
}
@media screen and (min-width: 1700px) {
  .popout .text {
    display: block;
  }
}
.popout.show {
  opacity: 1;
}
.popout .line-link {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  border: 0px;
  transform: none;
  padding: 15px;
  margin: 0;
}
.popout .line-link a {
  transform: none;
}
@media screen and (min-width: 1700px) {
  .popout .line-link a {
    transform: skewY(2deg);
  }
}
@media screen and (min-width: 1700px) {
  .popout .line-link {
    border-top: 2px;
    border-bottom: 2px;
    border-left: 0;
    border-right: 0;
    border-color: #fff;
    border-style: solid;
    display: inline-block;
    padding: 10px 17px;
    transform: skewY(-2deg);
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: zimmermedium, Helvetica, sans-serif;
    text-transform: uppercase;
  }
}
.paginate-links {
  margin: 0 auto;
}
.paginate-links a,
.paginate-links span {
  margin: 0px 8px;
}
.paginate-links .next {
  position: relative;
  right: auto;
  bottom: auto;
  display: inline !important;
}
.paginate-links span.current {
  position: relative;
}
.paginate-links span.current::before {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #F0F0F0;
  content: " ";
  position: absolute;
  z-index: -1;
  left: -11px;
  top: -5px;
  border-radius: 100%;
}

.text ul {
  list-style: none;
  padding: 0;
}
.text ul li {
  margin-left: 20px;
  position: relative;
}
.text ul li::before {
  content: "-";
  position: absolute;
  left: -20px;
}
.text strong {
  color: #00386E;
}

.job-footer-block {
  top: 40px;
  position: relative;
  text-align: left;
}
.job-footer-block .row a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.job-footer-block .row a:visited {
  color: white;
}
.job-footer-block .row a:hover {
  color: white;
  text-decoration: none;
}
.job-footer-block .row a:active,
.job-footer-block .row a:focus {
  color: white;
}
.job-footer-block .row h2 {
  color: white;
}
.job-footer-block .row strong {
  margin-bottom: 0;
}
.job-footer-block .row p {
  margin-bottom: 20px;
}

.downloads {
  color: #00386E;
  padding-bottom: 40px;
}
.downloads strong {
  margin-bottom: 20px;
}
.downloads .download-row svg {
  margin-right: 30px;
  position: relative;
  bottom: 3px;
}
.downloads .download-row {
  border-bottom: 1px solid #00386E;
  padding: 20px 0px;
}

.missing-container {
  margin-top: 400px;
}

.pag {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pag span, .pag a {
  margin: 0 6px;
}
.pag .next {
  right: auto;
  position: relative;
}

.text-container {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #00386E;
}

form {
  margin-bottom: 30px;
}

.bildbox {
  margin-bottom: 0px;
  margin-top: 70px;
}
.bildbox img {
  position: relative;
  width: initial;
  max-width: 100%;
  bottom: 0;
  margin-bottom: 50px;
}
.bildbox .text {
  text-align: center;
}
.bildbox .element {
  margin-bottom: 90px;
  padding-left: 35px;
  padding-right: 35px;
}

header {
  min-height: 23vw;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
header.noimg {
  min-height: unset;
}
header.noimg .bg-image {
  display: none;
}
header {
  margin-bottom: 0px;
  color: #00386E;
}
@media screen and (min-width: 968px) {
  header {
    margin-top: 0;
  }
}
header p {
  color: var(--Text-white_text, #FFF);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
header .container {
  position: relative;
  max-height: 100%;
}
header a {
  color: #fff;
  transition: color 0.1s linear;
  text-decoration: none;
}
header a:visited {
  color: #fff;
}
header a:hover {
  color: #fff;
  text-decoration: none;
}
header a:active,
header a:focus {
  color: #fff;
}
header .line-link {
  background: var(--Accent-primary, #FFED00);
}
header .line-link a {
  color: #00386E;
}
header .bg-image {
  width: 100%;
  height: 75vw;
  position: relative;
  bottom: -30px;
}
header .bg-image.nocrop {
  background-size: contain;
}
@media screen and (min-width: 968px) {
  header .bg-image {
    position: absolute;
    width: 35vw;
    bottom: -30px;
    right: 0;
    height: 26vw;
  }
}
header img {
  right: 0;
  width: 38%;
  bottom: -30px;
  max-width: unset;
  position: absolute;
}
header.bg-blue {
  background-color: #00386E;
  color: #00386E;
}
header.bg-blue h1 {
  color: 184;
}
header.bg-grey {
  background-color: #F0F0F0;
}

.intro {
  position: relative;
  top: 0px;
  margin-bottom: -100px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .intro {
    top: -100px;
  }
}
.intro.fixed {
  position: fixed;
  width: 100vw;
}
.intro .intro-stage {
  width: 100vw;
  background-color: white;
  position: relative;
  height: 100vh;
  padding-top: 120px;
}
@media screen and (min-width: 576px) {
  .intro .intro-stage {
    height: 95vh;
    padding-top: 340px;
  }
}
@media screen and (min-width: 980px) {
  .intro .intro-stage {
    padding-top: 200px;
    margin-top: 160px;
  }
}
.intro .intro-stage .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.intro .intro-stage h1,
.intro .intro-stage p {
  position: relative;
  opacity: 0;
  transition: all 1s ease-out;
  bottom: -20px;
}
.intro .intro-stage h1 {
  color: #00386E;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  transition-delay: 0.5s;
}
@media screen and (min-width: 968px) {
  .intro .intro-stage h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 3.625rem;
  }
}
.intro .intro-stage p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 968px) {
  .intro .intro-stage p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.intro .intro-stage p {
  color: #707070;
  transition-delay: 1s;
}
.intro .intro-stage svg {
  opacity: 0;
  transition: all 0.4s linear;
  position: relative;
  transition-delay: 1.5s;
  bottom: -10px;
  cursor: pointer;
}
.intro.intro--video .intro-video-stage .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.intro.intro--video .intro-video-stage .bg-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.intro.intro--video.loaded .intro-video-stage h1,
.intro.intro--video.loaded .intro-video-stage p,
.intro.intro--video.loaded .intro-video-stage svg {
  opacity: 1;
  bottom: 0;
}
.intro .links {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .intro .links {
    font-size: inherit;
  }
}
@media screen and (min-width: 980px) {
  .intro .links {
    bottom: 100px;
  }
}
.intro .links .card-container {
  top: 60px;
  transition: top 1s ease-out, opacity 1s ease-out;
  position: relative;
  opacity: 0;
}
.intro .links .card-container:nth-child(2) .blue-card {
  top: -10px;
}
.intro .links .card-container:nth-child(3) .blue-card {
  top: -20px;
}
.intro .links .card-container:nth-child(4) .blue-card {
  top: -30px;
}
.intro .links .card-container.in {
  opacity: 1;
  top: 0px;
}
.intro .links .blue-card {
  transform: skewY(-2deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  background-color: #00386E;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 968px) {
  .intro .links .blue-card {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 980px) {
  .intro .links .blue-card {
    height: 134px;
  }
}
.intro .links .blue-card .text {
  display: flex;
  align-items: center;
  transform: skewY(2deg);
  text-transform: uppercase;
}
.intro .links .blue-card .text .title {
  flex-grow: 1;
}
.intro .links .blue-card .text .icon {
  text-align: right;
}

.logged-in nav.navbar:not(.dark) {
  top: 32px;
}

nav.navbar {
  z-index: 999;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 88px;
  position: fixed;
  top: 0;
  background-color: white;
  box-shadow: 0 1px 0 rgba(0, 56, 110, 0.12);
}
@media screen and (min-width: 968px) {
  nav.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
  }
}
nav.navbar.logged-in {
  top: 32px;
}
nav.navbar .background {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  transform: none;
  box-shadow: none;
  left: 0px;
  transition: all 0.2s linear;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
nav.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding: 0;
  width: 100%;
  max-width: none;
}
nav.navbar #navbarSupportedContent {
  background-color: white;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 0;
  padding-bottom: 17px;
}
@media screen and (min-width: 968px) {
  nav.navbar #navbarSupportedContent {
    display: flex;
    flex: 1;
    min-height: 88px;
    padding: 10px 32px 17px 48px;
  }
}
nav.navbar ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 500;
  max-height: calc(100vh - 220px);
  overflow: auto;
}
@media screen and (min-width: 968px) {
  nav.navbar ul.menu {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
  }
}
nav.navbar ul.menu > li {
  margin: 0;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (min-width: 968px) {
  nav.navbar ul.menu > li {
    width: auto;
    margin-bottom: 0;
    margin-left: 44px;
  }
}
nav.navbar ul.menu > li a {
  font-family: "zimmer_regularregular", Helvetica, sans-serif;
  color: #00386E;
  position: relative;
}
nav.navbar ul.menu > li a:after {
  content: " ";
  width: 35px;
  height: 2px;
  position: relative;
  background-color: #00386e;
  display: inline-block;
  top: 10px;
  transform: skewY(-2deg);
  display: none;
}
@media screen and (min-width: 968px) {
  nav.navbar ul.menu > li a:after {
    margin: 0 auto;
  }
}
nav.navbar ul.menu > li.current_page_item > a, nav.navbar ul.menu > li.current-page-ancestor > a {
  font-family: "zimmerbold", Helvetica, sans-serif;
}
nav.navbar ul.menu > li.current_page_item > a:after, nav.navbar ul.menu > li.current-page-ancestor > a:after {
  display: block;
}
nav.navbar ul.menu > li a:hover:after {
  display: block;
}
nav.navbar ul.menu > li[class*=menu-icon-] > a {
  padding-left: 24px;
}
nav.navbar ul.menu > li[class*=menu-icon-] > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
nav.navbar ul.menu > li.menu-icon-phone > a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106a1.125 1.125 0 00-1.173.417l-.97 1.293a1.125 1.125 0 01-1.21.38 12.035 12.035 0 01-7.143-7.143 1.125 1.125 0 01.38-1.21l1.293-.97c.35-.262.513-.71.417-1.173L7.463 3.6A1.125 1.125 0 006.372 2.75H5A2.75 2.75 0 002.25 5.5v1.25z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106a1.125 1.125 0 00-1.173.417l-.97 1.293a1.125 1.125 0 01-1.21.38 12.035 12.035 0 01-7.143-7.143 1.125 1.125 0 01.38-1.21l1.293-.97c.35-.262.513-.71.417-1.173L7.463 3.6A1.125 1.125 0 006.372 2.75H5A2.75 2.75 0 002.25 5.5v1.25z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
nav.navbar .navbar-brand {
  position: relative;
  background-color: #00386E;
  display: flex;
  align-items: center;
  min-height: 88px;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  nav.navbar .navbar-brand {
    flex-basis: 260px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 968px) {
  nav.navbar .navbar-brand {
    flex-basis: 320px;
    min-height: 88px;
    padding: 0 24px;
  }
}
nav.navbar .navbar-brand img {
  width: 118.45px;
  height: 52px;
  left: 0px;
  top: 0px;
  margin-top: 0;
  opacity: 0;
  position: absolute;
}
nav.navbar .navbar-brand img.white {
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 576px) {
  nav.navbar .navbar-brand img {
    width: 150px;
  }
}
@media screen and (min-width: 968px) {
  nav.navbar .navbar-brand img {
    width: 186px;
  }
}

.logged-in .sub-menu {
  top: 87px !important;
}

@media screen and (min-width: 968px) {
  li.uberuns ul.sub-menu {
    padding-left: 30%;
  }
}
@media screen and (min-width: 980px) {
  li.uberuns ul.sub-menu {
    padding-left: 43%;
  }
}
@media screen and (min-width: 1150px) {
  li.uberuns ul.sub-menu {
    padding-left: 50%;
  }
}
li.uberuns ul.sub-menu {
  justify-content: flex-start;
}
li.uberuns ul.sub-menu li {
  margin-right: 30px;
}
