@charset "UTF-8";
/* variables definitions */
.clr-1 {
  color: #000;
}

.bg-clr-1 {
  background-color: #000;
}

.clr-2 {
  color: #fff;
}

.bg-clr-2 {
  background-color: #fff;
}

.clr-3 {
  color: #006192;
}

.bg-clr-3 {
  background-color: #006192;
}

.clr-4 {
  color: #cad400;
}

.bg-clr-4 {
  background-color: #cad400;
}

.clr-5 {
  color: #009a3d;
}

.bg-clr-5 {
  background-color: #009a3d;
}

.clr-6 {
  color: #e5f5eb;
}

.bg-clr-6 {
  background-color: #e5f5eb;
}

.clr-7 {
  color: #505050;
}

.bg-clr-7 {
  background-color: #505050;
}

.clr-8 {
  color: #f3f3f3;
}

.bg-clr-8 {
  background-color: #f3f3f3;
}

.clr-9 {
  color: #ceecd9;
}

.bg-clr-9 {
  background-color: #ceecd9;
}

/* mixin definitions */
/* fonts definitions */
@font-face {
  font-family: "OpenSans Light";
  font-weight: 300;
  font-style: normal;
  src: local("OpenSans-Light"), url("../Fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans Medium";
  font-weight: 500;
  font-style: normal;
  src: local("OpenSans-Medium"), url("../Fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff");
}
/* base definitions */
html,
body {
  width: 100%;
  height: 100%;
  color: #505050;
}

a:focus, a.focus,
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus,
.swiper-arrow-prev:focus,
.swiper-arrow-prev.focus,
.swiper-arrow-next:focus,
.swiper-arrow-next.focus {
  outline: 0;
  box-shadow: 0 0 3px 0.25rem rgba(0, 154, 61, 0.25);
}

.bg-clr-3 a:focus, .bg-clr-3 a.focus,
.bg-clr-3 .btn:focus,
.bg-clr-3 .btn.focus,
.bg-clr-3 .btn:active:focus,
.bg-clr-3 .btn:active.focus,
.bg-clr-3 .btn.active:focus,
.bg-clr-3 .btn.active.focus,
.bg-clr-3 .swiper-arrow-prev:focus,
.bg-clr-3 .swiper-arrow-prev.focus,
.bg-clr-3 .swiper-arrow-next:focus,
.bg-clr-3 .swiper-arrow-next.focus {
  outline: 0;
  box-shadow: 0 0 3px 0.25rem rgba(229, 245, 235, 0.25);
}

main {
  width: 100%;
}

footer {
  display: inline-block;
  width: 100%;
}

section.section-bg {
  margin: 0;
}
@media (min-width: 576px) {
  section.section-bg {
    margin: 2.5em 0;
  }
}

.container_background + .content-line.bg-clr-6 {
  padding-top: 0;
}
@media (min-width: 576px) {
  .container_background + .content-line.bg-clr-6 {
    padding-top: 55px;
  }
}

.teaser-items {
  padding-top: 0;
}

span,
strong,
b {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

b,
strong {
  font-family: "open_sansbold", sans-serif;
  font-weight: bold;
}

address {
  margin: 0;
  padding: 0;
}
address a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.form-control {
  border: none;
}
.form-control, .form-control:focus {
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
  padding: 0;
  border: none;
}

figure {
  margin-bottom: 0;
}

/*a {
    color: color(3);
    transition: opacity 350ms, color 350ms;
    text-decoration: none;

    &:hover,
    &:focus,
    &:active {
        opacity: 0.75;
        color: color(3);
        text-decoration: none;
    }
}*/
:focus-visible {
  outline: none;
}

p,
.ctype-textmedia,
.container-narrow .text-center {
  line-height: 1.5;
}

p {
  margin-bottom: 1.25rem;
}

.intro {
  font-size: 1.125rem;
}
.intro em {
  display: block;
  font-family: "open_sansbold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.btn {
  border-radius: 0;
}

.bg-clr-3 p,
.bg-clr-3 h1, .bg-clr-3 .h1,
.bg-clr-3 h2, .bg-clr-3 .h2,
.bg-clr-3 .ctype-textmedia,
.bg-clr-5 p,
.bg-clr-5 h1,
.bg-clr-5 .h1,
.bg-clr-5 h2,
.bg-clr-5 .h2,
.bg-clr-5 .ctype-textmedia {
  color: #fff;
}

.text-left p,
.text-left h1,
.text-left .h1,
.text-left h1 span,
.text-left .h1 span,
.text-left h2,
.text-left .h2,
.text-left h2 span,
.text-left .h2 span {
  text-align: left;
}

.content-line,
.accordion,
.container_background {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 15px;
}
.content-line__slider,
.accordion__slider,
.container_background__slider {
  padding-left: 20px;
}

@media (min-width: 390px) {
  .content-line,
  .accordion,
  .container_background {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 576px) {
  .content-line,
  .accordion,
  .container_background {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-line--first,
  .accordion--first,
  .container_background--first {
    margin-top: 88px;
  }
  .content-line__slider,
  .accordion__slider,
  .container_background__slider {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .content-line,
  .accordion,
  .container_background {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  p,
  .ctype-textmedia,
  .container-narrow .text-center {
    font-size: 1.125rem;
    line-height: 1.688;
  }
  p {
    margin-bottom: 1.375rem;
  }
  .intro {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .content-line,
  .accordion,
  .container_background {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .content-line--first,
  .accordion--first,
  .container_background--first {
    margin-top: 118px;
  }
}
@media (min-width: 1200px) {
  .intro {
    font-size: 1.375rem;
  }
  p {
    margin-bottom: 1.5rem;
  }
  .content-line,
  .accordion,
  .container_background {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content-line--first,
  .accordion--first,
  .container_background--first {
    margin-top: 128px;
  }
}
@-o-keyframes fading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fading_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fading_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fading_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fading_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* helpers definitions */
.flex-center-both {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

.mt-r-25 {
  margin-top: 15px;
}

.mt-r-50 {
  margin-top: 35px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-md-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
  .mt-r-25 {
    margin-top: 20px;
  }
  .mt-r-50 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
  .mt-r-25 {
    margin-top: 25px;
  }
  .mt-r-50 {
    margin-top: 50px;
  }
}
/* overrides */
.btn {
  margin: 0;
  padding: 0;
  border: none;
}
.btn:focus, .btn:hover, .btn:active, .btn:first-child:active, .btn.active {
  box-shadow: none;
}

.ce-textpic,
.frame header,
.card {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 20%;
  }
  .container-narrow,
  .ce-textpic,
  .frame header,
  .card {
    max-width: 1020px;
  }
}
@media (min-width: 1400px) {
  .container-narrow,
  .ce-textpic,
  .frame header,
  .card {
    max-width: 1066px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1380px;
    max-width: 100%;
  }
  .container-narrow,
  .ce-textpic,
  .frame header,
  .card {
    max-width: 1066px;
  }
}
select {
  -webkit-appearance: none;
}

.nice-select {
  margin-bottom: 1rem;
  padding: 0.7rem 1rem 0;
  height: 48px;
  background-image: none;
  width: 100%;
  line-height: 1 !important;
}
.nice-select:after {
  content: none;
}
.nice-select.form-control, .nice-select.form-control:focus {
  background-color: #fff;
}
.nice-select .current {
  display: block;
  max-width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.67;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}
.nice-select .nice-select__caret {
  position: absolute;
  right: 1.1rem;
  transition: transform 350ms;
}
.nice-select .nice-select__caret svg {
  width: 20px;
  height: 20px;
}
.nice-select .nice-select__caret polyline {
  fill: none;
  stroke-width: 2px;
  stroke: #006192;
}
.nice-select.open .nice-select__caret {
  transform: rotate(-180deg);
}
.nice-select .list {
  margin-top: 1px;
  padding: 15px 0;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transform: scale(0.95) translateY(-4px);
  transition: all 350ms ease-out, opacity 350ms ease-out;
}
.nice-select.form-control--full-width .list {
  width: auto;
  max-width: calc(100vw - 98px);
}
.nice-select .option {
  padding: 0 1rem;
  color: #000;
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  white-space: normal;
  -ms-hyphens: manual;
  hyphens: manual;
  line-height: 2.5;
}
.nice-select .option.selected, .nice-select .option.selected.focus {
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
}
.nice-select .option.selected, .nice-select .option.selected:hover, .nice-select .option.selected.focus, .nice-select .option.selected.focus:hover {
  background-color: #fff;
  color: #000;
}
.nice-select .option:last-child {
  border: none;
}
.nice-select .option:hover:not(.focus):not(.selected) {
  background-color: #505050;
}
.nice-select .list:hover .option:not(:hover).selected {
  background-color: #fff !important;
}
@media (min-width: 576px) {
  .nice-select .current {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .nice-select {
    margin-bottom: 0;
    padding: 0.9rem 1.3rem 0.5rem;
  }
  .nice-select .current {
    font-size: 1.25rem;
  }
  .nice-select .nice-select__caret {
    right: 1.25rem;
  }
  .nice-select .nice-select__caret svg {
    width: 24px;
    height: 24px;
  }
  .nice-select .list {
    padding: 20px 0;
    width: calc(100% - 2.6rem);
  }
  .nice-select .option {
    padding: 0 1.25rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .nice-select {
    padding: 0.8rem 1.5rem;
  }
  .nice-select .current {
    font-size: 1.375rem;
  }
  .nice-select .nice-select__caret {
    right: 1.5rem;
  }
  .nice-select .nice-select__caret svg {
    width: 26px;
    height: 26px;
  }
  .nice-select .list {
    padding: 25px 0;
    width: calc(100% - 3rem);
  }
  .nice-select .option {
    padding: 0 1.5rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .nice-select .current {
    font-size: 1.5rem;
  }
  .nice-select .option {
    font-size: 1.375rem;
  }
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  width: 54px;
  height: 54px;
  background: transparent;
}
.plyr__poster {
  background-size: cover;
}
.plyr__control--overlaid svg {
  left: 50%;
  transform: translateX(-40%);
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 1200px) {
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 70px;
    height: 70px;
  }
}

/* Containergrids */
.ctype-klapper .collapsible {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ctype-klapper .collapsible .card-header {
  background: none;
  padding: 0;
  border-bottom: 2px solid #006192;
}
.ctype-klapper .collapsible .card-header .btn {
  background-color: #006192;
  color: #fff;
  border-radius: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctype-klapper .collapsible .card-header .btn svg {
  stroke: #fff;
  transform-origin: center center;
  transform: rotate(180deg);
}
.ctype-klapper .collapsible .card-header .btn.collapsed {
  color: #006192;
  background: none;
}
.ctype-klapper .collapsible .card-header .btn.collapsed svg {
  stroke: #006192;
  transform: none;
}
.ctype-klapper .collapsible .card {
  border: 2px solid #006192;
  border-top: 0;
}

.container_background {
  background-color: #e5f5eb;
}

.accordion .ce-textpic {
  text-align: left;
}

/* Layout with definitions for general Elements */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  padding: 0;
  font-family: "open_sansbold", sans-serif;
  font-weight: 700;
}

.content header h1,
.content header .h1 {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #cad400;
  font-size: 0.875rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  font-family: "open_sansbold", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.content header h1 span, .content header h1 em,
.content header .h1 span,
.content header .h1 em {
  margin-top: 0.5rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  color: #006192;
  text-align: center;
  text-transform: none;
}

h2, .h2 {
  margin-bottom: 1.5rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  color: #006192;
  text-align: center;
}
h2 span, h2 em, .h2 span, .h2 em {
  display: block;
  margin-bottom: 0.5rem;
  color: #cad400;
  font-size: 0.875rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  font-family: "open_sansbold", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.text-left h1,
.text-left .h1,
.text-left h1 span,
.text-left .h1 span,
.text-left h2,
.text-left .h2,
.text-left h2 span,
.text-left .h2 span {
  text-align: left;
}

.content header h1 span,
.content header .h1 span {
  display: block;
  font-size: 1.375rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h3, .h3 {
  margin-bottom: 1rem;
  color: #006192;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  h2, .h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .content header h1 span,
  .content header .h1 span {
    margin-top: 2rem;
    font-size: 2.75rem;
  }
  h2, .h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.1;
  }
  .content header h1, h2 em, h2 span,
  .content header .h1, .h2 em, .h2 span {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  h3, .h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content header h1 span,
  .content header .h1 span {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  h1 span,
  .h1 span {
    margin-top: 2.25rem;
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.375rem;
  }
  .content header h1, h2 em, h2 span,
  .content header .h1, .h2 em, .h2 span {
    font-size: 1.125rem;
  }
  h3, .h3 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .content header h1,
  .content header .h1 {
    margin-bottom: 2.375rem;
  }
  .content header h1 span,
  .content header .h1 span {
    margin-top: 1.125rem;
    font-size: 3.75rem;
  }
  h2, .h2 {
    margin-bottom: 2.25rem;
    font-size: 2.75rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1660px) {
  h2, .h2 {
    font-size: 2.813rem;
  }
}
/*a {
  margin: 0;
  padding: 0;
  //color: color(3);
  text-decoration: none;
  transition: color 350ms, opacity 350ms;
  &:hover {
    opacity: 0.75;
    text-decoration: none;
  }
}*/
.link--btn, .link.button, a--btn, a.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.25rem 0.688rem;
  background-color: #cad400;
  color: #fff;
  font-family: "OpenSans Medium", sans-serif;
  font-weight: 500;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1rem;
  text-decoration: unset !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .link--btn, .link.button, a--btn, a.button {
    font-size: 1.25rem;
  }
}
.link--btn:hover, .link.button:hover, a--btn:hover, a.button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.banner {
  position: relative;
  max-height: 100vh;
}
.banner.swiper {
  overflow: visible;
}
@media (min-width: 576px) {
  .banner.swiper {
    overflow-y: visible;
  }
}
.banner .swiper-wrapper {
  z-index: 0 !important;
}
.banner, .banner__slider {
  height: 420px;
}
.banner-slider-pagination.swiper-pagination-horizontal {
  position: absolute;
  right: 15px;
  left: auto;
  top: auto;
  bottom: auto;
  margin-top: -30px;
  width: auto;
  z-index: 1;
}
.banner-slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 30px;
  opacity: 1;
  background-color: transparent;
  border-bottom: 2px solid #000;
  border-radius: 0;
  margin: 0 6px;
}
.banner-slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  border-color: #cad400;
}
.banner .swiper-arrow-prev, .banner .swiper-arrow-next {
  bottom: 20px;
  top: auto;
}
.banner picture img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.banner__image {
  height: 100%;
}
.banner__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  left: auto;
}
.banner__text-inner {
  background-color: #f3f3f3;
  box-sizing: border-box;
  color: #000;
  font-size: 1.9rem;
  font-family: "open_sansbold", sans-serif;
  font-weight: 700;
  line-height: 0.85;
  mix-blend-mode: screen;
  padding: 10px;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  max-width: calc(100% - 40px);
  flex: 1;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: -100px;
  padding-left: 0;
  text-align: left;
  background-color: #fff;
  max-width: 100%;
}
.banner__text-inner strong {
  margin-left: -5px;
  max-width: 90%;
}
.banner__text-btn {
  left: 0;
  padding-top: 15px;
  position: absolute;
  transform: translateX(-50%) translateY(35%);
  z-index: 1;
}
.banner__text-btn .btn {
  padding: 0.125rem 1rem;
  background-color: #cad400;
  color: #fff;
  line-height: 2.25;
  font-family: "OpenSans Medium", sans-serif;
  font-weight: 500;
  transition: opacity 350ms;
  position: relative;
}
.banner__text-btn .btn:hover {
  opacity: 0.75;
}
.banner__text-btn .btn svg {
  margin-top: 30px;
  width: 30px;
  height: 33px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .banner__slider + .banner__text {
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .banner, .banner__slider {
    height: 550px;
  }
  .banner__text-inner {
    font-size: 3rem;
  }
  .banner__text-btn .btn {
    font-size: 1rem;
    line-height: 2;
  }
  .banner-slider-pagination.swiper-pagination-horizontal {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .banner, .banner__slider {
    height: 685px;
    max-height: 100vh;
  }
  .banner .swiper-arrow-prev, .banner .swiper-arrow-next {
    bottom: auto;
    top: 50%;
  }
  .banner__image {
    max-height: 100vh;
  }
  .banner__image picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .banner__text {
    width: 50%;
    height: 100%;
    left: auto;
  }
  .banner__text-inner {
    flex: 1;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
    background-color: #fff;
    font-size: 4.5rem;
    max-width: 100%;
  }
  .banner__text-inner strong {
    position: relative;
    left: -12px;
    max-width: 70%;
  }
  .banner__text-btn {
    background-color: #fff;
    position: unset;
    transform: unset;
    width: 100%;
  }
  .banner__text-btn .btn {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }
  .banner__text-btn .btn span {
    padding: 0.5rem 1.75rem;
    font-size: 1.25rem;
    z-index: 2;
    line-height: 1.875;
    transform: none;
    background-color: #cad400;
    position: relative;
    left: -3px;
  }
  .banner__text-btn .btn svg {
    margin: 0;
    position: relative;
    left: -22px;
    width: 44px;
    height: 48px;
    z-index: 2;
    transform: none;
  }
}
@media (min-width: 992px) {
  .banner-slider-pagination.swiper-pagination-horizontal {
    right: 30px;
  }
  .banner-slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 40px;
  }
  .banner__text-inner {
    font-size: 5.75rem;
  }
  .banner__text-btn .btn span {
    font-size: 1.313rem;
    left: -3.5px;
  }
  .banner__text-btn .btn svg {
    left: -27.5px;
    width: 55px;
    height: 61px;
  }
}
@media (min-width: 1200px) {
  .banner picture img {
    margin-left: 0;
    width: 100%;
  }
  .banner-slider-pagination.swiper-pagination-horizontal {
    right: 40px;
    margin-top: -60px;
  }
  .banner-slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 50px;
  }
  .banner__text-inner {
    font-size: 6.5rem;
  }
  .banner__text-btn .btn span {
    padding: 0.5rem 2.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .banner__text-inner {
    font-size: 7.5rem;
  }
  .banner__text-btn .btn span {
    font-size: 1.5rem;
    padding: 0 3rem;
  }
}
@media (min-width: 1460px) {
  .banner__text-inner {
    font-size: 7.75rem;
  }
  .banner__text-btn .btn span {
    font-size: 2rem;
    left: -4.5px;
  }
  .banner__text-btn .btn svg {
    width: 67px;
    height: 73px;
    left: -33.5px;
  }
}
@media (min-width: 1500px) {
  .banner__text-inner {
    font-size: 8.25rem;
  }
}

.btn {
  -webkit-appearance: none;
}
.btn.d-none {
  display: none !important;
}
.btn:focus, .btn:focus-visible {
  -webkit-appearance: none;
  outline: none;
}
.btn.bg-clr-3 {
  background-color: #006192;
  color: #fff;
}
.btn.bg-clr-3:hover {
  background-color: #fff;
  color: #006192;
}
.btn--arrow-bottom, .btn--arrow-right {
  padding: 12px 18px;
  background-color: #cad400;
  color: #fff;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 400;
  text-align: center;
}
.btn--arrow-bottom:hover, .btn--arrow-bottom:focus, .btn--arrow-right:hover, .btn--arrow-right:focus {
  opacity: 1;
  color: #fff;
  background-color: #006192;
}
.btn--arrow-bottom {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  background-color: #cad400;
  color: #fff;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 400;
  text-align: center;
}
.btn--arrow-bottom:before {
  content: url(../Images/arrow-bottom-xs.svg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 10px;
  width: 18px;
  height: 20px;
}
.btn--arrow-right {
  margin-top: 10px;
}
.btn--arrow-right:before {
  content: url(../Images/arrow-right-white.svg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 10px;
  width: 18px;
  height: 17px;
}
.btn--list-item {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 40px 10px 15px;
  width: 100%;
  background-color: #e5f5eb;
  color: #505050;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  text-align: left;
  transition: color 350ms;
}
.btn--list-item::after {
  content: "helloworld";
}
.btn--list-item:after {
  content: "";
  position: absolute;
  background-image: url(../Images/arrow-right.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -2px;
  right: 25px;
  width: 27px;
  height: 24px;
}
.btn--list-item-added:after {
  background-image: url(../Images/open-external-link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 27px;
  width: 24px;
  height: 24px;
}
@media (min-width: 576px) {
  .btn--list-item {
    padding: 15px 55px 15px 20px;
  }
}
@media (min-width: 768px) {
  .btn--arrow-bottom {
    padding: 14px 20px;
    font-size: 1.125rem;
  }
  .btn--arrow-bottom:before {
    content: url(../Images/arrow-bottom-md.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 10px;
    width: 20px;
    height: 23px;
  }
  .btn--arrow-right {
    margin-top: 15px;
    padding: 14px 20px;
    font-size: 1.125rem;
  }
  .btn--arrow-right:before {
    content: url(../Images/arrow-right-white-md.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    width: 20px;
    height: 18px;
  }
  .btn--list-item {
    padding: 15px 65px 15px 20px;
    font-size: 1rem;
  }
  .btn--list-item:after {
    margin-top: -3px;
    right: 36px;
    width: 34px;
    height: 30px;
    background-image: url(../Images/arrow-right-md.svg);
  }
  .btn--list-item-added:after {
    background-image: url(../Images/open-external-link-md.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    right: 38px;
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .btn--arrow-bottom {
    padding: 15px 25px;
  }
  .btn--arrow-right {
    padding: 15px 25px;
  }
  .btn--arrow-right:before {
    content: url(../Images/arrow-right-white-xl.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 10px;
    width: 22px;
    height: 20px;
  }
  .btn--list-item {
    padding: 22px 75px 22px 25px;
  }
  .btn--list-item:after {
    margin-top: -4px;
    right: 42px;
    width: 36px;
    height: 32px;
    background-image: url(../Images/arrow-right-xl.svg);
  }
  .btn--list-item-added:after {
    background-image: url(../Images/open-external-link-xl.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    right: 44px;
    width: 32px;
    height: 32px;
  }
}

footer {
  margin-top: 0 !important;
}

.halfscreen-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.halfscreen-media__text {
  padding: 30px 20px;
  background-color: #e5f5eb;
}
.halfscreen-media__text h2, .halfscreen-media__text h2 span,
.halfscreen-media__text .h2, .halfscreen-media__text .h2 span {
  text-align: left;
}
.halfscreen-media__badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 28px;
  top: 20px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background-color: #006192;
  color: #fff;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}
.halfscreen-media__badge span {
  display: block;
  line-height: 1.688;
  text-align: center;
  transform: translateY(-9px) rotate(6deg);
}
@media (min-width: 576px) {
  .halfscreen-media__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .halfscreen-media {
    display: flex;
  }
  .halfscreen-media__text {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 45px;
  }
  .halfscreen-media__badge {
    right: 60px;
    top: 40px;
    width: 172px;
    height: 172px;
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) {
  .halfscreen-media__text {
    padding-left: 50px;
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  .halfscreen-media__text {
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 75px;
    padding-right: 70px;
  }
  .halfscreen-media__badge {
    right: 75px;
    top: 60px;
    width: 190px;
    height: 190px;
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .halfscreen-media__text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 95px;
    padding-right: 90px;
  }
  .halfscreen-media__badge {
    right: 100px;
    top: 110px;
  }
}

/*body > header {
  display: block;
  font-size: 16px;
  font-family: $f-bold;
  border-bottom: 2px solid #e2e2e2;

  > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  @include md {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
  }

  .toolbar.primary {
    float: right;
    background-color: #f1f1f1;
    border-radius: 0 0 0 10px;
    padding: 7px 10px 7px 20px;
    margin-right: -15px;
  }

  .toolbar.primary .search {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    color: #888888;
    margin-right: 10px;
  }

  .toolbar.primary .search form.navbar-form {
    margin: 0 !important;
    padding: 0;
  }

  .toolbar.primary .search button {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    .fa {
      display: inline-block;
      font-size: inherit;
    }
    .text {
      background-color: rgba(255,255,255,0.75);
      padding: 25px 25px 25px 0px;
    }
  }

  .toolbar.primary .search button.arrow {
    padding: 0 5px;
  }

  .toolbar.primary .search .form-group {
    overflow: hidden;
    width: 0;
    background-color: #ffffff;
    transition: width ease 0.2s;
    margin-left: 5px;
  }

  .toolbar.primary .search input {
    border: none;
    height: 27px;
    padding: 0;
    width: 160px;
    background-color: #ffffff;
    color: inherit;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0 0 0 10px;
    border-radius: 0;
  }

  .toolbar.primary ul {
    float: left;
    position: relative;
  }

  .toolbar.primary ul li {
    display: inline-block;
    padding: 0 10px;
  }

  .toolbar.primary ul li a {
    display: block;
    width: 100%;
  }

  .toolbar.primary ul li a:hover {
    text-decoration: underline;
  }

  .toolbar.primary ul li.tool-1 a,
  .toolbar.primary ul li.tool-2 a,
  .toolbar.primary ul li.tool-3 a {
    color: $green;
  }

  .toolbar.primary ul li.tool-4 a,
  .toolbar.primary ul li.tool-5 a {
    color: #888888;
  }

  .toolbar.primary ul li.emergency a {
    color: #cc0000;
  }

  .toolbar.secondary {
    color: #bdbfc1;
    background-color: #edf0f4;
    border-radius: 0 0 10px;
    float: left;
    padding-left: 1000px;
    margin-left: -1020px;
    width: 545px;
    box-sizing: content-box;
  }

  .toolbar.secondary ul {
    float: right;
  }

  .toolbar.secondary ul li {
    float: left;
    margin-bottom: -2px;
    border-color: #FFF;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-radius: 0 0 10px;
  }

  .toolbar.secondary ul li.tool-1 a,
  .toolbar.secondary ul li.tool-2 a {
    padding: 1px 20px;
  }

  .toolbar.secondary ul li.tool-3 a {
    padding: 1px 10px;
  }

  .toolbar.secondary ul li a {
    display: block;
    width: 100%;
  }

  .toolbar.secondary ul li a:hover {
    color: #0062a0;
  }

  .toolbar.secondary ul li.search {
    margin-left: 20px;
  }

  .toolbar.secondary ul li.search button {
    border: none;
    background: none;
    width: 25px;
    float: left;
    color: #bdbfc1;
    cursor: pointer;
  }

  .toolbar.secondary ul li.search button:hover {
    color: #0062a0;
  }

  .toolbar.secondary ul li.search form.navbar-form {
    margin: 0 !important;
  }

  .toolbar.secondary ul li.search input {
    background: none;
    border: none;
    box-sizing: border-box;
    color: #333;
    float: left;
    height: 27px;
    margin-bottom: 3px;
    padding: 0 0 0 5px;
    width: 160px;
  }

  .logo {
    float: left;
    height: auto;
  }

  @media screen and (max-width:1240px) {
    .logo {
      width: 200px;
    }
  }

  .container {
    position: relative;
  }

  @media screen and (max-width:1459px) {
    .container {
      width: auto;
    }
  }

// Desktop navigation
  .header {
    padding: 30px 0 40px;

    @media screen and (max-width:1240px) {
      padding: 10px 0 20px;
    }

    .navigation {
      margin-top: 51px;
    }

    .main-menu {
      float: right;
    }

    .main-menu>ul {
      float: left;
    }

    .main-menu > ul > li {
      float: left;
      position: relative;
    }

    .main-menu > ul > li:hover > a:before {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .main-menu > ul > li > a {
      color: #5e5e5e;
      font-family: $f-semibold;
      text-transform: uppercase;
      font-size: 21px;
      display: block;
      margin-left: 55px;
      padding-bottom: 60px;
    }

    .main-menu > ul > li > a:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 21px;
      background-image: url('../Images/icon-arrow_right_anchor.svg');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: 12px;
      -webkit-transition: all .4s ease-in-out .2s;
      -o-transition: all .4s ease-in-out .2s;
      transition: all .4s ease-in-out .2s;
    }

    @media screen and (max-width:1240px) {
      .main-menu > ul > li > a {
        font-size: 18px;
        margin-left: 40px;
        padding-bottom: 40px;
      }

      .main-menu > ul > li > a:before {
        width: 16px;
        height: 17px;
        margin-right: 8px;
      }
    }

    @media screen and (max-width:1000px) {
      .main-menu > ul > li > a {
        margin-left: 35px;
      }
    }

    .main-menu > ul > li .flyout {
      position: absolute;
      left: 0;
      min-width: 550px;
      background: #ffffff;
      padding: 1.5em;
      z-index: -1;
      width: 100%;
      max-width: 1380px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      opacity: 0;
      overflow: hidden;
      -webkit-transition: all .4s ease-in-out .2s;
      -o-transition: all .4s ease-in-out .2s;
      transition: all .4s ease-in-out .2s;
    }

    .main-menu > ul > li .flyout .flyout-close {
      width: 30px;
      height: 30px;
      display: none;
      float: right;
      margin: -15px;
      position: relative;
      // background-image: url('../../../typo3conf/ext/as_template/Resources/Public/Images/close.png');
    }

    .main-menu > ul > li .flyout h4 {
      font-size: 24px;
      font-family: $f-bold;
      color: #bbbbbb;
      margin-bottom: 1em;
      text-align: center;
    }

    .main-menu > ul > li .flyout .links {
      float: left;
      display: flex;
      flex-wrap: wrap;
    }

    .main-menu > ul > li .flyout .links li {
      color: #5e5e5e;
      float: left;
      width: 50%;
      margin-bottom: 1em;
    }

    .main-menu > ul > li .flyout .links li a {
      display: inline;
      border-bottom: 2px solid $green;
    }

    .main-menu > ul > li .flyout .links li a p {
      margin: 0;
      display: inline-block;
    }

    .main-menu > ul > li .flyout .links li:hover a {
      border-color: #0062a0;
      color: #0062a0;
    }

    .main-menu > ul > li .flyout .buttons {
      display: flex;
      flex-wrap: wrap;
      float: left;
      width: 100%;
      padding: 20px;
      background-color: #f1f1f1;
    }

    .main-menu > ul > li .flyout .buttons li {
      float: left;
      width: 33.333%;
      color: #0062a0;
      text-align: center;
    }

    .main-menu > ul > li .flyout .buttons li a {
      display: inline-block;
      color: #0062a0;
      font-family: $f-bold;
      line-height: 60px;
    }

    .main-menu > ul > li .flyout .buttons li a:before {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 0 0;
      margin-right: 15px;
      margin-bottom: -20px;
    }

    .main-menu > ul > li .flyout .buttons li a.bodys:before {
      width: 55px;
      height: 60px;
      // background-image: url('../../../typo3conf/ext/as_template/Resources/Public/Images/bodys.png');
    }

    .main-menu > ul > li .flyout .buttons li a.clinic:before {
      width: 60px;
      height: 60px;
      // background-image: url('../../../typo3conf/ext/as_template/Resources/Public/Images/clinic.png');
    }

    .main-menu > ul > li .flyout .buttons li a.doc:before {
      width: 42px;
      height: 60px;
      // background-image: url('../../../typo3conf/ext/as_template/Resources/Public/Images/doc.png');
    }

    .main-menu > ul > li .flyout .buttons li:hover a {
      color: $green;
    }

    .main-menu > ul > li .flyout .buttons li:hover a.bodys:before {
      background-position: -55px 0;
    }

    .main-menu > ul > li .flyout .buttons li:hover a.clinic:before {
      background-position: -60px 0;
    }

    .main-menu > ul > li .flyout .buttons li:hover a.doc:before {
      background-position: -42px 0;
    }

    .main-menu > ul > li.active>a {
      color: $green;
    }

    .main-menu > ul > li.active>a:before {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      // background-image: url('../Images/icon-arrow_right_anchor.svg');
    }

    .main-menu > ul > li:hover {
      background: #FFF;
    }

    .main-menu > ul > li:hover .flyout {
      z-index: 30;
      opacity: 1;
      overflow: visible;
    }

    .main-menu > ul > li:hover>a {
      border-color: transparent;
    }

    .main-menu > ul > li.special {
      position: static;
    }

    .main-menu > ul > li.special .flyout {
      width: 1380px;
    }

    @media screen and (max-width:1459px) {
      .main-menu > ul > li.special .flyout {
        width: 100%;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
      }
    }

    .main-menu > ul > li.special .flyout .links {
      margin-bottom: 1em;
    }

    .main-menu > ul > li.special .flyout .links li {
      width: 25%;
    }

    .main-menu > ul > li.special .flyout .links li a span:first-letter {
      font-weight: bold;
    }

    @media screen and (max-width:1459px) {
      .main-menu > ul > li.special .flyout .links li {
        width: 33.333333%;
      }
    }

    .main-menu > ul > li:last-child .flyout {
      min-width: 250px;
      left: auto;
      right: 0;
    }

    .main-menu .oneColumn .flyout ul.links {
      display: block !important;
      float: none;
      width: 100%;
    }

    .main-menu .oneColumn .flyout ul.links>li {
      width: 100%;
    }

    .main-menu .oneColumn .flyout ul.links>li:nth-child(n) {
      float: none;
      width: 100%;
    }

    .main-menu .oneColumn .flyout ul.links>li a {
      float: none !important;
    }

    .navigation .emergency {
      float: right;
    }

    .navigation .emergency a {
      color: #e60005;
      font-size: 20px;
      padding: 9px 18px 7px;
      display: block;
    }

    .navigation .emergency a:hover {
      text-decoration: underline;
    }

    .dropdown-box {
      float: right;
      clear: right;
    }

    .dropdown-box .btn-secondary {
      color: #bdbfc1;
      box-shadow: 0 1px 1px #FFF;
      padding: 0.16em 0.5em 0.2em;
      background-color: #f1f1f1;
      border-radius: 0;
      border: 0;
    }

    .dropdown-box .btn-secondary .fa-times {
      display: none;
    }

    .dropdown-box .btn-secondary.open .fa-times {
      display: inline-block;
    }

    .dropdown-box .btn-secondary.open .fa-bars {
      display: none;
    }

    .dropdown-box #mobileDropdown {
      position: absolute;
      right: 0;
      left: 0;
      display: none;
      z-index: 20;
      margin-top: 20px;
      background-color: #FFF;
    }

    @media screen and (max-width:767px) {
      .dropdown-box #mobileDropdown {
        margin-top: 10px;
      }
    }

    .dropdown-box #mobileDropdown>.main>li {
      border-top: 1px solid #DDD;
    }

    .dropdown-box #mobileDropdown>.main>li>a {
      display: block;
      text-align: center;
      font-size: 1.3em;
      padding: 0.4em 10px 0.4em 10px;
      margin-bottom: -0.1em;
      color: $green;
      font-weight: bold;
      z-index: 20;
      position: relative;
      line-height: 1.3em;
      vertical-align: middle;
      text-transform: uppercase;
      font-family: "Arial Narrow", Arial, sans-serif;
      font-stretch: condensed;
    }

    .dropdown-box #mobileDropdown>.main>li>a:after {
      margin-left: 10px;
      vertical-align: middle;
      content: "\203A";
      width: 11px;
      font-size: 1.2em;
      font-weight: bold;
      display: inline-block;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
    }

    .dropdown-box #mobileDropdown>.main>li>a.collapsed {
      color: #0062a0;
      font-weight: normal;
    }

    .dropdown-box #mobileDropdown>.main>li>a.collapsed:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .dropdown-box #mobileDropdown>.main>li ul {
      background-color: #EEE;
      padding: 0.2em 0;
      position: relative;
      z-index: 19;
    }

    .dropdown-box #mobileDropdown>.main>li ul.special span:first-letter {
      font-weight: bold;
    }

    .dropdown-box #mobileDropdown>.main>li ul li {
      text-align: center;
      box-sizing: border-box;
      padding: 0.1em 0;
      border-bottom: 1px solid #CCCCCC;
    }

    .dropdown-box #mobileDropdown>.main>li ul li:last-child {
      border: none;
    }

    .dropdown-box #mobileDropdown>.main>li ul li a {
      color: #0062a0;
      text-align: center;
    }

    .dropdown-box #mobileDropdown>.main>li ul li a span {
      display: inline;
    }

    .dropdown-box #mobileDropdown>.main>li ul li a span:before {
      content: "\203A";
      width: 11px;
      padding-right: 5px;
      font-size: 1.2em;
      margin: -10px 0;
    }

    .dropdown-box #mobileDropdown>.main>li ul li a span br {
      display: none;
    }

    .dropdown-box #mobileDropdown .primary {
      border-bottom: 1px solid #DDD;
    }

    .dropdown-box #mobileDropdown .primary li {
      border-top: 1px solid #DDD;
    }

    .dropdown-box #mobileDropdown .primary li a {
      display: block;
      text-align: center;
      font-size: 1.1em;
      line-height: 1.3em;
      padding: 0.4em 0 0.3em 0;
      color: $green;
      vertical-align: middle;
      text-transform: uppercase;
      font-family: "Arial Narrow", Arial, sans-serif;
      font-stretch: condensed;
    }

    .dropdown-box #mobileDropdown .mobile-emergency {
      border-bottom: 1px solid #dddddd;
    }

    .dropdown-box #mobileDropdown .mobile-emergency .emergency {
      background-color: #ffffff;
      float: none;
      margin: 0 auto;
      text-align: center;
    }

    .dropdown-box #mobileDropdown .mobile-emergency .emergency a {
      padding: 0.4em 0 0.3em 0;
    }

    .dropdown-box #mobileDropdown .mobile-emergency .emergency a:hover {
      text-decoration: none;
    }

    .dropdown-box #mobileDropdown .search {
      margin: 0;
      background-color: #f1f1f1;
      text-align: center;
      font-size: 1em;
    }

    .dropdown-box #mobileDropdown .search span {
      color: #5e5e5e;
      padding-right: 0.2em;
    }

    .dropdown-box #mobileDropdown .search input {
      display: inline-block;
      width: 60%;
      color: #5e5e5e;
      background-color: #ffffff;
      border: none;
      font-family: "Arial Narrow", Arial, sans-serif;
    }

    .dropdown-box #mobileDropdown .search button {
      background: none;
      border: none;
      font-weight: bold;
      line-height: 1;
      color: #5e5e5e;
    }

    .dropdown-box #mobileDropdown .search button.arrow {
      font-size: 1.4em;
    }

    .dropdown-box #mobileDropdown .secondary {
      border-bottom: 1px solid #DDD;
      border-top: 1px solid #DDD;
      color: #AAA;
      float: left;
      width: 100%;
    }

    .dropdown-box #mobileDropdown .secondary a {
      display: block;
      text-align: center;
      font-size: 1em;
      padding: 0.9em 0;
      text-transform: uppercase;
      font-family: "Arial Narrow", Arial, sans-serif;
      font-stretch: condensed;
    }

    .dropdown-box #mobileDropdown .secondary a span {
      margin-right: 5px;
    }
  }

  @media screen and (max-width:767px) {
    .logo {
      width: 180px;
    }

    .navigation {
      margin-left: -100px;
    }

    .navigation .emergency {
      margin-bottom: 20px;
    }

    .navigation .emergency a {
      font-size: 18px;
    }

    .dropdown button {
      font-size: 14px;
      padding: 5px 9px;
    }
  }

  .side {
    background-color: white;
    border-radius: 0 0 3px 3px;
  }
}
*/
.modal {
  transform: none;
  padding: 0 !important;
  color: #505050;
  font-size: 1rem;
  background-color: transparent;
}
.modal.fade.in {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
}
.modal ul li, .modal a, .modal address {
  color: inherit;
  font-size: inherit;
}
.modal .btn--close {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 1;
  width: 28px;
  height: auto;
  opacity: 1;
  background-color: transparent;
  font-size: 2.5rem;
  line-height: 1;
}
.modal .btn--close span {
  font-size: inherit;
}
.modal, .modal-open {
  transition: all 500ms;
}
.modal-backdrop {
  display: none;
}
.modal-dialog {
  width: auto;
  overflow: auto;
  max-height: calc(100% - 20px);
}
.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #e5f5eb;
}
.modal-body {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-body .ce-bodytext {
  text-align: left;
}
.modal-body .ce-bodytext h2, .modal-body .ce-bodytext .h2, .modal-body .ce-bodytext em {
  text-align: left;
}
.modal-body .ce-bodytext strong {
  font-weight: 400;
}
.modal-body .ce-bodytext ul {
  margin-bottom: 1rem;
  padding-left: 0;
  padding-left: 0;
  list-style: "■  ";
}
.modal-body .ce-bodytext ul li {
  padding-right: 90px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.modal-body .ce-bodytext ul li:before {
  display: inline-block;
  margin-right: 12px;
}
.modal-body .ce-bodytext .list-bullets li:before {
  content: "•";
}
.modal-body .ce-bodytext h3, .modal-body .ce-bodytext .h3 {
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
}
.modal-body .ce-bodytext .contacts {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.modal-body .ce-bodytext .link.link--btn {
  align-items: center;
  color: #fff;
  display: inline-flex;
  line-height: 1;
  padding: 1.25rem 1.5rem;
}
.modal-body .ce-bodytext .link.link--btn:before {
  content: url(../Images/arrow-right-white-xl.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
  height: 20px;
}
.modal-body .ce-bodytext .link.link--btn:hover {
  background-color: #006192;
}
.modal-body.standard-modal .frame-type-textmedia + .ctype-ce_karriere_text_image {
  margin-top: 3rem !important;
}
.modal-body.standard-modal .ce-bodytext {
  text-align: center;
}
.modal-body.standard-modal .ce-bodytext h2, .modal-body.standard-modal .ce-bodytext .h2, .modal-body.standard-modal .ce-bodytext em {
  text-align: center;
}
.modal-body.standard-modal .tx-powermail {
  background-color: transparent;
  border: 0 none;
}
.modal-body.standard-modal .tx-powermail h3, .modal-body.standard-modal .tx-powermail .h3, .modal-body.standard-modal .tx-powermail legend {
  display: none;
}
.modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap label {
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-size: 0.9rem;
}
.modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input, .modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field textarea {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input[type=submit], .modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field textarea[type=submit] {
  align-items: center;
  background-color: #cad400;
  background-image: url(../Images/arrow-right-white-xl.svg);
  background-position: 10% 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 0;
  padding: 1.5rem 1.25rem 1.5rem 3.25rem;
  transition: all ease-in-out 0.3s;
  width: auto;
}
.modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input[type=submit]:hover, .modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field textarea[type=submit]:hover {
  background-position: 12% 50%;
}
.modal-body.standard-modal .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field select {
  appearance: none;
  background-color: #fff;
  background-image: url(../Images/icon-arrow_down.svg);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 15px;
  border: 0 none;
  border-radius: 0;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  height: 40px;
  padding: 8px 12px 8px 12px;
  width: 100%;
}
.modal-body.standard-modal .ctype-ce_karriere_text_image {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (min-width: 576px) {
  .modal-body.standard-modal .ctype-ce_karriere_text_image {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
@media (min-width: 768px) {
  .modal-body.standard-modal .ctype-ce_karriere_text_image {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
@media (min-width: 1200px) {
  .modal-body.standard-modal .ctype-ce_karriere_text_image {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
}
@media (min-width: 1400px) {
  .modal-body.standard-modal .ctype-ce_karriere_text_image {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
}
.modal-body.standard-modal .ctype-ce_karriere_text_image .ctype-textmedia__text {
  padding: 35px;
}
.modal-body.standard-modal .ctype-ce_karriere_text_image .ctype-textmedia__text h2, .modal-body.standard-modal .ctype-ce_karriere_text_image .ctype-textmedia__text .h2 {
  font-size: 1.5rem;
}
.modal-body.modal.fade .modal-dialog {
  transform: none;
}
.modal-body .frame-type-textmedia.frame-ruler-before .ce-textpic:before {
  border-top: 2px solid rgba(80, 80, 80, 0.2);
}
.modal-body.show {
  display: flex !important;
  align-items: center;
  opacity: 1;
  background-color: #939393;
}
.modal-body .frame-type-textmedia + .card {
  margin-top: 2rem;
}
.modal-body .card.grey .card-header a {
  background-color: #cad400;
  color: #fff;
  border-radius: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-body .card.grey .card-header a:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.modal-body .card.grey .card-header a.collapsed {
  background: #fff;
}
.modal-body .card.grey .card-header a.collapsed:after {
  border-right-color: #cad400;
  border-bottom-color: #cad400;
}
.modal-body .card.grey .card-block {
  background-color: #fff;
}
.modal .ctype-ce_karriere_fortbildung {
  padding-top: 3rem;
  padding-bottom: 0;
}
.modal .ctype-ce_karriere_fortbildung .container:before {
  border-top: 2px solid rgba(80, 80, 80, 0.2);
  margin-bottom: 3rem;
  width: 100%;
}
.modal .ctype-ce_karriere_fortbildung .container h2, .modal .ctype-ce_karriere_fortbildung .container .h2 {
  font-size: 2.25rem;
  text-align: left;
}
.modal .ctype-ce_karriere_fortbildung .container .btn--list-item {
  background-color: #ceecd9;
  font-size: inherit;
}

@media (min-width: 390px) {
  .modal-dialog {
    max-height: calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .modal .btn--close {
    top: 18px;
    right: 30px;
    font-size: 3rem;
  }
  .modal-body {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .modal {
    font-size: 1.125rem;
  }
  .modal .btn--close {
    top: 12px;
    right: 25px;
    width: 32px;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
  }
  .modal-dialog {
    max-width: 635px;
    max-height: calc(100% - 60px);
  }
  .modal-body {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal-body .contacts {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modal-body ul li:before {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .modal .btn--close {
    top: 18px;
    width: 30px;
    font-size: 4.25rem;
  }
  .modal-dialog {
    max-width: 940px;
    max-height: calc(100% - 75px);
  }
  .modal-body {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .modal-body .contacts {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal-body ul li:before {
    margin-right: 18px;
  }
}
@media (min-width: 1400px) {
  .modal .btn--close {
    top: 25px;
  }
  .modal-dialog {
    max-width: 1115px;
    max-height: calc(100% - 90px);
  }
  .modal-body {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 85px;
    padding-right: 85px;
  }
  .modal-body .contacts {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .modal-body .contacts ul li:before {
    margin-right: 22px;
  }
}
/*.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}
*/
.swiper-arrow-prev, .swiper-arrow-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #cad400;
  z-index: 2;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 350ms;
}
.swiper-arrow-prev svg, .swiper-arrow-next svg {
  width: 18px;
  height: 18px;
}
.swiper-arrow-prev:hover, .swiper-arrow-next:hover {
  opacity: 0.5;
}
.swiper-arrow-prev {
  left: 15px;
}
.swiper-arrow-next {
  right: 20px;
}
.swiper-arrow-next svg {
  transform: rotate(180deg);
}

.content-slider__cover, .content-slider .swiper-slide__cover {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 500ms, transform 500ms;
}
.content-slider__cover {
  right: 0;
  margin-top: -3px;
  width: 10vw;
  height: 200px;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.content-slider .swiper-slide__cover {
  left: 0;
  width: 0;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 40%);
}
.content-slider .swiper-slide-active + .swiper-slide .swiper-slide__cover {
  opacity: 1;
}
.content-slider--1 {
  height: 100%;
}
.content-slider--1 .swiper-slide__image {
  overflow: hidden;
  height: 100%;
}
.content-slider--1 .swiper-slide__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-slider--2 .content-slider__cover {
  height: 256px;
  width: 12vw;
}
.content-slider--2 .swiper-slide {
  width: 280px;
  transition-property: opacity, transform;
}
.content-slider--2 .swiper-slide__text {
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  padding: 25px 20px 0 20px;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  font-size: 0.938rem;
  text-align: center;
}
@media (min-width: 576px) {
  .content-slider--2 .swiper-slide__text {
    padding: 25px 20px;
  }
}
.content-slider--2 .swiper-slide__text-inner > strong {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
}
.content-slider--2 .swiper-slide__text blockquote, .content-slider--2 .swiper-slide__text span {
  white-space: normal;
  hyphens: auto;
}
.content-slider--2 .swiper-slide__text blockquote {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  color: inherit;
  font-size: inherit;
}
.content-slider--2 .swiper-slide__image {
  overflow: hidden;
  border-radius: 50%;
  width: 252px;
  height: 252px;
}
.content-slider--2 .swiper-slide__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-slider--2 .swiper-slide__cover {
  height: 252px;
}
.content-slider--2 .swiper-slide-prev {
  opacity: 0;
}
.content-slider--2 .swiper-slide-active + .swiper-slide .swiper-slide__cover {
  width: 252px;
}
.content-slider--3 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-slider--3 {
    overflow: visible;
  }
}
.content-slider--3 .content-slider__cover {
  height: 294px;
  width: 9vw;
  background: linear-gradient(to right, rgba(229, 245, 235, 0), rgb(229, 245, 235));
}
.content-slider--3 .swiper-slide {
  width: 290px;
  transition-property: opacity, transform;
}
.content-slider--3 .swiper-slide__text {
  display: flex;
  align-items: flex-end;
  width: 290px;
  padding-top: 1rem;
  color: #006192;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 0.938rem;
}
.content-slider--3 .swiper-slide__text em {
  display: inline-block;
  margin-right: 0.375rem;
  color: #006192;
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
  font-size: 2.25rem;
  font-style: normal;
  line-height: 1;
}
.content-slider--3 .swiper-slide__text span {
  display: inline-block;
  line-height: 1.25;
}
@media (min-width: 390px) {
  .content-slider--3 .swiper-slide__text em {
    font-size: 2.5rem;
  }
}
.content-slider--3 .swiper-slide__image {
  overflow: hidden;
  width: 290px;
  height: 290px;
}
.content-slider--3 .swiper-slide__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-slider--3 .swiper-slide-prev {
  opacity: 0;
}
.content-slider--3 .swiper-slide-active + .swiper-slide .swiper-slide__cover {
  width: 290px;
}

@media (min-width: 576px) {
  .content-slider--2 .content-slider__cover {
    height: 379px;
  }
  .content-slider--2 .swiper-slide {
    width: 430px;
    transition-property: opacity, transform;
  }
  .content-slider--2 .swiper-slide__text {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 190px;
    margin-top: 0;
    margin-left: 60px;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    padding: 20px 30px 20px 0;
    background-color: #006192;
    color: #fff;
  }
  .content-slider--2 .swiper-slide__text:before {
    content: "";
    width: 50%;
    height: 100%;
    float: left;
    shape-outside: polygon(0 0, 98% 0, 50% 0%, 9% 14%, 0% 25%, 0 50%, 0% 68%, 18% 80%, 50% 100%, 98% 100%, 0 100%);
    shape-margin: 7%;
  }
  .content-slider--2 .swiper-slide__text-inner:before {
    content: "";
    width: 50%;
    height: 100%;
    float: right;
    shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%);
    shape-margin: 7%;
  }
  .content-slider--2 .swiper-slide__text-inner > strong {
    padding-right: 20%;
  }
  .content-slider--2 .swiper-slide__image, .content-slider--2 .swiper-slide__cover {
    width: 345px;
    height: 345px;
  }
  .content-slider--2 .swiper-slide__image {
    margin-bottom: 225px;
  }
}
@media (min-width: 768px) {
  .swiper-arrow-prev {
    left: 20px;
  }
  .swiper-arrow-next {
    right: 30px;
  }
  .content-slider--2 .swiper-slide__text blockquote {
    font-size: 1rem;
  }
  .content-slider--3 .swiper-arrow-prev {
    left: -70px;
  }
  .content-slider--3 .swiper-slide__text {
    font-size: 1rem;
  }
  .content-slider--3 .swiper-slide__text em {
    margin-right: 0.5rem;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .swiper-arrow-prev, .swiper-arrow-next {
    width: 56px;
    height: 56px;
  }
  .swiper-arrow-prev svg, .swiper-arrow-next svg {
    width: 20px;
    height: 20px;
  }
  .swiper-arrow-next {
    right: 40px;
  }
  .content-slider--2 .content-slider__cover {
    height: 404px;
    width: 320px;
  }
  .content-slider--2 .swiper-slide {
    width: 710px;
  }
  .content-slider--2 .swiper-slide__text, .content-slider--2 .swiper-slide__image, .content-slider--2 .swiper-slide__cover {
    width: 400px;
    height: 400px;
  }
  .content-slider--2 .swiper-slide__text {
    top: 0;
    left: 235px;
    padding: 30px 50px 15px 0;
    font-size: 1rem;
  }
  .content-slider--2 .swiper-slide__text-inner > strong {
    font-size: 1.375rem;
  }
  .content-slider--2 .swiper-slide__text blockquote {
    line-height: 1.5;
  }
  .content-slider--2 .swiper-slide__image {
    margin-bottom: 0;
  }
  .content-slider--2 .swiper-slide .swiper-slide-active + .swiper-slide .swiper-slide__cover {
    width: 400px;
  }
  .content-slider--3 .swiper-arrow-prev {
    left: -90px;
  }
  .content-slider--3 .content-slider__cover {
    height: 364px;
    width: 150px;
  }
  .content-slider--3 .swiper-slide, .content-slider--3 .swiper-slide__text {
    width: 360px;
  }
  .content-slider--3 .swiper-slide__image, .content-slider--3 .swiper-slide__cover {
    width: 360px;
    height: 360px;
  }
  .content-slider--3 .swiper-slide__text {
    padding-top: 1.25rem;
    font-size: 1.125rem;
  }
  .content-slider--3 .swiper-slide__text em {
    font-size: 3.375rem;
  }
  .content-slider--3 .swiper-slide__text span {
    line-height: 1.25;
  }
  .content-slider--3 .swiper-slide .swiper-slide-active + .swiper-slide .swiper-slide__cover {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .swiper-arrow-prev, .swiper-arrow-next {
    width: 64px;
    height: 64px;
  }
  .swiper-arrow-prev svg, .swiper-arrow-next svg {
    width: 22px;
    height: 22px;
  }
  .swiper-arrow-next {
    right: 55px;
  }
  .content-slider--2 .content-slider__cover {
    height: 424px;
  }
  .content-slider--2 .swiper-slide {
    width: 750px;
  }
  .content-slider--2 .swiper-slide__text, .content-slider--2 .swiper-slide__image, .content-slider--2 .swiper-slide__cover {
    width: 420px;
    height: 420px;
  }
  .content-slider--2 .swiper-slide__text {
    left: 270px;
    font-size: 1.125rem;
  }
  .content-slider--2 .swiper-slide__text-inner > strong {
    font-size: 1.75rem;
  }
  .content-slider--2 .swiper-slide .swiper-slide-active + .swiper-slide .swiper-slide__cover {
    width: 420px;
  }
  .content-slider--3 .swiper-arrow-prev {
    left: -120px;
  }
  .content-slider--3 .content-slider__cover {
    height: 394px;
  }
  .content-slider--3 .swiper-slide, .content-slider--3 .swiper-slide__text {
    width: 390px;
  }
  .content-slider--3 .swiper-slide__image, .content-slider--3 .swiper-slide__cover {
    width: 390px;
    height: 390px;
  }
  .content-slider--3 .swiper-slide__text {
    padding-top: 1.5rem;
    font-size: 1.25rem;
  }
  .content-slider--3 .swiper-slide__text em {
    margin-right: 0.75rem;
    font-size: 3.5rem;
  }
  .content-slider--3 .swiper-slide .swiper-slide-active + .swiper-slide .swiper-slide__cover {
    width: 390px;
  }
}
/* Advanced Elements of TYPO3 */
.ce-align-left {
  text-align: left;
}

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

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

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery,
.ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

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

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th,
.ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th,
.ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th,
.ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-small {
  padding-top: 0 !important;
}

.frame-space-after-small {
  padding-bottom: 0 !important;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
  font-family: "open_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin: 0 5px 1px 0;
  width: 32px;
  height: 43px;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.file-icon svg {
  margin-left: 0;
  stroke-width: 1px !important;
}
.file-icon:after {
  background-color: #fff;
  border: 1px solid #000;
  bottom: 14px;
  border-radius: 2px;
  color: #000;
  content: attr(data-type);
  display: block;
  font-size: 9px;
  left: -5px;
  line-height: 1;
  overflow: hidden;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px;
}

.file-icon-xs::before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}

.file-icon-xs::after {
  content: "";
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 3px;
}

.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px;
}

.file-icon-sm::before {
  border-bottom-left-radius: 2px;
  border-width: 4px;
}

.file-icon-sm::after {
  font-size: 7px;
  padding: 2px;
}

.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px;
}

.file-icon-lg::before {
  border-bottom-left-radius: 2px;
  border-width: 8px;
}

.file-icon-lg::after {
  font-size: 16px;
  padding: 4px 6px;
}

.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px;
}

.file-icon-xl::before {
  border-bottom-left-radius: 4px;
  border-width: 16px;
}

.file-icon-xl::after {
  font-size: 24px;
  padding: 4px 10px;
}

/* fileicon.types */
.file-icon[data-type=none]::after {
  content: "";
  border: none;
}

main .form {
  overflow: hidden;
}
main select, main .form-select, main .form-control {
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  height: 40px;
}
main select:focus, main .form-select:focus, main .form-control:focus {
  outline: none;
  box-shadow: none;
}
main select, main select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../Images/icon-arrow_down.svg);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
}
main .nice-select {
  margin-bottom: 1rem;
  padding: 0 !important;
  background-image: none;
  width: 100%;
  height: auto;
  line-height: 1.5 !important;
}
main .nice-select:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='3 3 8 8 13 3' style='fill:none;stroke:rgb(13,104,151);stroke-width:3px;stroke-linecap:round'/%3E%3C/svg%3E ");
  display: inline-block;
  vertical-align: middle;
  border: none;
  float: right;
  margin-top: -4px;
  margin-right: 3px;
  width: 17px;
  height: 13px;
  background-color: #fff;
  transform-origin: 50% 50%;
  transform: rotate(0);
  transition: transform 350ms;
}
main .nice-select.form-control, main .nice-select.form-control:focus {
  background-color: #fff;
}
main .nice-select .current {
  display: block;
  max-width: 100%;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  font-size: 1rem;
  line-height: 1.5;
}
main .nice-select .nice-select__caret {
  position: absolute;
  right: 1.1rem;
  transition: transform 350ms;
}
main .nice-select .nice-select__caret svg {
  width: 20px;
  height: 20px;
}
main .nice-select .nice-select__caret polyline {
  fill: none;
  stroke-width: 2px;
  stroke: #006192;
}
main .nice-select.open:after {
  transform: rotate(-180deg);
}
main .nice-select .list {
  margin-top: 3px;
  padding: 15px 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transform: scale(0.95) translateY(-4px);
  transition: all 350ms ease-out, opacity 350ms ease-out;
}
main .nice-select.form-control--full-width .list {
  width: auto;
  max-width: calc(100vw - 98px);
}
main .nice-select .option {
  padding: 0 1rem;
  color: #000;
  font-size: 1rem;
  white-space: normal;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  line-height: 2.5;
}
main .nice-select .option.selected, main .nice-select .option.selected:hover, main .nice-select .option.selected.focus, main .nice-select .option.selected.focus:hover {
  background-color: #cad400;
  color: #fff;
}
main .nice-select .option:last-child {
  border: none;
}
main .nice-select .option:hover:not(.focus):not(.selected) {
  background-color: #cad400;
  color: #fff;
}
main .nice-select .option.selected {
  background-color: #cad400;
  color: #fff;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 500;
}
main .nice-select .list:hover .option:not(:hover).selected {
  background-color: #009a3d !important;
  color: #000;
}
main .form-select:focus, main .form-control:focus {
  border-color: #cad400;
}
main input[list]::-webkit-calendar-picker-indicator,
main input[list]::-webkit-list-button {
  opacity: 0 !important;
}
main select::-ms-expand {
  display: none;
}
main input[type=file] {
  position: absolute;
  opacity: 0;
  margin-bottom: 0;
  margin-top: -44px;
}
main .powermail_fieldwrap_type_file strong {
  display: table;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
main .powermail_fieldwrap_type_file label {
  padding: 9px 12px;
  width: 100%;
  min-height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}
main .powermail_fieldwrap_type_file label .fa-upload {
  margin-top: 4px;
  float: right;
  color: #cad400;
}
main .form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
main .form-check-input[type=checkbox] {
  cursor: pointer;
}
main .form-check-input[type=checkbox] + label {
  cursor: pointer;
}
main .form-check-input[type=checkbox]:focus {
  box-shadow: none;
}
main .form-check-input[type=checkbox][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
main .form-check-input[type=checkbox][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
main .form {
  --size-check-label: 20px;
  padding-top: 35px;
}
main .form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
main .form-check-icon {
  stroke: #505050;
  stroke-width: 3px;
  height: 0;
  width: calc(var(--size-check-label) * 0.6);
  position: absolute;
  margin-left: calc(var(--size-check-label) * 0.4);
  margin-top: calc(var(--size-check-label) * 0.35);
  stroke-dasharray: 33;
}
main .form-check-label {
  padding-left: 2rem;
  font-size: 0.875rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
  font-weight: normal;
  cursor: pointer;
}
main .form-check-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: var(--size-check-label);
  width: var(--size-check-label);
  margin-top: 3px;
  margin-left: -28px;
  border: 1px solid #505050;
  border-radius: 3px;
  transition: 0.2s all ease-out;
}
main .form-check-label a {
  text-decoration: underline;
}
main .form-label-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
main .form-group--last {
  margin-top: 35px;
  margin-bottom: 0;
}
main .form input:checked ~ .form-check-icon {
  height: calc(var(--size-check-label) * 0.6);
}
main .form-horizontal .form-group {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
main .form-horizontal .form-group select {
  color: #505050;
}
main .form-horizontal .form-group input {
  color: #505050;
  font-size: 1.125rem;
}
main .form-horizontal .form-group input::-webkit-input-placeholder {
  color: #cad400;
  font-size: 1.125rem;
}
main .form-horizontal .form-group input::-moz-placeholder {
  color: #cad400;
  font-size: 1.125rem;
}
main .form-horizontal .form-group input:-ms-input-placeholder {
  color: #cad400;
  font-size: 1.125rem;
}
main .form-horizontal .form-group input:-moz-placeholder {
  color: #cad400;
  font-size: 1.125rem;
}
main .form-horizontal .form-group input[type=email] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.497' height='19.427' viewBox='0 0 24.497 19.427'%3E%3Cg id='Icon_feather-mail' data-name='Icon feather-mail' transform='translate(-1.955 -5.25)'%3E%3Cpath id='Pfad_1318' data-name='Pfad 1318' d='M5.241,6H23.167a2.247,2.247,0,0,1,2.241,2.241V21.686a2.247,2.247,0,0,1-2.241,2.241H5.241A2.247,2.247,0,0,1,3,21.686V8.241A2.247,2.247,0,0,1,5.241,6Z' fill='none' stroke='%23cad400' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Pfad_1319' data-name='Pfad 1319' d='M25.408,9,14.2,16.843,3,9' transform='translate(0 -0.759)' fill='none' stroke='%23cad400' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 20px 50%;
  background-repeat: no-repeat;
  padding: 1.75rem 0.75rem 1.75rem 60px;
}
main .form-horizontal .checkbox label a {
  color: inherit;
  font-family: "open_sansbold", sans-serif;
  font-weight: 700;
  font-weight: 400;
  text-decoration: underline;
}
main .form-horizontal .btn[type=submit] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  main .form-horizontal select option {
    font-size: 1.125rem;
  }
  main .form-horizontal .form-control input {
    font-size: 1.125rem;
  }
  main .form-horizontal .form-control input::-webkit-input-placeholder {
    color: #505050;
    font-size: 1.125rem;
  }
  main .form-horizontal .form-control input::-moz-placeholder {
    color: #505050;
    font-size: 1.125rem;
  }
  main .form-horizontal .form-control input:-ms-input-placeholder {
    color: #505050;
    font-size: 1.125rem;
  }
  main .form-horizontal .form-control input:-moz-placeholder {
    color: #505050;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  main .powermail_fieldwrap_type_file {
    margin-top: 80px;
  }
  main .form {
    padding-top: 50px;
  }
  main .form-group--last {
    margin-top: 152px;
  }
}
@media (min-width: 1200px) {
  main .form {
    padding-top: 65px;
  }
  main .form-group--last {
    margin-top: 150px;
  }
}
main .form-control, main .form-select, main .nice-select .current {
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
}
main .form-control::-webkit-input-placeholder {
  color: #000;
}
main .form-control::-moz-placeholder {
  color: #000;
}
main .form-control:-ms-input-placeholder {
  color: #000;
}
main .form-control:-moz-placeholder {
  color: #000;
}
main input:-internal-autofill-selected {
  background-color: #009a3d;
}
main input:-webkit-autofill {
  background-color: #009a3d;
}
main fieldset {
  margin-bottom: 30px;
}
main legend {
  margin-bottom: 8px;
}
main legend span {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  width: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #cad400;
  color: #fff;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  text-align: center;
}
main legend span br {
  display: none;
}
main label {
  margin-bottom: 5px;
  width: 100%;
  font-size: 0.875rem;
}
main .form-check {
  display: inline-block;
  padding-left: 0;
  width: calc(50% - 3px);
}
main .form-check + .form-check {
  padding-left: 15px;
}
main .has-error {
  height: 0;
  opacity: 0;
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  font-size: 0.875rem;
  margin-top: -5px;
}

.frame-type-textmedia {
  text-align: center;
}
.frame-type-textmedia + .card {
  margin-top: 3rem;
}
.frame-type-textmedia header h2,
.frame-type-textmedia header .h2,
.frame-type-textmedia header h2.section,
.frame-type-textmedia header .h2.section {
  display: block;
  font-family: "open_sansregular", sans-serif;
  font-width: 400;
  margin-top: 2rem;
}
.frame-type-textmedia header h2 span,
.frame-type-textmedia header .h2 span,
.frame-type-textmedia header h2.section span,
.frame-type-textmedia header .h2.section span {
  position: absolute;
  top: 0;
  transform: translateX(85%);
}
.frame-type-textmedia header h1 span,
.frame-type-textmedia header .h1 span {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .frame-type-textmedia header h1 span,
  .frame-type-textmedia header .h1 span {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .frame-type-textmedia header h1 span,
  .frame-type-textmedia header .h1 span {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .frame-type-textmedia header h1 span,
  .frame-type-textmedia header .h1 span {
    font-size: 3.25rem;
  }
}
@media (min-width: 1400px) {
  .frame-type-textmedia header h1 span,
  .frame-type-textmedia header .h1 span {
    font-size: 3.75rem;
  }
}
.frame-type-textmedia header h2,
.frame-type-textmedia header .h2,
.frame-type-textmedia header h2.section,
.frame-type-textmedia header .h2.section {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .frame-type-textmedia header h2,
  .frame-type-textmedia header .h2,
  .frame-type-textmedia header h2.section,
  .frame-type-textmedia header .h2.section {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .frame-type-textmedia header h2,
  .frame-type-textmedia header .h2,
  .frame-type-textmedia header h2.section,
  .frame-type-textmedia header .h2.section {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .frame-type-textmedia header h2,
  .frame-type-textmedia header .h2,
  .frame-type-textmedia header h2.section,
  .frame-type-textmedia header .h2.section {
    font-size: 3.25rem;
  }
}
@media (min-width: 1400px) {
  .frame-type-textmedia header h2,
  .frame-type-textmedia header .h2,
  .frame-type-textmedia header h2.section,
  .frame-type-textmedia header .h2.section {
    font-size: 3.75rem;
  }
}
.frame-type-textmedia .ce-textpic.ce-right {
  display: flex;
  flex-direction: column;
}
.frame-type-textmedia .ce-textpic.ce-right .ce-gallery.col-lg-12 {
  order: 1;
}
.frame-type-textmedia .ce-textpic.ce-right .ce-gallery.col-lg-12 .plyr__control {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.frame-type-textmedia .ce-textpic.ce-right .ce-gallery.col-lg-12 .plyr__control svg {
  fill: #505050;
  height: 50px;
  width: 50px;
}
.frame-type-textmedia .ce-textpic.ce-right .ce-bodytext.col-lg-12 {
  margin-bottom: 3rem !important;
  order: 0;
}
.frame-type-textmedia.frame-ruler-before:before {
  display: none;
}
.frame-type-textmedia.frame-ruler-before .ce-textpic:before {
  border-top: 2px solid #f3f3f3;
  content: "";
  display: block;
  margin-bottom: 4rem;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .frame-type-textmedia.frame-ruler-before .ce-textpic:before {
    margin-top: 4rem;
  }
}
.frame-type-textmedia.frame-ruler-before .ce-textpic a {
  text-decoration: underline;
}
.frame-type-textmedia.frame-ruler-before .ce-textpic a:hover {
  text-decoration: none;
}
.frame-type-textmedia.frame-ruler-before .ce-textpic strong {
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 400;
}
.frame-type-textmedia.frame-ruler-after {
  border-bottom: 0;
  text-align: left;
}
.frame-type-textmedia.frame-ruler-after h1, .frame-type-textmedia.frame-ruler-after .h1,
.frame-type-textmedia.frame-ruler-after h2, .frame-type-textmedia.frame-ruler-after .h2 {
  color: #fff;
  text-align: left;
}
.frame-type-textmedia.frame-ruler-after h1 em, .frame-type-textmedia.frame-ruler-after .h1 em,
.frame-type-textmedia.frame-ruler-after h2 em, .frame-type-textmedia.frame-ruler-after .h2 em {
  text-align: left;
  width: 100%;
}
.frame-type-textmedia.frame-ruler-after p {
  color: #fff;
}
.frame-type-textmedia.frame-ruler-after:before {
  background-color: #006192;
  border-bottom: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 45%;
  margin-bottom: -45px;
  position: absolute;
  width: 100vw;
  z-index: 0;
}
@media (min-width: 390px) {
  .frame-type-textmedia.frame-ruler-after:before {
    margin-bottom: -55px;
  }
}
@media (min-width: 576px) {
  .frame-type-textmedia.frame-ruler-after:before {
    margin-bottom: -75px;
  }
}
@media (min-width: 768px) {
  .frame-type-textmedia.frame-ruler-after:before {
    height: 35%;
    margin-bottom: -75px;
  }
}
@media (min-width: 992px) {
  .frame-type-textmedia.frame-ruler-after:before {
    margin-bottom: -85px;
  }
}
@media (min-width: 1200px) {
  .frame-type-textmedia.frame-ruler-after:before {
    margin-bottom: -100px;
  }
}
.frame-type-textmedia.frame-ruler-after:after {
  margin-top: 0;
}
.frame-type-textmedia.frame-ruler-after .ce-textpic {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .frame-type-textmedia.frame-ruler-after .ce-textpic {
    margin-top: 6rem;
  }
}
.frame-type-textmedia.frame-ruler-after .ce-textpic .ce-gallery {
  margin-bottom: 2rem;
}

.ce-textpic.width-0 .ce-bodytext:not(.row) .ce-gallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 576px) {
  .ce-textpic.ce-intext .ce-gallery.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ce-textpic .intro-text {
  color: #006192;
}

.ctype-textmedia--1 {
  max-width: 100vw;
  overflow: hidden;
}
.ctype-textmedia--1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ctype-textmedia--1 .ctype-textmedia__text {
  padding: 30px 20px;
  background-color: #e5f5eb;
}
.ctype-textmedia--1 .ctype-textmedia__text h2,
.ctype-textmedia--1 .ctype-textmedia__text .h2,
.ctype-textmedia--1 .ctype-textmedia__text h2 span,
.ctype-textmedia--1 .ctype-textmedia__text .h2 span {
  text-align: left;
}
@media (max-width: 768px) {
  .ctype-textmedia--1 .ctype-textmedia__text:not(:first-child) {
    margin-bottom: 35px;
  }
}
@media (min-width: 576px) {
  .ctype-textmedia--1 .ctype-textmedia__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .ctype-textmedia--1, .ctype-textmedia--1 .ctype-textmedia__text {
    display: flex;
  }
  .ctype-textmedia--1 .ctype-textmedia__text {
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .ctype-textmedia--1 .ctype-textmedia__text {
    padding-left: 50px;
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  .ctype-textmedia--1 .ctype-textmedia__text {
    padding-left: 75px;
    padding-right: 90px;
  }
}
@media (min-width: 1400px) {
  .ctype-textmedia--1 .ctype-textmedia__text {
    padding-left: 95px;
    padding-right: 120px;
  }
}

.documents-list__item {
  border-bottom: 2px solid #006192;
}
.documents-list__item > a {
  position: relative;
}
.documents-list__item > a .download-arrow svg,
.documents-list__item > a .file-icon svg {
  fill: #006192;
}
.documents-list__item > a .file-icon:after {
  background-color: #006192;
  border: none;
  color: #fff;
}
.documents-list__item > a .download-arrow {
  position: absolute;
  right: 0;
}

/* Advanced Elements from AS */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.contact-nav {
  position: fixed;
  right: 0;
  margin-top: 170px;
  z-index: 2;
}
.contact-nav ul li {
  display: block;
  margin-bottom: 2px;
  width: 34px;
  margin-left: auto;
  overflow: hidden;
  width: 36px;
  color: #fff;
  transition: width 350ms ease-in-out;
}
.contact-nav ul li a {
  display: flex;
  width: 36px;
  height: 36px;
  background-color: #006192;
  font-size: 0.875rem;
  color: #fff;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  transition: width 350ms ease-in-out;
}
.contact-nav ul li a img {
  max-width: 24px;
  max-height: 24px;
}
.contact-nav ul li a span {
  width: 36px;
  height: 36px;
}
.contact-nav ul li a span:nth-child(1) {
  font-size: 0.875rem;
}
.contact-nav ul li a span:nth-child(2) {
  flex: 1;
  display: none;
  padding: 6px 0 0 0.75rem;
  background-color: #2c7ea8;
  font-size: 0.938rem;
}
.contact-nav ul li:hover, .contact-nav ul li.active {
  width: 175px;
}
.contact-nav ul li:hover a, .contact-nav ul li.active a {
  width: 175px;
  opacity: 1;
}
.contact-nav ul li:hover a span:nth-child(2), .contact-nav ul li.active a span:nth-child(2) {
  display: inline-block;
}
@media (min-width: 576px) {
  .contact-nav {
    margin-top: 230px;
  }
  .contact-nav ul li {
    width: 40px;
  }
  .contact-nav ul li a, .contact-nav ul li a span {
    width: 40px;
    height: 40px;
  }
  .contact-nav ul li a span:nth-child(2) {
    padding: 9px 0 0 0.875rem;
  }
  .contact-nav ul li:hover, .contact-nav ul li.active {
    width: 218px;
  }
  .contact-nav ul li:hover a, .contact-nav ul li.active a {
    width: 218px;
  }
}
@media (min-width: 768px) {
  .contact-nav {
    margin-top: 245px;
  }
  .contact-nav ul li {
    width: 44px;
  }
  .contact-nav ul li a, .contact-nav ul li a span {
    width: 44px;
    height: 44px;
    font-size: 0.938rem;
  }
  .contact-nav ul li a span:nth-child(2) {
    padding: 9px 0 0 0.875rem;
    font-size: 1.125rem;
  }
  .contact-nav ul li a img {
    max-width: 26px;
    max-height: 26px;
  }
}
@media (min-width: 1200px) {
  .contact-nav {
    margin-top: 260px;
  }
  .contact-nav ul li {
    width: 48px;
  }
  .contact-nav ul li a, .contact-nav ul li a span {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }
  .contact-nav ul li a span:nth-child(2) {
    padding: 11px 0 0 1rem;
  }
  .contact-nav ul li a img {
    max-width: 28px;
    max-height: 28px;
  }
  .contact-nav ul li:hover, .contact-nav ul li.active {
    width: 224px;
  }
  .contact-nav ul li:hover a, .contact-nav ul li.active a {
    width: 224px;
  }
}
@media (min-width: 1400px) {
  .contact-nav {
    margin-top: 295px;
  }
}

.contacts {
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.5;
}
.contacts span, .contacts strong, .contacts address {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.contacts .clr-3 {
  color: #006192;
}
.contacts strong {
  font-weight: 400;
}
.contacts address {
  margin-top: 0.5rem;
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
}
.contacts address a, .contacts address a:hover {
  color: #505050;
  text-decoration: underline;
}
.contacts img {
  display: table;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
.contacts--2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  .contacts {
    font-size: 0.938rem;
  }
}
@media (min-width: 768px) {
  .contacts {
    font-size: 1rem;
    line-height: 1.688;
  }
  .contacts--2 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .contacts--2 {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .contacts--2 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bite-jobs-list {
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-size: 1.125rem;
}
.bite-jobs-list .bite-jobs-list--field {
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.bite-jobs-list .bite-jobs-list--title {
  font-weight: 400;
}

.job-item {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #e5f5eb;
}
.job-item__title {
  display: block;
  margin-bottom: 0.5rem;
  color: #006192;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-size: 1.125rem;
}
.job-item__clinic, .job-item__hours, .job-item__available {
  font-size: 0.938rem;
}
.job-item__clinic, .job-item__hours {
  margin-right: 1rem;
}
.job-item .btn {
  margin-top: 1rem;
}
@media (min-width: 390px) {
  .job-item {
    padding: 20px 25px;
  }
}
@media (min-width: 576px) {
  .job-item {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
  }
  .job-item__title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
  .job-item__clinic, .job-item__hours, .job-item__available {
    font-size: 1rem;
  }
  .job-item__clinic, .job-item__hours {
    margin-right: 1.25rem;
  }
  .job-item .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .job-item {
    padding: 25px 35px;
  }
  .job-item__title {
    font-size: 1.375rem;
  }
  .job-item__clinic, .job-item__hours {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .job-item {
    padding: 30px 40px;
  }
}

.card {
  margin: 5px auto;
  position: relative;
  display: block;
  margin-bottom: 5px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.card .card-header {
  background-color: transparent;
  border-bottom: 0 none;
  padding: 0;
}
.card .card-header a {
  background-color: #cad400;
  color: #fff;
  display: block;
  padding: 1rem 2rem;
  position: relative;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1rem;
  text-align: left;
  width: 100%;
}
.card .card-header a:after {
  border: 3px solid #cad400;
  border-left-style: unset;
  border-top-style: unset;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 8px);
  transition: all ease-in-out 0.3s;
  transform: rotate(-135deg);
  width: 16px;
}
.card.grey .card-header a {
  background-color: #e5f5eb;
  color: #505050;
}
.card.grey .card-header a.collapsed {
  background-color: #f3f3f3;
  color: #505050;
}
.card.grey .card-header a.collapsed:after {
  transform: rotate(45deg);
}
.card.grey .card-header + .collapse.in {
  background-color: #e5f5eb;
}
.card .collapse .card-block .frame-type-textmedia .ce-bodytext p, .card .collapse .card-block .frame-type-textmedia .ce-bodytext li, .card .collapse .card-block .frame-type-textmedia .ce-bodytext a {
  font-size: 1rem;
}

.panel {
  position: relative;
  display: block;
  margin-bottom: 5px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.panel:focus, .panel:focus-visible {
  outline: none;
}
.panel .btn {
  padding: 1rem 1.25rem;
  width: 100%;
  background-color: #cad400;
  color: #fff;
  font-family: "open_sanssemibold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
}
.panel .btn svg {
  position: absolute;
  right: 20px;
  margin-top: 6px;
  width: 16px;
  height: 11px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 350ms;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
.panel .btn.collapsed {
  background-color: #fff;
  color: #505050;
}
.panel .btn.collapsed svg {
  stroke: #cad400;
  transform: rotate(0);
}
.panel-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #fff;
}
.panel-header a {
  font-family: "open_sansbold", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #5e5e5e;
  position: relative;
  padding: 10px 60px 10px 25px;
}
.panel-header a:after {
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../Images/icon-arrow_down.svg);
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 18px;
}
.panel-block {
  opacity: 0;
  padding: 1rem;
  font-size: 0.938rem;
  line-height: 1.5;
  background-color: #fff;
  transition: transform 350ms, opacity 350ms;
  transform: translateY(-30px);
}
.panel-block ul li {
  line-height: 1.5;
}
.panel .show .panel-block {
  opacity: 1;
  transform: translateY(0);
}
.panel--grey .btn {
  padding-left: 1.5rem;
  background-color: #e5f5eb;
  color: #505050;
}
.panel--grey .btn path {
  stroke: #cad400;
}
.panel--grey .btn.collapsed {
  background-color: #f3f3f3;
}
.panel--grey .panel-block {
  background-color: #e5f5eb;
}

@media (min-width: 768px) {
  .panel-block {
    padding: 1.125rem;
    font-size: 1rem;
  }
  .panel-block, .panel-block ul li {
    line-height: 1.688;
  }
  .panel .btn svg {
    right: 22px;
    width: 19px;
    height: 11px;
  }
  .panel--grey .btn {
    padding-left: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .panel-block {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .panel-block, .panel-block ul li {
    line-height: 1.688;
  }
  .panel .btn svg {
    right: 26px;
    width: 22px;
    height: 12px;
  }
  .panel--grey .btn {
    padding-left: 2rem;
  }
}
.ctype-ce_karriere_quote_slider .content-slider--2 .swiper-slide__text blockquote {
  white-space: pre-wrap;
}

.socialmedia-section h2 strong,
.socialmedia-section .h2 strong {
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
}
.socialmedia-section .button {
  align-items: center;
  display: inline-flex;
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin: 5px 15px;
  padding: 0.2rem 1.25rem 0.388rem;
}
@media (min-width: 768px) {
  .socialmedia-section .button {
    font-size: 1.75rem;
    padding: 0.5rem 2.25rem 0.688rem;
  }
}
.socialmedia-section .button svg {
  height: 1.5rem;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .socialmedia-section .button svg {
    height: 2.5rem;
  }
}

section.section-bg {
  background-color: #fff;
}

.section-bg.teaser .frame-type-textmedia {
  margin-bottom: 3rem;
}
.section-bg.teaser .row .ce_teaser_image_link {
  margin-bottom: 30px;
}
.section-bg.teaser .row .ce_teaser_image_link .label {
  align-items: center;
  background-color: #e5f5eb;
  display: flex;
  padding: 20px 100px 20px 20px;
  position: relative;
  text-align: left;
}
.section-bg.teaser .row .ce_teaser_image_link .label:after {
  background-image: url(../Images/arrow-right-xl.svg);
  content: "";
  height: 32px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  transition: all ease-in-out 0.3s;
  width: 36px;
}
.section-bg.teaser .row .ce_teaser_image_link .label:hover:after {
  right: 15px;
}

.teaser {
  overflow: hidden;
}
.teaser:hover {
  opacity: 1;
}
.teaser a {
  display: block;
}
.teaser a:hover {
  opacity: 1;
}
.teaser img {
  max-width: 100%;
}
.teaser--image img {
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .teaser--image img {
    margin-bottom: -45px;
  }
}
@media (min-width: 1200px) {
  .teaser--image img {
    margin-bottom: -60px;
  }
}

.vmedia {
  margin-top: 30px;
  height: 420px;
  max-height: 100vh;
  overflow: hidden;
}
.vmedia img, .vmedia video {
  object-fit: cover;
  object-position: top;
  min-width: 100%;
  height: 420px;
}
.vmedia__video {
  height: 100%;
}
.vmedia__text-inner {
  margin-top: -85px;
  margin-left: 20px;
  padding: 18px 15px;
  background-color: #f3f3f3;
  width: calc(100vw - 40px);
  font-family: "open_sansbold", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  mix-blend-mode: screen;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .vmedia__text-inner {
    padding: 20px 20px;
  }
}
@media (min-width: 390px) {
  .vmedia__text-inner {
    padding: 22px 20px;
  }
}
@media (min-width: 576px) {
  .vmedia {
    margin-top: 35px;
    height: 450px;
  }
  .vmedia img, .vmedia video {
    height: 450px;
  }
  .vmedia__video {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .vmedia {
    margin-top: 40px;
    height: 485px;
  }
  .vmedia img, .vmedia video {
    height: 485px;
  }
  .vmedia__text-inner {
    position: absolute;
    margin-left: 432px;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 45px;
    height: 485px;
    width: 320px;
    background-color: #fff;
    font-size: 3.5rem;
    transform: translateY(-100%);
  }
  .vmedia__video {
    height: 485px;
  }
}
@media (min-width: 992px) {
  .vmedia img, .vmedia video {
    height: 520px;
  }
  .vmedia, .vmedia__video, .vmedia__text-inner {
    height: 520px;
  }
  .vmedia__text-inner {
    margin-left: 577px;
    width: 415px;
    font-size: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .vmedia {
    margin-top: 50px;
  }
  .vmedia img, .vmedia video {
    height: 550px;
  }
  .vmedia, .vmedia__video, .vmedia__text-inner {
    height: 550px;
  }
  .vmedia__text-inner {
    margin-left: 557px;
    width: 435px;
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .vmedia__text-inner {
    margin-left: 588px;
    width: 450px;
  }
}

/* Complex definitions for extensions */
.news.content-line + .news.content-line {
  padding-top: 0;
}
.news .news-latest-item > div + .articletype-0 {
  margin-top: 1rem;
}
.news .news-latest-item .extra {
  color: #006192;
  font-weight: bold;
}
.news .news-list__form .form-control {
  border: 2px solid #006192;
  border-radius: 0;
}
.news .news-list__form .col-btn {
  align-items: flex-end;
}
.news .news-list__form .btn {
  border-radius: 0;
}
.news .news-list__form .btn:hover {
  background-color: #000;
  color: #fff;
}
.news .f3-widget-paginator ul {
  list-style-type: none;
}
.news .f3-widget-paginator ul li {
  margin: 0 3px;
}
.news .f3-widget-paginator ul li a {
  border-radius: 10px;
  border: 2px solid #cad400;
  font-weight: bold;
  padding: 0.2rem 0.3rem;
}
.news .f3-widget-paginator ul li a:hover {
  border-color: #006192;
  color: #006192;
  text-decoration: none;
}
.news .f3-widget-paginator ul li.current a {
  border-color: #006192;
  background-color: #006192;
  color: #fff;
}
.news .f3-widget-paginator .previous a,
.news .f3-widget-paginator .next a {
  border-radius: 10px;
  border: 2px solid #cad400;
  font-weight: bold;
  padding: 0.2rem 0.6rem;
}
.news .f3-widget-paginator .previous a svg,
.news .f3-widget-paginator .next a svg {
  width: 7px;
  fill: #006192;
  margin-bottom: 2px;
}
.news .f3-widget-paginator .previous a:hover,
.news .f3-widget-paginator .next a:hover {
  border-color: #006192;
  color: #006192;
  text-decoration: none;
}
.news .news-list-item {
  margin: 3rem 0;
}
.news .news-list-item .lead p {
  margin-bottom: 0.5rem;
}
.news.news-single .extra + h1,
.news.news-single .extra + .h1 {
  margin-top: 1rem;
}
.news.news-single h1, .news.news-single .h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
  .news.news-single .row.content {
    flex-direction: column-reverse;
  }
}
.news.news-single .news-img-wrap a {
  display: block;
  position: relative;
}
.news.news-single .news-img-wrap a img {
  width: 100%;
  height: auto;
}
.news.news-single .news-img-wrap a div.icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #006192;
  padding: 10px;
}
.news.news-single .news-img-wrap a div.icon svg {
  fill: #fff;
}
.news.news-single .news-img-wrap a:hover div.icon {
  background-color: #000;
}
.news.news-single .documents-list__item {
  border-bottom: 2px solid #006192;
}
.news.news-single .documents-list__item > a {
  position: relative;
}
.news.news-single .documents-list__item > a .download-arrow svg,
.news.news-single .documents-list__item > a .file-icon svg {
  fill: #006192;
}
.news.news-single .documents-list__item > a .file-icon:after {
  background-color: #006192;
  border: none;
  color: #fff;
}
.news.news-single .documents-list__item > a .download-arrow {
  position: absolute;
  right: 0;
}
.news.news-single .news-back {
  margin-top: 2rem;
}
/*# sourceMappingURL=karriere.css.map */
