@charset "UTF-8";
:root {
  --bfd-blue: #005da9;
  --bfd-light: #e5eef6;
  --bfd-mid: #c7dbec;
  --bfd-dark: #343a40;
  --bfd-black: #181818;
}

/* AtkinsonHyperlegible regular */
@font-face {
  font-family: "AtkinsonHyperlegible";
  src: url("../Fonts/atkinson-hyperlegible-v12-latin-regular.woff2") format("woff2"), url("../Fonts/atkinson-hyperlegible-v12-latin-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* AtkinsonHyperlegible italic */
@font-face {
  font-family: "AtkinsonHyperlegibleItalic";
  src: url("../Fonts/atkinson-hyperlegible-v12-latin-italic.woff2") format("woff2"), url("../Fonts/atkinson-hyperlegible-v12-latin-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* AtkinsonHyperlegible bold */
@font-face {
  font-family: "AtkinsonHyperlegibleBold";
  src: url("../Fonts/atkinson-hyperlegible-v12-latin-700.woff2") format("woff2"), url("../Fonts/atkinson-hyperlegible-v12-latin-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* AtkinsonHyperlegible italic */
@font-face {
  font-family: "AtkinsonHyperlegibleBoldItalic";
  src: url("../Fonts/atkinson-hyperlegible-v12-latin-700italic.woff2") format("woff2"), url("../Fonts/atkinson-hyperlegible-v12-latin-700italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  font-family: "AtkinsonHyperlegible", sans-serif;
  color: #343a40;
}
section {
  margin-bottom: 50px;
}
@media (min-width: 991.98px) {
  section {
    margin-bottom: 70px;
  }
}
section.address-block, section.frame-space-after-ohneabstand, section.frame-ohneabstand {
  margin-bottom: 0;
}

a {
  color: inherit;
}

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

.frame-greybg {
  padding: 50px 0;
  background-color: #e5eef6;
}
@media (min-width: 991.98px) {
  .frame-greybg {
    padding: 70px 0;
  }
}

[id] {
  scroll-margin-top: 80px;
}

.bg-bfd-light {
  background-color: #e5eef6;
}

.mobile-nav-cta {
  padding: 1.5rem 1rem;
  text-align: center;
}

.address-block p {
  margin-bottom: 0;
}

.mobile-nav-address {
  padding: 0.5rem 1.5rem 1rem;
  font-size: 1rem;
  color: #343a40;
  line-height: 1.65;
  flex: 1;
}
.mobile-nav-address p {
  margin-bottom: 0.75rem;
}
.mobile-nav-address a {
  color: #343a40;
  text-decoration: underline;
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.site-header .navbar-brand img {
  height: 60px;
  width: auto;
}

.frame-type-text header {
  margin: 0 auto;
  max-width: 800px;
}
.frame-type-text .container {
  max-width: 800px;
}

.txtBlockSolo {
  margin: 0 auto;
  max-width: 800px;
}

.btnCenterRow {
  padding-top: 40px;
  text-align: center;
}

.btn-bfd {
  background-color: #005da9;
  color: #fff;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1.25rem;
  border: none;
  border-radius: 4px;
  padding: 0.55rem 2.25rem;
}
.btn-bfd:hover {
  background-color: #004780;
  color: #fff;
}
.btn-bfd.btn-bfd-red, .btn-bfd.btn-bfd-blue {
  background-color: #CD1316;
  border-radius: 12px;
}
.btn-bfd.btn-bfd-red:hover, .btn-bfd.btn-bfd-blue:hover {
  background-color: #a81012;
}
.btn-bfd.btn-bfd-blue {
  background-color: #005da9;
}
.btn-bfd.btn-bfd-blue:hover {
  background-color: #004780;
}

.btn-bfd-outline {
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-family: "AtkinsonHyperlegible", sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.3rem 1.2rem;
}
.btn-bfd-outline:hover, .btn-bfd-outline.linkHover {
  background: #000;
  color: #fff;
}

.link-bfd {
  color: #005da9;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}
.link-bfd:hover {
  color: #004780;
}

.btnMap {
  padding-right: 45px;
  padding-left: 15px;
  background-image: url(../Images/icon-map.svg);
  background-size: 20px 29px;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.headerBlock {
  padding-bottom: 0 !important;
}
.headerBlock .navbar-brand {
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-bottom: var(--bs-navbar-brand-padding-y);
}

@media (max-width: 575.98px) {
  .frame-type-textmedia .g-5 {
    --bs-gutter-x: 1.5rem;
  }
}
.frame-type-textmedia .colMedia .ce-gallery img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}
.frame-type-textmedia .colMedia .ce-gallery .video iframe,
.frame-type-textmedia .colMedia .ce-gallery .video video {
  width: 100%;
  aspect-ratio: 1.7777777778;
  border: 4px solid #fff;
  border: 4px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}
.frame-type-textmedia .colTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .frame-type-textmedia .colTxt {
    margin-top: 0;
  }
  .frame-type-textmedia .colTxt h2 {
    text-align: center;
  }
}

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

.teaserlink a {
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #005da9;
}

.btn-bfd-outline.centerbutton {
  border-color: #005da9;
  text-decoration: none;
}

#iframeKarte {
  width: 100%;
  height: auto;
  margin-top: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  aspect-ratio: 0.6;
}
@media (min-width: 991.98px) {
  #iframeKarte {
    aspect-ratio: 1.8416666667;
  }
}

.site-footer {
  background-color: #005da9;
}
.site-footer a {
  color: #fff;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: #005da9;
  color: #fff;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

#mainNav {
  padding-top: 50px;
  padding-bottom: 10px;
}

.nav-link {
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1rem;
  color: #171816 !important;
  padding: 0.4rem 0.6rem;
}
.nav-link:hover {
  color: #005da9 !important;
}
.nav-link[aria-expanded=true] .icon-hamburger {
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
}
.nav-link[aria-expanded=true] .icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.nav-link.nav-incoming {
  padding-left: 36px !important;
  background: url(../Images/icon-multinational.png) 12px 50% no-repeat;
  background-size: 20px 14px;
}

.headerTopNav {
  position: absolute;
  right: 0;
  top: 5px;
}
.headerTopNav .linkLeichteSprache {
  padding-top: 3px;
}
.headerTopNav .nav-link .icon-youtube {
  width: 44px;
  height: 31px;
}

.leichte-sprache {
  margin-right: 60px;
  padding-left: 26px !important;
  padding-right: 0 !important;
  color: #005da9 !important;
  text-decoration: none;
  white-space: nowrap;
  background: url(../Images/icon-leichte-sprache.svg) left 50% no-repeat;
  background-size: 22px 21px;
  border-bottom: 2px solid #005da9;
}

.menu-link {
  z-index: 999;
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 24px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-color: transparent;
  z-index: 9999;
}
.menu-link:focus {
  outline: none;
}
.menu-link span {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 0;
  background: #005da9;
  -moz-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
@media (min-width: 0px 991.98px) {
  .menu-link span {
    top: 7px;
    height: 2px;
  }
}
.menu-link span::before, .menu-link span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: #005da9;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
@media (min-width: 0px 991.98px) {
  .menu-link span::before, .menu-link span::after {
    height: 2px;
  }
}
.menu-link span::before {
  top: -10px;
  width: 41px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
@media (min-width: 0px 991.98px) {
  .menu-link span::before {
    top: -7px;
  }
}
.menu-link span::after {
  bottom: -10px;
  width: 38px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
@media (min-width: 0px 991.98px) {
  .menu-link span::after {
    bottom: -7px;
  }
}
@media (min-width: 991.98px) {
  .menu-link {
    display: none;
  }
}

.site-header .nav-link.active {
  color: #fff !important;
  background-color: #005da9;
  border-radius: 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.is-open .mobile-nav-drawer {
  transform: translateX(0);
}

.mobile-nav-topbar {
  display: flex;
  padding: 0.9rem 1rem;
}
.mobile-nav-topbar .leichte-sprache {
  margin-right: 20px;
}
.mobile-nav-topbar .mobile-nav-social img {
  display: block;
}
.mobile-nav-topbar #btnClose {
  flex: 1;
  text-align: right;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.mobile-nav-link:first-child {
  border-top: 1px solid #dee2e6;
}
.mobile-nav-link:hover {
  color: #005da9;
}

#mobileNavOverlay .leichte-sprache img {
  width: 20px;
  height: 19px;
}
#mobileNavOverlay .mobile-nav-social img {
  width: 43px;
  height: 30px;
}
#mobileNavOverlay .nav-close img {
  width: 30px;
  height: 30px;
}

.mobile-nav-footer {
  background-color: #005da9;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-shrink: 0;
}
.mobile-nav-footer a {
  color: #fff;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.mobile-nav-footer a:hover {
  text-decoration: underline;
}

.formInner {
  max-width: 800px;
  margin: 0 auto;
}
.formInner form legend {
  margin-bottom: 20px;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #005da9;
}
.formInner form fieldset {
  margin-bottom: 20px;
}
.formInner form fieldset#bFDBewerbungsformular-1010-fieldset-2 {
  border-bottom: 1px solid #005da9;
}
.formInner form fieldset .row,
.formInner form fieldset .form-group {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .formInner form fieldset .row {
    display: block;
  }
  .formInner form fieldset .row > .col-md-6 {
    width: 100%;
  }
}
.formInner form fieldset .row .form-group {
  margin-bottom: 0;
}
.formInner form .form-group .checkbox .form-check {
  padding-left: 0;
}
.formInner form .actions {
  padding-top: 20px;
}
.formInner form .actions button {
  background-color: #005da9;
  border: 1px solid #005da9;
}
.formInner form .actions button:hover {
  background-color: #004780;
}
.formInner form .control-label {
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
}
.formInner form .help-block {
  display: block;
  font-family: "AtkinsonHyperlegible", sans-serif;
}

.frame-layout-230 {
  margin-bottom: 30px;
}
.frame-layout-230 h1 {
  font-size: 3rem;
}
@media (min-width: 0 991.98px) {
  .frame-layout-230 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.frame-layout-230 .ce-textpic {
  padding: 15px;
  border: 1px solid #005da9;
}
.frame-layout-230.frame-keinrahmen .ce-textpic {
  padding: 0;
  border: none;
}
.frame-layout-230 .colMedia .ce-gallery {
  order: 2;
}
.frame-layout-230 .colMedia .ce-gallery picture {
  display: block;
  width: 100%;
}
.frame-layout-230 .colMedia .ce-gallery picture img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
@media (min-width: 0 575.98px) {
  .frame-layout-230 .colMedia .ce-gallery picture img {
    max-width: 280px;
  }
}
@media (min-width: 991.98px) {
  .frame-layout-230 .colMedia .ce-gallery .ce-row {
    justify-content: center;
  }
}
.frame-layout-230 .colMedia ul li {
  line-height: 1.5;
  padding-bottom: 10px;
}

.hero-photo-wrap {
  position: relative;
  overflow: hidden;
  background: #e5eef6;
}
.hero-photo-wrap .hero-bg-photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
@media (max-width: 991.98px) {
  .hero-photo-wrap .hero-bg-photo {
    height: 240px;
  }
}
.hero-photo-wrap .videoContainer {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
.hero-photo-wrap .videoContainer video,
.hero-photo-wrap .videoContainer img {
  border-radius: 58px;
  border: 4px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .hero-photo-wrap .videoContainer video,
  .hero-photo-wrap .videoContainer img {
    max-height: 506px;
    object-fit: contain;
    object-position: center;
  }
}
.hero-photo-wrap .videoContainer.imageContainer img {
  width: 100%;
  height: auto;
}
.hero-photo-wrap .btnVideoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -49px;
  margin-left: -49px;
  background-color: transparent;
  border: none;
}

.hero-illus-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(860px, 68%);
  pointer-events: none;
}
.hero-illus-overlay img {
  width: 100%;
  border-radius: 48px;
  border: 4px solid #fff;
  display: block;
}
@media (max-width: 991.98px) {
  .hero-illus-overlay {
    display: none;
  }
}

.hero-text-bar {
  text-align: center;
  padding: 1.75rem 1rem 2rem;
}

h1 {
  font-size: clamp(2rem, 6vw, 5rem);
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #005da9;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #000;
  margin-bottom: 1.25rem;
}

.hero-illus-mobile {
  width: 90%;
  max-width: 360px;
  border-radius: 24px;
  border: 4px solid #fff;
  margin: 0 auto 1.25rem;
  display: block;
}

.bfd-page-hero {
  background: #e5eef6;
  overflow: hidden;
}

.bfd-hero-photo-container {
  overflow: hidden;
  max-height: 480px;
}
@media (max-width: 991.98px) {
  .bfd-hero-photo-container {
    max-height: 260px;
  }
}

.bfd-hero-photo {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
@media (max-width: 991.98px) {
  .bfd-hero-photo {
    height: 260px;
  }
}

.bfd-hero-text-bar {
  background-color: #c7dbec;
  text-align: center;
  padding: 1.75rem 1rem 2rem;
}
.bfd-hero-text-bar h1 {
  font-size: clamp(2rem, 6vw, 5rem);
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #005da9;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

@media (min-width: 767.98px) {
  .teaser-section {
    background: linear-gradient(to bottom, white 150px, #e5eef6 150px);
  }
}

.teaser-img-wrap {
  display: flex;
  position: relative;
  margin-bottom: 0.25rem;
}
.teaser-img-wrap .teaser-bg {
  width: auto;
  height: 195px;
  border-radius: 24px;
  border: 4px solid #fff;
  display: block;
}
@media (max-width: 540px) {
  .teaser-img-wrap .teaser-bg {
    height: 201px;
    width: 201px;
    border-radius: 16px;
  }
}
.teaser-img-wrap .teaser-bg.bg-bfd-blue {
  background-color: #005da9;
}

.teaser-label {
  position: absolute;
  bottom: 36px;
  left: 240px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  padding: 0.3rem 0.75rem;
  font-size: 1.5rem;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #343a40;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 575.98px) {
  .teaser-label {
    left: 100px;
  }
}
@media (min-width: 767.98px) {
  .teaser-label {
    left: 160px;
  }
}
@media (min-width: 991.98px) {
  .teaser-label {
    left: 200px;
  }
}
@media (min-width: 1199.98px) {
  .teaser-label {
    left: 280px;
  }
}
.teaser-label.label-192 {
  padding-right: 45px;
  background: white url(../Images/icon-multinational.png) right 10px top 50% no-repeat;
  background-size: 31px 22px;
}

@media (max-width: 767.98px) {
  .teaserRow > div:nth-child(2n) .teaser-img-wrap {
    justify-content: flex-end;
  }
  .teaserRow > div:nth-child(2n) .teaser-img-wrap .teaser-label {
    left: auto;
    right: 160px;
  }
  .teaserRow > div:nth-child(2n) .teaser-text {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .teaserRow .teaserBlock {
    background: linear-gradient(to bottom, white 100px, #e5eef6 100px);
  }
}

@media (max-width: 991.98px) {
  .containerTeaser {
    width: 100% !important;
    max-width: 100% !important;
  }
  .containerTeaser .linkBlock {
    display: block;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.teaser-text {
  font-size: 1rem;
  line-height: 1.55;
  margin-top: 1.1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .teaser-text {
    display: none;
  }
}

.teaser_link_row {
  text-align: center;
}
@media (max-width: 575.98px) {
  .teaser_link_row {
    display: none;
  }
}

.map-img {
  width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.map-filter-select {
  font-family: "AtkinsonHyperlegible", sans-serif;
  font-size: 1rem;
  color: #343a40;
  border: 1px solid #171816;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.map-section-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #343a40;
}

.map-intro {
  font-size: 1rem;
  color: #343a40;
}

.filter-heading {
  font-size: 1.25rem;
  color: #343a40;
}

.feature-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  display: block;
}

.feature-heading {
  font-size: 1.875rem;
  color: #343a40;
}

.feature-text {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #343a40;
}

.detail-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: 4px solid #fff;
  display: block;
}
.detail-img.bg-blue {
  background-color: #005da9;
}

.detail-section h2 {
  font-size: 2rem;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #181818;
  margin-bottom: 1rem;
}
.detail-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: #181818;
}

.cta-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #343a40;
}

.cta-text {
  font-size: 1.1rem;
  color: #343a40;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  color: #343a40;
}

.fragen-intro {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #343a40;
  max-width: 760px;
}

.subheading {
  font-size: 1.75rem;
  color: #343a40;
}

.contact-portrait img {
  width: 170px;
  height: 195px;
  object-fit: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #fff;
}

.contact-card p {
  font-size: 0.95rem;
  line-height: 1.55;
}
.contact-card a {
  color: #000;
  text-decoration: underline;
}
.contact-card .email-wrap {
  word-break: break-all;
}

.address-section .teaserBlock .teaser-card {
  display: flex;
}
.address-section .teaserBlock .teaser-card .teaser-img-wrap {
  margin-bottom: 16px;
  padding-left: 20px;
}
.address-section .teaserBlock .teaser-card .innerTxt {
  margin-left: -220px;
  padding-left: 220px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: white;
  border-radius: 0 24px 24px 24px;
}
.address-section .teaserBlock .teaser-card .innerTxt p {
  margin-bottom: 0;
}
.address-section .teaserBlock .teaser-card .teaser-txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .address-section .teaserOuterBlock.frame-greybg {
    padding-bottom: 0;
    padding-top: 0;
    background-color: transparent;
  }
}
@media (max-width: 575.98px) {
  .address-section .teaserBlock .teaser-card {
    display: block;
    text-align: center;
  }
  .address-section .teaserBlock .teaser-card .teaser-img-wrap {
    margin-bottom: 0;
    padding-left: 0;
  }
  .address-section .teaserBlock .teaser-card .teaser-img-wrap picture {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .address-section h2 {
    padding-bottom: 20px;
  }
  .address-section .addressRow > div {
    margin-top: 0;
    padding-top: 20px;
    background: none;
  }
  .address-section .addressRow > div:nth-child(2n-1) {
    background: #e5eef6;
  }
  .address-section .addressRow > div:nth-child(2n) {
    padding-bottom: 0;
  }
  .address-section .addressRow > div .teaser-card .innerTxt {
    background-color: transparent;
  }
}

.addressRow.singleAddress {
  justify-content: center;
}

.address-block p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #343a40;
}
.address-block a {
  color: #343a40;
  text-decoration: underline;
}

.address-logo {
  height: 62px;
  width: auto;
}

.intro-text {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #181818;
  margin-bottom: 1.5rem;
}

.content-section h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.3rem);
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #181818;
  margin-bottom: 1.25rem;
}
.content-section p {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #181818;
}
.content-section ul {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #181818;
  padding-left: 1.5rem;
}
.content-section ul li {
  margin-bottom: 0.5rem;
}
.content-section .link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #005da9;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 0.5rem;
}
.content-section .link-more::before {
  content: "›";
  font-size: 1.25em;
  line-height: 1;
}
.content-section .link-more:hover {
  color: #004780;
}

.bfd-accordion {
  max-width: 910px;
  margin: 0 auto;
}
.bfd-accordion .accordion-item {
  border: 3px solid #005da9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: transparent;
}
.bfd-accordion .accordion-button {
  font-size: 1.375rem;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #005da9;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0.75rem 1.25rem;
}
.bfd-accordion .accordion-button:not(.collapsed) {
  background: #005da9;
  color: #fff;
}
.bfd-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.bfd-accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: 2px solid #005da9;
  outline-offset: -2px;
}
.bfd-accordion .accordion-body {
  background: #fff;
  padding: 1.25rem 1.5rem;
}
.bfd-accordion .accordion-step {
  margin-bottom: 1.5rem;
}
.bfd-accordion .accordion-step:last-child {
  margin-bottom: 0;
}
.bfd-accordion .accordion-step h4 {
  font-size: 1.0625rem;
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #181818;
  margin-bottom: 0.35rem;
}
.bfd-accordion .accordion-step p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #181818;
  margin-bottom: 0;
}

.testimonials-section h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-family: "AtkinsonHyperlegibleBold", sans-serif;
  color: #343a40;
  text-align: center;
  margin-bottom: 2.5rem;
}
.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
  width: 3rem;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .testimonials-section .carousel-control-prev,
  .testimonials-section .carousel-control-next {
    align-items: start;
    padding-top: 50px;
  }
}
.testimonials-section .carousel-control-prev-icon,
.testimonials-section .carousel-control-next-icon {
  width: 32px;
  height: 57px;
}
.testimonials-section .carousel-control-prev-icon {
  background-image: url(../Images/arrowPrev.svg);
}
.testimonials-section .carousel-control-next-icon {
  background-image: url(../Images/arrowNext.svg);
}

.testimonialInner {
  text-align: center;
}
@media (min-width: 991.98px) {
  .testimonialInner {
    display: flex;
    text-align: left;
  }
  .testimonialInner figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.testimonial-portrait {
  min-width: 160px;
  border-radius: 50%;
  border: 3px solid #005da9;
  display: block;
  aspect-ratio: 1;
  margin-right: 30px;
}
.testimonial-portrait img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .testimonial-portrait {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

.testimonial-quote {
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.55;
  color: #181818;
  margin-bottom: 0.75rem;
}

.testimonial-author {
  font-size: 1.0625rem;
  color: #181818;
}

/*# sourceMappingURL=custom.min.css.map */
