<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  -ms-overflow-x: hidden; }

#kununu:hover {
    background: url('/SWM/web.nsf/id/FA53C0FFB5C6AA79C12582120020FF58/$file/kununu_icon_hover.png');
    height: 37px;
    width: 100%;
    padding-left: 15px;
}

body {
  font-size: 2rem;
  color: #575d62;
  hyphens: auto; }

h1, h2, h3, h4, h5 {
  color: #000; }

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #006191; }

h2 {
  margin-top: 3.5rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.231;
  color: #0f2338; }
  h2 a {
    color: #20badf; }

h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #006191;
  margin-top: 3.5rem; }
  h3 a {
    color: #006191; }

h4 {
  font-size: 2.6rem;
  line-height: 1.23;
  font-weight: 700;
  color: #0f2338;
  margin-top: 3.5rem; }
  h4 a {
    color: #0f2338; }

p {
  margin-top: 3.5rem;
  margin-bottom: 0; }

img {
  width: 100%; }

table {
  width: 100%; }

.img-responsive {
  height: 100%; }

.object-fit-cover {
  object-fit: cover; }

.object-fit-contain {
  object-fit: contain; }

/* ANFANG: Bilderseitenverhältnis anpassen */
.aspect-ratio-box {
  position: relative;
  height: 0;
  overflow: hidden;
  background: white;
  width: 100%;
  /** the .aspect-ratio-box needs a padding-top in percent 
  * in percent to get a height.
  * e.g: padding-top: 63%; 
  */ }

.aspect-ratio-box--063 {
  padding-top: 63%; }

.aspect-ratio-box--0564 {
  padding-top: 56.4%; }

.aspect-ratio-box__inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flexbox-centering {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.maincontent ul, .pageteaser ul, .fazitbox ul {
  list-style: none !important;
  padding-left: 1.5em;
  padding-top: .75em; }
  .maincontent ul li:before, .pageteaser ul li:before, .fazitbox ul li:before {
    content: "\25AA";
    font-size: 3rem;
    line-height: 2rem;
    vertical-align: -.3rem;
    color: #006191;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
.maincontent ol, .pageteaser ol, .fazitbox ol {
  list-style: none;
  padding-left: 1.5em;
  padding-top: .75em;
  counter-reset: li; }
  .maincontent ol li, .pageteaser ol li, .fazitbox ol li {
    counter-increment: li; }
    .maincontent ol li::before, .pageteaser ol li::before, .fazitbox ol li::before {
      /* 
      place counter-elements in pseudo-class, 
      "." before counter because of rtl, 
      rtl because so text can overshoot the left side of the container 
      */
      content: "." counter(li);
      color: #006191;
      display: inline-block;
      width: 1em;
      margin-left: -1.5em;
      margin-right: .5em;
      text-align: right;
      direction: rtl; }
.maincontent .sm_lvl_one, .pageteaser .sm_lvl_one, .fazitbox .sm_lvl_one {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }
  
.social-media-list ol li:before {
  content: none;
  display: none; 
}

nav li:before {
  content: none;
  display: none; }

nav li:before, .tabbox__head:before, .nav li:before, .breadcrumb-item.li:before, .carousel-indicators li:before, #contentbuilderarea .carousel-indicators li:before {
  content: none;
  display: none; }

.flexbox-centering img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: contain; }

.image-fixer-for-IE {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* ende: bildseitenverhältnis anpassen */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
#contentbuilderarea .read-more,
.read-more {
  margin-top: 3rem;
  display: block;
  font-weight: 700;
  color: #20badf; }
  #contentbuilderarea .read-more:hover, #contentbuilderarea .read-more:focus,
  .read-more:hover,
  .read-more:focus {
    color: #20badf;
    text-decoration: underline; }

.arrow-list {
  list-style-type: none;
  padding: 0;
  margin-top: 2rem; }
  .arrow-list .arrow-list__listitem:before {
    content: "&gt;";
    font-weight: 700;
    color: #006191;
    margin-right: .5rem; }
  .arrow-list .arrow-list__listitem a {
    color: #000; }

.no-flex {
  display: block !important; }

.show-mobile {
  display: none !important; }
  @media screen and (max-width: 991.98px) {
    .show-mobile {
      display: flex !important; } }

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9b9c9e;
  z-index: 2000; }
  .back-to-top:hover {
    text-decoration: none; }
  .back-to-top .back-to-top__sign {
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    width: 1.8rem; }

/** DROPDOWNS SIGNS FOR NAVIGATION AND ACCORDIONS
*   Just add .dropdown-sign to button
*/
.dropdown-sign {
  display: flex !important;
  position: relative; }
  .dropdown-sign:hover, .dropdown-sign:focus {
    text-decoration: none; }
  .dropdown-sign:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    transition: all .3s; }
  #mainnav .navbar-collapse.show .active .dropdown-sign:after {
    content: url(Login_Pfeil_unten.png); }
  .navbar-collapse.show .show .dropdown-sign:after {
    transform: rotate(-180deg) translateY(50%); }
  @media screen and (min-device-width: 991.98px) {
    #mainnav .navbar-collapse.show .nav-item:hover .dropdown-sign:after {
      content: url(Login_Pfeil_unten.png); } }
  #mainnav .navbar-collapse.show .nav-item:focus .dropdown-sign:after {
    content: url(Login_Pfeil_unten.png); }
  .card :not(.collapsed).dropdown-sign:after {
    transform: rotate(-180deg) translateY(50%); }
  .dropdown-sign.select-arrow-active:after {
    transform: rotate(-180deg) translateY(50%); }

.lupe-icon {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(lupe.png) no-repeat;
  background-size: contain; }

.rotate {
  transform: rotate(-180deg); }

#contentbuilderarea .outline-btn,
.outline-btn,
.flockler-btn-load-more {
  border-width: 4px;
  border-radius: 0;
  border-style: solid;
  margin-top: 6rem;
  min-width: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: normal;
  line-height: 1.4; }

.flockler-btn-load-more {
  background-color: transparent !important; }

#contentbuilderarea .auswahl-button-wrapper,
.auswahl-button-wrapper {
  padding-top: 6rem; }
  #contentbuilderarea .auswahl-button-wrapper .outline-btn,
  .auswahl-button-wrapper .outline-btn {
    margin-top: 0; }

.auswahl-button-wrapper.col-lg-8 {
  margin-bottom: 6.5rem; }

div a.outline-btn {
  text-decoration: none; }
  div a.outline-btn:hover {
    text-decoration: none; }

#contentbuilderarea .outline-btn-blue-light,
.outline-btn-blue-light,
.flockler-btn-load-more {
  border-color: #20badf !important;
  color: #20badf !important; }
  #contentbuilderarea .outline-btn-blue-light:hover, #contentbuilderarea .outline-btn-blue-light:focus,
  .outline-btn-blue-light:hover,
  .outline-btn-blue-light:focus,
  .flockler-btn-load-more:hover,
  .flockler-btn-load-more:focus {
    background-color: #20badf !important;
    color: #fff !important; }

#contentbuilderarea .outline-btn-blue,
.outline-btn-blue {
  border-color: #006191 !important;
  color: #006191 !important; }
  #contentbuilderarea .outline-btn-blue:hover, #contentbuilderarea .outline-btn-blue:focus,
  .outline-btn-blue:hover,
  .outline-btn-blue:focus {
    background-color: #006191 !important;
    color: #fff !important; }

#contentbuilderarea .outline-btn-blue-dark,
.outline-btn-blue-dark {
  border-color: #0f2338 !important;
  color: #0f2338 !important; }
  #contentbuilderarea .outline-btn-blue-dark:hover, #contentbuilderarea .outline-btn-blue-dark:focus,
  .outline-btn-blue-dark:hover,
  .outline-btn-blue-dark:focus {
    background-color: #0f2338 !important;
    color: #fff !important; }

#contentbuilderarea .outline-btn-white,
.outline-btn-white {
  border-color: #fff !important;
  color: #fff !important; }
  #contentbuilderarea .outline-btn-white:hover, #contentbuilderarea .outline-btn-white:focus,
  .outline-btn-white:hover,
  .outline-btn-white:focus {
    background-color: #fff !important;
    color: #006191 !important; }

#contentbuilderarea .tabbox .outline-btn-white:hover, #contentbuilderarea .tabbox .outline-btn-white:focus,
.tabbox .outline-btn-white:hover,
.tabbox .outline-btn-white:focus {
  color: #20badf !important; }

#contentbuilderarea .infobox .outline-btn-white:hover, #contentbuilderarea .infobox .outline-btn-white:focus,
.infobox .outline-btn-white:hover,
.infobox .outline-btn-white:focus {
  color: #0f2338 !important; }

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#contentbuilderarea lt-highlighter {
  display: none !important; }

main a[data-toggle="lightbox"] {
  display: block; }
  main a[data-toggle="lightbox"] p {
    background-color: #F2F4F5;
    padding: .5rem; }

header {
  background: #F2F4F5;
  margin-top: 0; }

.login {
  background: #0f2338;
  padding-top: 7.4rem;
  padding-bottom: 4.35rem;
  position: absolute;
  top: -100%;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .login {
      padding-top: 3rem; } }
  .login.login--show {
    top: 0; }
  .login .login_innerwrapper {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 991.98px) {
      .login .login_innerwrapper {
        flex-direction: column; } }
    @media screen and (max-width: 575.98px) {
      .login .login_innerwrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    .login .login_innerwrapper &gt; * {
      width: 25%; }
      @media screen and (max-width: 991.98px) {
        .login .login_innerwrapper &gt; * {
          width: 100%; } }
  .login h2 {
    display: flex;
    margin-top: 0;
    align-items: center;
    height: calc(1.5em + 1.2rem + 2px);
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .login h2 {
        margin-bottom: 2rem; } }
  .login .form-group {
    position: relative;
    display: flex;
    padding-right: 1.5rem; }
    .login .form-group .form-control {
      background-clip: border-box;
      padding: 0.9rem 1.2rem;
      font-size: 1.6rem;
      height: auto;
      color: #0f2338; }
    @media screen and (max-width: 991.98px) {
      .login .form-group {
        padding-right: 0; } }
    .login .form-group label {
      position: absolute;
      top: 0;
      right: 2rem;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      margin: 0;
      padding-left: 1rem;
      pointer-events: none;
      font-size: 1.6rem; }
    .login .form-group input:focus + label,
    .login .form-group input:valid + label {
      align-items: flex-start;
      justify-content: flex-end;
      padding-top: .25rem;
      padding-right: .5rem;
      font-size: 1.1rem; }
    .login .form-group input:focus + label {
      animation: moveInFromTop .3s ease-out;
      animation-fill-mode: backwards; }
  .login .login-button {
    width: 100%;
    margin-top: 0;
    margin-bottom: .75rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.6rem; }
  .login .login_options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 991.98px) {
      .login .login_options {
        justify-content: flex-end; } }
    @media screen and (max-width: 767.98px) {
      .login .login_options {
        justify-content: space-between; } }
    .login .login_options a {
      display: block;
      padding: .5rem 0;
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #20badf; }
      @media screen and (max-width: 991.98px) {
        .login .login_options a {
          font-size: 1.4rem; } }
      .login .login_options a:first-of-type {
        margin-right: .5rem; }
        @media screen and (max-width: 991.98px) {
          .login .login_options a:first-of-type {
            margin-right: 2.5rem; } }
        @media screen and (max-width: 389.98px) {
          .login .login_options a:first-of-type {
            margin-right: 2rem; } }

@keyframes moveInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-2rem); }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
#header-nav {
  padding: 0; }
  #header-nav .navbar-nav {
    flex-direction: row;
    align-items: flex-start;
    width: 31rem; }
    @media screen and (max-width: 410px) {
      #header-nav .navbar-nav {
        width: 100%; } }
  #header-nav .nav-item {
    flex: 1;
    background-color: #fff;
    margin-right: .2rem; }
    #header-nav .nav-item:last-of-type {
      border: 0; }
  #header-nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3rem 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #545c60; }
    @media screen and (max-width: 991.98px) {
      #header-nav .nav-link {
        font-size: 1.7rem; } }
    #header-nav .nav-link:hover {
      background-color: #9b9c9e;
      color: #fff; }
  #header-nav [title="Login"],
  #header-nav [title="Logout"] {
    background-color: #0f2338;
    color: #fff; }
    #header-nav [title="Login"] .dropdown-sign,
    #header-nav [title="Logout"] .dropdown-sign {
      background: url(Login_Pfeil_unten.png);
      margin-left: .75rem;
      width: 1.5rem;
      height: .8rem; }

.logo-search {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.2rem;
  margin-bottom: 3.5rem;
  background: #F2F4F5; }
  @media screen and (max-width: 991.98px) {
    .logo-search {
      margin-bottom: 0rem;
      margin-top: 3.8rem; } }
  @media screen and (min-width: 992px) {
    .logo-search .suche-form__input-wrapper {
      width: 31rem; } }
  @media screen and (max-width: 991.98px) {
    .logo-search .suche-form__input-wrapper {
      margin-left: auto; } }
  .logo-search .suche-form__input-wrapper input {
    width: 100%;
    height: auto;
    padding: 1rem 1.2rem;
    border: 0;
    font-size: 1.6rem; }
  .logo-search .suche-form__input-wrapper #search-dropdown-btn {
    display: flex;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .logo-search .suche-form__input-wrapper #search-dropdown-btn {
        display: none; } }
  .logo-search .suche-form__input-wrapper .dropdown-menu {
    padding: 0;
    margin: 0;
    background: none;
    width: 100%;
    border: 0;
    background-color: #fff; }
    @media screen and (min-width: 992px) {
      .logo-search .suche-form__input-wrapper .dropdown-menu {
        top: 0;
        position: relative;
        display: block; } }
    .logo-search .suche-form__input-wrapper .dropdown-menu.show {
      top: calc(100% + 3.8rem) !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
      border: 1px solid #fff; }
      @media screen and (max-width: 767.98px) {
        .logo-search .suche-form__input-wrapper .dropdown-menu.show {
          top: calc(100% + 2.5rem) !important; } }
      @media screen and (max-width: 575.98px) {
        .logo-search .suche-form__input-wrapper .dropdown-menu.show {
          top: calc(100% + 1.2em) !important;
          margin-left: -15px;
          margin-right: -15px;
          width: calc(100% + 30px); } }
      .logo-search .suche-form__input-wrapper .dropdown-menu.show input {
        height: 5.5rem; }
    .logo-search .suche-form__input-wrapper .dropdown-menu .form-group {
      margin: 0; }
  .logo-search .suche-form__input-wrapper .suchen-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0; }
  .logo-search .navbar-toggler {
    display: none;
    border: 0;
    padding: 0;
    transition: all .3s;
    transform: rotate(0deg); }
    @media screen and (max-width: 991.98px) {
      .logo-search .navbar-toggler {
        margin-left: 1.5rem;
        display: block; } }
    .logo-search .navbar-toggler:active, .logo-search .navbar-toggler:hover, .logo-search .navbar-toggler:focus {
      outline-color: transparent; }
    .logo-search .navbar-toggler[aria-expanded="true"] {
      transform: rotate(90deg); }
    .logo-search .navbar-toggler .navbar-toggler-icon {
      display: block;
      color: #575d62;
      width: 2.4rem;
      height: 2.4rem; }
      .logo-search .navbar-toggler .navbar-toggler-icon:before {
        /* remove inline property-because 
        of inline spaces the element rotates not around its center */
        display: block;
        content: url(Burgermenue.png); }

@media screen and (max-width: 991.98px) {
  #logo {
    margin-bottom: 0rem; } }
#logo a {
  display: inline-block;
  margin-bottom: -1rem; }
  @media screen and (max-width: 575.98px) {
    #logo a {
      max-width: 20rem; } }
@media screen and (max-width: 767.98px) {
  #logo img {
    max-width: 25rem; } }
@media screen and (max-width: 440px) {
  #logo img {
    max-width: 22rem; } }

#mainnav {
  padding: 0;
  background-color: #F2F4F5; }
  @media screen and (min-width: 768px) {
    #mainnav {
      padding-bottom: 5.8rem; } }
  @media screen and (max-width: 767.98px) {
    #mainnav {
      padding-bottom: 2.5rem; } }
  @media screen and (max-width: 991.98px) {
    #mainnav .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  #mainnav &gt; .container &gt; .row {
    flex: 1; }
  @media screen and (max-width: 991.98px) {
    #mainnav &gt; .container &gt; .row &gt; .col {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (max-width: 991.98px) {
    #mainnav .navbar-collapse {
      margin-top: 2rem; } }
  #mainnav .navbar-nav {
    flex: 1; }
  #mainnav .nav-item {
    background-color: #fff;
    margin-left: .2rem; }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item {
        border-bottom: 1px solid #c6ccce; }
        #mainnav .nav-item:last-child {
          border-bottom: 0; } }
    #mainnav .nav-item:first-child {
      margin-right: 0; }
    #mainnav .nav-item:last-child {
      flex: 1; }
    @media screen and (min-device-width: 991.98px) {
      #mainnav .nav-item:hover &gt; a {
        background-color: #0f2338;
        color: #fff; } }
    #mainnav .nav-item.active &gt; a, #mainnav .nav-item.show &gt; a {
      background-color: #0f2338;
      color: #fff; }
    #mainnav .nav-item .dropdown-menu {
      border: 0;
      margin: 0;
      background-color: #0f2338; }
      @media screen and (max-width: 991.98px) {
        #mainnav .nav-item .dropdown-menu {
          background-color: transparent; } }
      @media screen and (max-width: 991.98px) {
        #mainnav .nav-item .dropdown-menu .container {
          margin: 0; } }
      #mainnav .nav-item .dropdown-menu .dropdown-item {
        display: flex;
        width: auto;
        padding: 0 1.5rem 0 1rem;
        margin-left: .5rem; }
        #mainnav .nav-item .dropdown-menu .dropdown-item:last-child {
          border: 0; }
        #mainnav .nav-item .dropdown-menu .dropdown-item:hover {
          background-color: transparent; }
        #mainnav .nav-item .dropdown-menu .dropdown-item a {
          display: block;
          font-size: 1.6rem;
          line-height: 1;
          letter-spacing: .04rem;
          padding: 2.1rem 0;
          color: #fff;
          text-align: end; }
          #mainnav .nav-item .dropdown-menu .dropdown-item a:hover {
            color: #fff; }
    #mainnav .nav-item.active {
      position: static; }
      @media screen and (max-width: 991.98px) {
        #mainnav .nav-item.active {
          position: relative; } }
      #mainnav .nav-item.active .dropdown-menu {
        position: absolute;
        display: block;
        width: 100vw;
        padding: 0;
        left: calc(50% + .8rem);
        top: 100%;
        margin-left: -50vw;
        background-clip: border-box; }
        @media screen and (max-width: 991.98px) {
          #mainnav .nav-item.active .dropdown-menu:not(.show) {
            display: none; } }
        #mainnav .nav-item.active .dropdown-menu .dropdown-item.active {
          background: none; }
          #mainnav .nav-item.active .dropdown-menu .dropdown-item.active a {
            text-decoration: underline; }
      #mainnav .nav-item.active .col {
        display: flex; }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show {
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #545c60;
        /* 
        * reset all bootstrap paddings and margins 
        * because of white border on top of every nav-item 
        */ }
        #mainnav .nav-item .dropdown-menu.show * {
          padding-left: 0;
          padding-right: 0;
          margin-left: 0;
          margin-right: 0; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show .dropdown-item {
        border-right: 0;
        margin: 0;
        padding: 0; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show .dropdown-item a {
        border-top: 1px solid #fff;
        padding: 1.5rem 0 1.5rem 1.5rem;
        display: block;
        width: 100%;
        color: #fff;
        text-align: left; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show .col {
        display: block; } }
  #mainnav .nav-link {
    display: flex;
    font-size: 1.6rem;
    letter-spacing: .04rem;
    padding: 1rem 1.5rem 1rem 1.5rem; }
    #mainnav .nav-link.dropdown-toggle:after {
      border: 0; }
    #mainnav .nav-link .link-to-overview {
      width: 90%; }
  #mainnav .dropdown-arrow-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-right: -1.5rem; }
    @media screen and (min-width: 992px) {
      #mainnav .dropdown-arrow-wrapper {
        display: none; } }
  #mainnav .dropdown-sign:after {
    content: url(Login_Pfeil_unten_grau.png); }
  #mainnav .dropdown-sign {
    transition: .3s all; }
  @media screen and (max-width: 991.98px) {
    #mainnav .show &gt; .nav-link .dropdown-sign:after {
      content: url(Login_Pfeil_unten.png); } }

.slider-wrapper {
  padding-top: 4.5rem;
  background: #f5f4f4; }

#fdi-mobile-banner {
  display: none; }

@media screen and (max-width: 768px) {
  #home-carousel {
    display: none !important; }

  #fdi-mobile-banner {
    display: block;
    position: relative; }

  .fdi-mobile-banner-wrapper {
    display: block;
    height: 100%; }

  #fdi-mobile-banner img {
    display: block;
    height: 200px;
    object-fit: cover; }

  #fdi-mobile-banner .textelements {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60%;
    padding-top: 40px; }

  #fdi-mobile-banner .textelements a {
    display: block; }

  #fdi-mobile-banner .textelements h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 400; }

  #fdi-mobile-banner .textelements .subtitel {
    color: #fff;
    font-size: 15px;
    font-weight: 700; }

  #fdi-mobile-banner .textelements p {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px; } }
@media screen and (max-width: 575.98px) {
  #contentbuilderarea .container {
    width: auto; } }
#contentbuilderarea .slider-wrapper .row {
  padding: 0; }
#contentbuilderarea .carousel-caption {
  transform: none; }

#banner .image-slideshow img {
  width: 100%; }

#contentbuilderarea .row .carousel-item img {
  margin: 0; }

#home-carousel .carousel-inner {
  height: 0;
  padding-top: 37.6%; }
  @media screen and (max-width: 768px) {
    #home-carousel .carousel-inner {
      padding-top: 45%; } }
  @media screen and (max-width: 420px) {
    #home-carousel .carousel-inner {
      padding-top: 55%; } }
#home-carousel .carousel-item.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #20badf; }
@media screen and (max-width: 768px) {
  #home-carousel img {
    display: none !important; } }

.carousel-caption {
  text-align: left;
  position: absolute;
  padding: 30px;
  padding-top: 50px;
  top: 35px;
  right: 35px;
  left: auto;
  width: 270px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .carousel-caption {
      background: none !important;
      top: 0;
      right: 0;
      padding-top: 5vw;
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .carousel-caption {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -60%);
      bottom: auto;
      padding: 0;
      padding-top: 1.2rem;
      width: 70%;
      margin: auto; } }
  @media screen and (max-width: 575.98px) {
    .carousel-caption {
      width: 80%; } }
  .carousel-caption h1, .carousel-caption h2, .carousel-caption p {
    color: #0f2338; }
    @media screen and (max-width: 768px) {
      .carousel-caption h1, .carousel-caption h2, .carousel-caption p {
        color: #fff; } }
  @media screen and (max-width: 768px) {
    .carousel-caption h1 {
      font-size: 3rem; } }
  .carousel-caption h2 {
    margin-top: 2rem; }
    @media screen and (max-width: 768px) {
      .carousel-caption h2 {
        font-size: 1.8rem;
        margin-top: 1.2rem;
        visibility: hidden; } }
  .carousel-caption p {
    font-size: 1.8rem;
    margin-top: 1.5rem; }
    .carousel-caption p:hover {
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .carousel-caption p {
        font-size: 1.8rem;
        margin-top: 1.2rem; } }
    @media screen and (max-width: 420px) {
      .carousel-caption p {
        font-size: 1.6rem;
        margin-top: .5rem; } }

/* diverse anpassungen */
@media screen and (max-width: 991px) {
  #archiv_content thead {
    display: none; }

  .pageteaser__img {
    display: none; } }
#downloadtable {
  font-family: Calibri, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

.breadcrumb-container {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .breadcrumb-container {
      display: none; } }
  .breadcrumb-container .breadcrumb__prefix {
    color: #545c60;
    font-size: 1.2rem; }
  .breadcrumb-container .breadcrumb {
    margin: 0; }
  .breadcrumb-container .breadcrumb-item {
    display: block;
    font-size: 1.2rem;
    color: #20badf; }
    .breadcrumb-container .breadcrumb-item a {
      color: #20badf; }

.bzg-dropdown {
  background-color: #006191;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 991.98px) {
    .bzg-dropdown {
      padding-top: 3rem; } }
  .bzg-dropdown .breadcrumb-container {
    margin-top: 0; }
  .bzg-dropdown .breadcrumb__prefix {
    color: #fff; }
  .bzg-dropdown h2 {
    margin-top: 0;
    font-weight: 400;
    color: #fff;
    height: 4.2rem;
    display: flex;
    align-items: center;
    flex: 0 0 35%; }

.bzg-dropdown__content {
  width: 55%;
  margin: auto; }
  @media screen and (max-width: 767.98px) {
    .bzg-dropdown__content {
      width: 70%; } }
  @media screen and (max-width: 575.98px) {
    .bzg-dropdown__content {
      width: 80%; } }

.bzg-dropdown__select-wrapper {
  display: flex;
  justify-content: center;
  align-content: flex-end; }
  @media screen and (max-width: 991.98px) {
    .bzg-dropdown__select-wrapper {
      display: block; } }
  .bzg-dropdown__select-wrapper .auswahl-button {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.6rem;
    margin-top: 0; }
    @media screen and (max-width: 991.98px) {
      .bzg-dropdown__select-wrapper .auswahl-button {
        margin-left: 0;
        margin-top: 1.5rem; } }

/* The container must be positioned relative: */
.bzg-dropdown__select {
  position: relative;
  font-family: Arial;
  flex: 0 0 70%; }
  @media screen and (max-width: 991.98px) {
    .bzg-dropdown__select {
      margin-top: 2rem; } }

.bzg-dropdown__select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: #fff;
  background-clip: border-box;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  height: auto; }

/* Style the pseudo-elemnt(arrow) inside the select element: */
.select-selected:after {
  content: url(Login_Pfeil_unten_blau.png); }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #006191;
  font-size: 1.6rem;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  top: calc(100% -1px);
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2); }
  .select-items &gt; div {
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
    background-color: #f5f4f4;
    color: #006191; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #e9e7e7; }

.pagination__wrapper {
  margin-top: 9.5rem; }

@media screen and (max-width: 768px) {
  .pagination-page {
    margin-top: 2.5rem; } }
.pagination-page .pagination {
  margin: 0; }

.pagination {
  padding: 0; }
  .pagination .page-item {
    list-style: none;
    margin-right: .4rem; }
    .pagination .page-item:active, .pagination .page-item:hover, .pagination .page-item:focus {
      text-decoration: underline; }
    .pagination .page-item .page-link {
      font-size: 1.2rem;
      font-weight: 900;
      border: 0;
      color: #545c60;
      padding: .3rem 2.5rem .3rem 0; }
    .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link {
      color: #006191;
      background-color: transparent;
      text-decoration: underline; }

body {
  padding: 0 !important; }

.content-wrapper {
  margin-bottom: 8.5rem; }
  .content-wrapper .image-slideshow {
    margin-top: 9.5rem; }
    .content-wrapper .image-slideshow:first-child {
      margin-top: 0; }
  .content-wrapper #banner .image-slideshow {
    margin-top: 0; }
  .content-wrapper #contentbuilderarea p a {
    color: #20badf !important; }
  .content-wrapper #contentbuilderarea .image-slideshow {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .content-wrapper #contentbuilderarea .carousel-indicators {
    bottom: 3.9rem; }
  .content-wrapper #contentbuilderarea .carousel-caption {
    position: static;
    padding: 0;
    padding-top: 1.7rem;
    width: auto;
    height: 4.5rem; }
    .content-wrapper #contentbuilderarea .carousel-caption p {
      font-size: 1.4rem;
      margin: 0;
      color: #545c60; }
  .content-wrapper #contentbuilderarea .carousel-control-prev {
    width: 40%;
    left: -2.8rem;
    bottom: 4.5rem;
    opacity: 0.8;
    transition: all .3s; }
    @media screen and (max-width: 575.98px) {
      .content-wrapper #contentbuilderarea .carousel-control-prev {
        left: .5rem; } }
    .content-wrapper #contentbuilderarea .carousel-control-prev:hover {
      opacity: 1;
      transform: scale(1.05); }
  .content-wrapper #contentbuilderarea .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(Slider-Pfeil.png) !important;
    height: 24px;
    width: 12px; }
  .content-wrapper #contentbuilderarea .carousel-control-next {
    width: 40%;
    right: -2.8rem;
    bottom: 4.5rem;
    opacity: 0.8;
    transition: all .3s; }
    @media screen and (max-width: 575.98px) {
      .content-wrapper #contentbuilderarea .carousel-control-next {
        right: .5rem; } }
    .content-wrapper #contentbuilderarea .carousel-control-next:hover {
      opacity: 1;
      transform: scale(1.05); }
  .content-wrapper #contentbuilderarea .carousel-control-next-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    background-image: url(Slider-Pfeil.png) !important;
    height: 24px;
    width: 12px; }
  .content-wrapper a {
    color: #20badf; }
  @media screen and (max-width: 991.98px) {
    .content-wrapper {
      margin-bottom: 4rem; } }
  .content-wrapper .headline-box {
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto; }
    .content-wrapper .headline-box &gt; * {
      margin-bottom: 0;
      font-weight: 400; }
  .content-wrapper .headline-box__teaser {
    margin-top: 3.5rem;
    font-weight: 700;
    text-transform: none; }
  .content-wrapper .maincontent {
    margin-top: 5rem;
    width: 100%; }
  .content-wrapper .maincontent__textwrapper &gt; p:first-child {
    margin-top: 0; }
  .content-wrapper #fullwidth_content [id^="txt"]:first-child p:first-child {
    margin-top: 0; }
  .content-wrapper .maincontent__img {
    margin-top: 3.5rem;
    margin-bottom: 6.5rem; }
  .content-wrapper .members {
    margin-top: 3rem; }
    .content-wrapper .members p {
      margin: 0; }
    .content-wrapper .members .members__list {
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
      padding-top: 2rem; }
    .content-wrapper .members .members__member {
      width: 50%;
      padding: .75rem 0 3.5rem;
      border-bottom: 1px solid #9b9c9e; }
      @media screen and (max-width: 575.98px) {
        .content-wrapper .members .members__member {
          width: 100%; } }

.eventlist {
  margin-top: 4rem; }
  .eventlist:first-of-type {
    margin-top: 2.5rem; }

.event-table__wrapper {
  margin-top: 4rem; }
  .event-table__wrapper .event-table {
    border-spacing: .2rem;
    border-collapse: separate; }
  .event-table__wrapper .event-table__head {
    color: #575d62; }
  .event-table__wrapper .event-table__th {
    background-color: #E2E5E8;
    padding: .5rem; }
    @media screen and (max-width: 498.98px) {
      .event-table__wrapper .event-table__th {
        display: block; } }
  .event-table__wrapper .event-table__th--date {
    min-width: 9rem; }
  .event-table__wrapper .event-table__date,
  .event-table__wrapper .event-table__event {
    vertical-align: top;
    padding: 0; }
    @media screen and (max-width: 498.98px) {
      .event-table__wrapper .event-table__date,
      .event-table__wrapper .event-table__event {
        display: block; } }
    .event-table__wrapper .event-table__date span,
    .event-table__wrapper .event-table__event span {
      display: block;
      padding: .5rem;
      background-color: #F2F4F5; }
    .event-table__wrapper .event-table__date p,
    .event-table__wrapper .event-table__event p {
      padding: .5rem; }
  .event-table__wrapper .event-table__date {
    text-align: center; }
    @media screen and (max-width: 498.98px) {
      .event-table__wrapper .event-table__date {
        text-align: left; }
        .event-table__wrapper .event-table__date span {
          border-top: 1px solid #E2E5E8; } }
  .event-table__wrapper .event-table__event span a {
    font-weight: 700;
    color: #000; }
  @media screen and (max-width: 498.98px) {
    .event-table__wrapper .event-table__event span {
      background-color: transparent; } }

.bordered-list .bordered-list__ul {
  padding: 0;
  list-style-type: none; }
.bordered-list .bordered-list__listelement {
  display: flex;
  border-bottom: 1px solid #9b9c9e;
  padding: .75rem 0; }
.bordered-list .bordered-list__date {
  width: 14rem; }
.bordered-list .bordered-list__event {
  flex: 1; }

.employees {
  margin-top: 4rem; }
  .employees .employees__list {
    margin-top: 2rem;
    border-top: 1px solid #9b9c9e;
    padding: .5rem 0 0;
    list-style-type: none; }
  .employees .employees__member {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
  .employees .employees__img {
    width: 35%; }
    @media screen and (max-width: 479.98px) {
      .employees .employees__img {
        display: none; } }
    .employees .employees__img a {
      position: relative;
      display: block;
      height: 100%;
      color: #575d62;
      overflow: hidden; }
      .employees .employees__img a img {
        object-position: 50% 50%;
        width: 100%;
        object-fit: cover; }
  .employees .employees__data {
    flex: 1;
    margin-left: 1.5rem;
    padding: 1.5rem;
    background-color: #E2E5E8; }
    @media screen and (max-width: 479.98px) {
      .employees .employees__data {
        margin-left: 0; } }
    .employees .employees__data h3 {
      font-size: 1.8rem;
      font-weight: 700; }
    .employees .employees__data h2 {
      margin-bottom: 0.5rem;
      font-size: 1.6rem;
      font-weight: 700;
      color: #575d62; }
    .employees .employees__data a {
      color: #575d62; }

.phone-link {
  display: block; }

.accordion {
  margin-top: 3.5rem;
  margin-bottom: 6rem; }

#contentbuilderarea .card .card-header h3 {
  font-size: 1.6rem; }
#contentbuilderarea .card .card-header button {
  border-radius: 0; }
.card .card-header {
  padding: 0;
  background-color: transparent; }
  .card .card-header h3 {
    margin: 0; }
  .card .card-header .btn-link {
    padding: 1rem 4rem 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    background-color: #006191;
    text-align: left;
    width: 100%; }
    .card .card-header .btn-link:not(.collapsed) {
      background-color: #0f2338; }
  .card .card-header:hover, .card .card-header:focus, .card .card-header:active {
    background-color: #004668; }
.card .btn-link {
  color: #fff;
  font-weight: 700;
  letter-spacing: .06rem;
  padding: 0; }
.card .dropdown-sign:after {
  content: url(Login_Pfeil_unten.png); }
.card .card-body {
  padding: 3rem 3.5rem 3rem 1.5rem;
  background-color: #f5f4f4; }

.contact-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.5rem;
  justify-content: space-around; }
  .contact-card__wrapper.team-page {
    justify-content: space-between; }
  p + .contact-card__wrapper {
    margin-bottom: 6.5rem;
    margin-top: 3.5rem; }
  [id^="txt"]:last-child .contact-card__wrapper {
    margin-bottom: 0; }
  .contact-card__wrapper .contact-card {
    width: 48%;
    max-width: 31rem;
    min-width: 26rem;
    margin: 0;
    margin-bottom: 2rem;
    padding: 2rem 2rem 2.5rem;
    background-color: #F2F4F5; }
    @media screen and (max-width: 767.98px) {
      .contact-card__wrapper .contact-card {
        margin-left: auto;
        margin-right: auto; } }
  .contact-card__wrapper .contact-card__person {
    color: #545c60;
    font-size: 1.4rem; }
  .contact-card__wrapper .contact-card__img-wrapper a {
    display: block;
    width: 60%;
    max-width: 18rem; }
  .contact-card__wrapper .contact-card__img-wrapper img {
    height: 10rem;
    object-fit: cover; }
  .contact-card__wrapper .contact-card__name {
    margin-top: 2.5rem; }
    .contact-card__wrapper .contact-card__name .name {
      color: #0f2338;
      margin: 0; }
    .contact-card__wrapper .contact-card__name .position {
      font-weight: 400;
      font-size: 1.4rem;
      margin: 0;
      line-height: 2.1rem; }
  .contact-card__wrapper .contact-card__data {
    margin-top: 2.6rem; }
    .contact-card__wrapper .contact-card__data .phone {
      font-size: 1.4rem;
      color: #575d62; }
    .contact-card__wrapper .contact-card__data .phone__number {
      display: flex;
      align-items: center;
      margin-top: .5rem; }
      .contact-card__wrapper .contact-card__data .phone__number:before {
        content: url(icon-phone.png);
        margin-right: .75rem; }
    .contact-card__wrapper .contact-card__data .phone__faxnumber {
      margin-top: 1rem;
      display: flex;
      align-items: center; }
      .contact-card__wrapper .contact-card__data .phone__faxnumber:before {
        content: url(icon-fax.png);
        margin-right: .75rem; }
    .contact-card__wrapper .contact-card__data .emailIcon {
      margin-top: 3rem; }
      .contact-card__wrapper .contact-card__data .emailIcon a {
        color: #545c60;
        display: flex;
        align-items: center; }
      .contact-card__wrapper .contact-card__data .emailIcon .icon-briefumschlag {
        display: inline-block;
        background: url(Icon_Briefumschlag.png);
        width: 2rem;
        height: 1.5rem;
        background-size: contain;
        margin-right: .75rem; }

.contact-member-form .form-group {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767.68px) {
    .contact-member-form .form-group {
      display: block; } }
  .contact-member-form .form-group label {
    min-width: 15rem;
    margin: 0; }
  .contact-member-form .form-group input:hover, .contact-member-form .form-group input:focus, .contact-member-form .form-group input:active,
  .contact-member-form .form-group select:hover,
  .contact-member-form .form-group select:focus,
  .contact-member-form .form-group select:active,
  .contact-member-form .form-group textarea:hover,
  .contact-member-form .form-group textarea:focus,
  .contact-member-form .form-group textarea:active {
    border-color: #006191; }
  .contact-member-form .form-group textarea {
    width: 100%;
    height: 10rem; }
  .contact-member-form .form-group.data-protection {
    justify-content: space-between;
    align-items: flex-start; }
    .contact-member-form .form-group.data-protection input {
      margin: .8rem 2rem 0 auto;
      align-self: flex-start; }
    .contact-member-form .form-group.data-protection small {
      width: calc(100% - 15rem); }
  .contact-member-form .form-group.column-right {
    margin-top: 2rem; }
    .contact-member-form .form-group.column-right &gt; * {
      width: calc(100% - 15rem);
      margin-left: auto; }
.contact-member-form .register-for {
  display: flex; }
  .contact-member-form .register-for .form-group__outer-wrap {
    margin-top: .5rem; }
    .contact-member-form .register-for .form-group__outer-wrap .form-group {
      margin-bottom: .5rem; }
    .contact-member-form .register-for .form-group__outer-wrap [type="radio"] {
      margin-right: 1rem; }
.contact-member-form [type="submit"],
.contact-member-form [type="submit"] + small {
  margin-left: 15rem;
  margin-top: 1.5rem; }
  @media screen and (max-width: 767.98px) {
    .contact-member-form [type="submit"],
    .contact-member-form [type="submit"] + small {
      margin-left: 0; } }
.contact-member-form .register-for .form-text {
  min-width: 15rem; }

.dsgvo {
  margin-top: 4rem;
  border-top: 1px solid #9b9c9e;
  padding-top: 1rem; }

.captcha {
  margin-top: 2rem; }
  @media screen and (max-width: 767.98px) {
    .captcha img {
      display: block;
      margin: 1rem 0; } }

#wrap_karte {
  margin-left: -4rem; }
  @media screen and (max-width: 767.98px) {
    #wrap_karte {
      display: none; } }

.netzwerkgrafik-wrapper {
  display: flex; }
  @media screen and (max-width: 767.98px) {
    .netzwerkgrafik-wrapper {
      display: none; } }
  .netzwerkgrafik-wrapper .netzwerkgrafik-wrapper__inner {
    flex: 1; }
    .netzwerkgrafik-wrapper .netzwerkgrafik-wrapper__inner img,
    .netzwerkgrafik-wrapper .netzwerkgrafik-wrapper__inner map {
      width: 100%;
      height: auto; }

.partners {
  margin-top: 4rem; }
  .partners .partners__list {
    margin-top: 2rem;
    padding: .5rem 0 0;
    list-style-type: none; }
  .partners .partners__member {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #9b9c9e; }
    .partners .partners__member:last-of-type {
      border: 0; }
    @media screen and (max-width: 767.98px) {
      .partners .partners__member {
        display: block;
        margin-bottom: 3rem; } }
  .partners .partners__img {
    width: 30%; }
    @media screen and (max-width: 479.98px) {
      .partners .partners__img {
        display: none; } }
    .partners .partners__img a {
      position: relative;
      color: #575d62;
      overflow: hidden;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media screen and (max-width: 767.98px) {
        .partners .partners__img a {
          margin-bottom: 1rem; } }
      .partners .partners__img a img {
        object-position: 50% 50%;
        width: 100%; }
  .partners .partners__subhead {
    font-weight: 700; }
  .partners .partners__data {
    flex: 1;
    margin-left: 1.5rem;
    padding: 0 1.5rem; }
    @media screen and (max-width: 767.98px) {
      .partners .partners__data {
        margin-left: 0;
        padding: 0; } }
    .partners .partners__data h2 {
      margin-bottom: 0.5rem;
      font-size: 1.6rem;
      font-weight: 700;
      color: #575d62; }
    .partners .partners__data a {
      color: #575d62; }
    .partners .partners__data p {
      margin: 0; }

.fazitbox,
.infobox {
  margin-top: 9.5rem; }

#contentbuilderarea .fazitbox,
#contentbuilderarea .infobox,
#fullwidth_content .fazitbox,
#fullwidth_content .infobox {
  margin-top: 3.5rem;
  margin-bottom: 6.5rem; }

.fazitbox__inner-wrapper,
.infobox__inner-wrapper {
  padding: 3rem 3rem 4rem; }

.infobox__inner-wrapper {
  padding-top: 4rem;
  position: relative; }
  .infobox__inner-wrapper:before {
    content: "";
    position: absolute;
    top: .7rem;
    left: .5rem;
    width: 0;
    height: 0;
    z-index: 100;
    border-left: .71rem solid transparent;
    border-right: .71rem solid transparent;
    border-bottom: 0.71rem solid #20badf;
    transform-origin: 75% 50%;
    transform: rotate(-45deg); }
  #flyout #toc_container.infobox__inner-wrapper::before {
    border: 0; }

.fazitbox__inner-wrapper {
  border-bottom: 0.6rem solid #006191;
  background-color: #f5f4f4;
  color: #006191; }

.infobox__inner-wrapper {
  border-bottom: 0.6rem solid #20badf;
  background-color: #0f2338;
  color: #fff; }
  @media screen and (max-width: 767.98px) {
    .infobox__inner-wrapper {
      display: block; } }

.fazitbox__ellipsis-wrapper {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 2rem; }
  .fazitbox__ellipsis-wrapper p {
    margin: 0;
    line-height: 2rem; }
  .fazitbox__ellipsis-wrapper .ellipsis-sign {
    display: inline;
    margin: 0 .25rem; }
    .fazitbox__ellipsis-wrapper .ellipsis-sign:before {
      content: "\2026";
      vertical-align: .4rem;
      line-height: 1rem; }

.fazitbox__headline,
.infobox__headline {
  margin-top: 0;
  font-weight: 400; }

.fazitbox__headline {
  color: #006191; }

.infobox__headline {
  color: #fff; }

.infobox__img {
  margin-top: 3.5rem; }
  @media screen and (max-width: 767.98px) {
    .infobox__img {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 575.98px) {
    .infobox__img {
      max-width: 100%; } }
  .infobox__img img {
    width: 100%;
    object-fit: contain; }

.infobox__textwrapper {
  width: 100%; }
  @media screen and (max-width: 767.98px) {
    .infobox__textwrapper {
      width: auto;
      max-width: 80%;
      margin: auto;
      margin-top: 3.5rem; } }
  @media screen and (max-width: 575.98px) {
    .infobox__textwrapper {
      max-width: 100%; } }
  .infobox__textwrapper a {
    color: #fff;
    text-decoration: underline; }
    .infobox__textwrapper a:hover {
      color: #20badf; }
  .infobox__textwrapper #contentbuilderarea .infobox li a {
    color: #fff; }
    .infobox__textwrapper #contentbuilderarea .infobox li a:hover {
      color: #20badf; }

.infobox__headline {
  margin-top: 0; }

.subtitle_colored {
  display: flex;
  background: #f5f4f4;
  padding: 1rem 1.5rem;
  font-size: 1.4rem; }
  .subtitle_colored .lupe-icon {
    width: 1.5rem;
    height: 1.5rem; }
  .subtitle_colored p {
    margin: 0; }
  .subtitle_colored a {
    margin-left: auto; }

.quote {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }
  #contentbuilderarea .quote {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .quote blockquote {
    color: #e4032e;
    font-size: 2.6rem;
    line-height: 1.25;
    font-style: italic;
    text-align: center; }
    .quote blockquote .quote__author {
      display: block;
      margin-top: 1.5rem;
      font-size: 1.4rem;
      font-weight: 400;
      font-style: normal; }

.twitter-tweet {
  margin-top: 3rem !important;
  margin-left: auto;
  margin-right: auto; }

[mi24-video-player] {
  margin-top: 3rem;
  padding-bottom: .1rem; }

.lightbox {
  margin-top: 9.5rem; }

[class*="icon ion"] {
  color: #20badf; }

/* Contentbuilder */
#contentbuilderarea {
  margin-left: -1rem;
  margin-right: -1rem; }
  #contentbuilderarea h3 {
    font-size: 2rem; }

#contentbuilderarea div.checkmarkBox, #contentbuilderarea .shadow-1 {
  margin-left: -5px;
  margin-right: -25px; }

.achievement {
  color: #20badf; }

[class*="cb_"] {
  margin-top: 9.5rem; }
  [class*="cb_"]:first-child {
    margin-top: 0; }
  [class*="cb_"] h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #0f2338 !important; }

.cb_headline-coptext h2 {
  color: #20badf !important; }

.cb_copytext {
  margin-top: 0; }

#fullwidth_content h2 {
  font-size: 2rem !important;
  line-height: 1.4;
  color: #20badf; }
#fullwidth_content &gt; :first-child h2:first-child {
  margin-top: 0; }
#fullwidth_content #txt1 &gt; p:first-child {
  margin-top: 0; }

#contentbuilderarea .row:first-child .column.full:first-child p:first-child {
  margin-top: 0; }
#contentbuilderarea h2 {
  font-size: 2rem !important;
  line-height: 1.4;
  color: #20badf; }
#contentbuilderarea :first-child h2 {
  margin-top: 0; }
#contentbuilderarea .cb_headline-coptext, #contentbuilderarea .cb_copytext, #contentbuilderarea .cb_h3-copytext {
  margin-top: 0; }
  #contentbuilderarea .cb_headline-coptext.row, #contentbuilderarea .cb_copytext.row, #contentbuilderarea .cb_h3-copytext.row {
    display: block; }
    #contentbuilderarea .cb_headline-coptext.row.clearfix:before, #contentbuilderarea .cb_headline-coptext.row.clearfix:after, #contentbuilderarea .cb_copytext.row.clearfix:before, #contentbuilderarea .cb_copytext.row.clearfix:after, #contentbuilderarea .cb_h3-copytext.row.clearfix:before, #contentbuilderarea .cb_h3-copytext.row.clearfix:after {
      display: block; }
    #contentbuilderarea .cb_headline-coptext.row .column, #contentbuilderarea .cb_copytext.row .column, #contentbuilderarea .cb_h3-copytext.row .column {
      float: none; }
    #contentbuilderarea .cb_headline-coptext.row h2, #contentbuilderarea .cb_copytext.row h2, #contentbuilderarea .cb_h3-copytext.row h2 {
      margin-top: 3.5rem; }
    #contentbuilderarea .cb_headline-coptext.row:first-child h2, #contentbuilderarea .cb_copytext.row:first-child h2, #contentbuilderarea .cb_h3-copytext.row:first-child h2 {
      margin-top: 0; }
#contentbuilderarea .cb_img + .cb_headline-coptext p:first-child {
  margin-top: 0; }
#contentbuilderarea .cb_img, #contentbuilderarea .cb_infobox2, #contentbuilderarea .fullwidth-element, #contentbuilderarea .fullwidth-img {
  margin-top: 3.5rem;
  margin-bottom: 6.5rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 575.98px) {
    #contentbuilderarea .cb_img, #contentbuilderarea .cb_infobox2, #contentbuilderarea .fullwidth-element, #contentbuilderarea .fullwidth-img {
      margin-left: 0;
      margin-right: 0; }
      #contentbuilderarea .cb_img .column.full, #contentbuilderarea .cb_infobox2 .column.full, #contentbuilderarea .fullwidth-element .column.full, #contentbuilderarea .fullwidth-img .column.full {
        padding-left: 0;
        padding-right: 0; } }
  #contentbuilderarea .cb_img .column img, #contentbuilderarea .cb_infobox2 .column img, #contentbuilderarea .fullwidth-element .column img, #contentbuilderarea .fullwidth-img .column img {
    margin-top: 0;
    margin-bottom: 0; }
#contentbuilderarea .cb_infobox2 {
  width: 100vw;
  margin-top: 3.5rem;
  background-color: #f5f4f4;
  padding: 4.5rem 0; }
  @media screen and (max-width: 640px) {
    #contentbuilderarea .cb_infobox2 {
      padding-left: 15px;
      padding-right: 15px; } }
  #contentbuilderarea .cb_infobox2 h2 {
    color: #0f2338; }
  #contentbuilderarea .cb_infobox2 .column.half:first-child {
    padding-right: 1.5rem; }
    @media screen and (max-width: 767.98px) {
      #contentbuilderarea .cb_infobox2 .column.half:first-child {
        width: 100%;
        padding: 0; } }
  #contentbuilderarea .cb_infobox2 .column.half:last-child {
    padding-left: 1.5rem; }
    @media screen and (max-width: 767.98px) {
      #contentbuilderarea .cb_infobox2 .column.half:last-child {
        margin-top: 3rem;
        width: 100%;
        padding: 0; } }
  @media screen and (max-width: 767.98px) {
    #contentbuilderarea .cb_infobox2 .column.half {
      float: none; } }
  @media screen and (max-width: 640px) {
    #contentbuilderarea .cb_infobox2 .column.half {
      width: 100%; } }
  #contentbuilderarea .cb_infobox2 .column.half div:last-child {
    margin-bottom: 0 !important; }
#contentbuilderarea .column.full {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
#contentbuilderarea .shadow-1 {
  box-shadow: none; }
#contentbuilderarea [class*="ion-ios"] {
  color: #20badf; }

.cb_checkmarkBox {
  padding: 3rem; }

.column.full h2.default {
  margin-top: 6.5rem; }

[name="_kontaktform"] {
  width: 100%; }

.fotostrecke {
  margin-bottom: 3.5rem; }

.pretty-embed {
  margin-top: 3.5rem;
  margin-bottom: 6.5rem; }
  .pretty-embed img {
    margin: 0; }
  .pretty-embed .play {
    margin-bottom: 6.5rem; }

#contentbuilderarea .pretty-embed img {
  margin: 0; }

.suchergebnisse a {
  overflow-wrap: break-word;
  word-wrap: break-word; }

#authentication-failure-message,
#authorization-failure-message,
#general-error-message {
  width: 100%; }

.flockler-grid-item__profile__avatar {
  margin-right: 15px !important; }
  .flockler-grid-item__profile__avatar img {
    margin: 0 !important; }

.flockler-grid-item__media--image {
  background: #000 !important; }
  .flockler-grid-item__media--image img {
    top: 50%;
    transform: translateY(-50%);
    height: auto !important;
    width: 100% !important;
    margin: 0 !important; }

.flockler-container-1-spaltig .flockler-posts {
  max-width: none !important;
  width: 100%; }
.flockler-container-1-spaltig article {
  position: relative !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.flockler-container-2-spaltig .flockler-posts {
  max-width: none !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 576px) {
    .flockler-container-2-spaltig .flockler-posts {
      display: block;
      flex-wrap: nowrap; } }
.flockler-container-2-spaltig article {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  max-width: none !important;
  width: 49% !important;
  width: calc(50% - 7.5px) !important; }
  @media screen and (max-width: 576px) {
    .flockler-container-2-spaltig article {
      width: 100% !important; } }
.flockler-container-2-spaltig .flockler-wall-item__content {
  height: calc(100% - 12px) !important; }

.flockler-wall-item__title-link {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  color: #006191 !important;
  margin-top: 3.5rem !important; }

.pageteaser {
  margin-top: 6.5rem; }
  .pageteaser.pageteaser-timeline .nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    border: 0;
    justify-content: space-between; }
    .pageteaser.pageteaser-timeline .nav-tabs li {
      flex: 1; }
      .pageteaser.pageteaser-timeline .nav-tabs li a {
        display: block;
        padding: 1.3rem 2rem;
        font-size: 1.6rem;
        color: #545c60;
        background: #F2F4F5;
        border-top: .5rem solid transparent;
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-bottom: 0.5rem solid #E2E5E8;
        border-width: 0 0 .5rem 0; }
        .pageteaser.pageteaser-timeline .nav-tabs li a:hover {
          text-decoration: none;
          color: #20badf; }
        .pageteaser.pageteaser-timeline .nav-tabs li a.active {
          color: #20badf;
          background: #fff;
          border-top: 0.5rem solid #E2E5E8;
          border-left: 0.5rem solid #E2E5E8;
          border-right: 0.5rem solid #E2E5E8;
          border-bottom: .5rem solid transparent;
          border-width: .5rem .5rem 0px .5rem; }
          .pageteaser.pageteaser-timeline .nav-tabs li a.active .level-out {
            padding-top: 0;
            padding-bottom: .5rem;
            padding-left: 0; }
        .pageteaser.pageteaser-timeline .nav-tabs li a .level-out {
          display: inline-block;
          padding-top: .5rem;
          padding-left: .5rem; }
        .pageteaser.pageteaser-timeline .nav-tabs li a .fab {
          margin-right: 10px; }
          .pageteaser.pageteaser-timeline .nav-tabs li a .fab:hover {
            color: #20badf; }
      .pageteaser.pageteaser-timeline .nav-tabs li:before {
        content: none; }
  .pageteaser.pageteaser-timeline .tab-content {
    border: 0.5rem solid #E2E5E8;
    border-top: 0;
    height: 600px;
    overflow: scroll; }
    @media screen and (max-width: 400px) {
      .pageteaser.pageteaser-timeline .tab-content {
        height: 400px; } }
  .pageteaser.pageteaser-timeline .tab-pane {
    padding: 3.5rem 2.5rem; }
    @media screen and (max-width: 400px) {
      .pageteaser.pageteaser-timeline .tab-pane#fb-timeline {
        padding-left: 0;
        padding-right: 0; } }
  .pageteaser.pageteaser-timeline #twitter-timeline {
    text-align: center; }
  .pageteaser.pageteaser-timeline .fb-timeline__innerwrapper {
    max-width: 50rem;
    width: 90%;
    margin: auto; }
  .pagination__wrapper + .pageteaser {
    margin-top: 3rem; }

.pageteaser__content--with-img {
  margin-top: 2.5rem; }

.pageteaser__date {
  color: #006191;
  margin-top: 0;
  margin-bottom: -1rem; }

.width-100 {
  flex: 1 !important;
  max-width: 100%; }

.pageteaser__stretcher {
  padding-left: 0;
  padding-right: 0; }

#contentbuilderarea .pageteaser__headline,
.pageteaser__headline {
  color: #0f2338;
  font-size: 2.6rem !important;
  font-weight: 700;
  margin-top: 0; }
  .pageteaser__date + #contentbuilderarea .pageteaser__headline, .pageteaser__headline {
    margin-top: 3rem; }
  #contentbuilderarea .pageteaser__headline:hover,
  .pageteaser__headline:hover {
    color: #0f2338; }
  #contentbuilderarea .pageteaser__headline a,
  .pageteaser__headline a {
    color: #0f2338; }
    #contentbuilderarea .pageteaser__headline a:hover,
    .pageteaser__headline a:hover {
      color: #0f2338; }
  #contentbuilderarea .pageteaser__headline + p,
  .pageteaser__headline + p {
    margin-top: 3rem; }

.tabbox {
  margin-top: 8rem;
  background-color: #20badf; }
  .tabbox .nav-tabs {
    display: flex;
    border: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 575.98px) {
      .tabbox .nav-tabs {
        flex-wrap: wrap; } }

.tabbox__head {
  position: relative;
  flex: 1;
  font-size: 1.6rem;
  background-color: #0f2338; }
  @media screen and (max-width: 575.98px) {
    .tabbox__head {
      flex: 1; } }
  .tabbox__head a {
    color: #fff;
    display: block;
    padding: 1.3rem 0 1.3rem 1.6rem;
    margin-right: .4rem; }
    .tabbox__head a.active {
      background-color: #20badf; }
  .tabbox__head:last-child a {
    margin: 0; }

.tabbox__contentbox.active {
  display: flex;
  padding: 4.5rem 5rem 3.5rem 5rem; }
  @media screen and (max-width: 767.98px) {
    .tabbox__contentbox.active {
      flex-direction: column-reverse; } }

.tabbox__headline {
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 2.6rem; }
  .tabbox__headline + .row.mt-3 .img-fluid, .tabbox__headline + .row.mt-3 p {
    margin-top: 2rem; }

.tabbox__textbox p {
  color: #fff; }
.tabbox__textbox .auswahl-button-wrapper {
  width: 21rem;
  margin: 0 auto; }
.tabbox__textbox .auswahl-button {
  width: 100%; }

.tabbox__img {
  min-width: 17rem;
  margin-left: 1.5rem; }
  @media screen and (max-width: 767.98px) {
    .tabbox__img {
      margin-left: 0;
      margin-bottom: 1.5rem; } }

.tabbox-accordion {
  margin-top: 9.5rem; }
  .tabbox-accordion .nav-tabs {
    justify-content: space-between;
    border: 0;
    margin-bottom: 2.5rem; }

.tabbox-accordion__head a {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #545c60; }
.tabbox-accordion__head.active a {
  color: #006191;
  text-decoration: underline; }

.card-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6rem; }
  .card-box .col-lg-4 {
    display: flex; }

.card-box__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #f5f4f4;
  margin-top: 3rem; }

.card-box__picture {
  height: 20rem;
  overflow: hidden; }
  .card-box__picture img {
    height: 100%;
    object-fit: cover; }

.card-box__text {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 2.5rem 2.5rem;
  font-size: 1.8rem;
  -moz-hyphens: auto;
  hyphens: auto; }
  .card-box__text h2 {
    margin-top: 0;
    color: #545c60;
    font-weight: 400;
    font-size: 2.6rem; }
    .card-box__text h2 a {
      color: #545c60; }

.card-box__button {
  margin-top: auto; }
  .card-box__button a {
    margin-top: 5.5rem;
    padding: .6rem 3rem;
    font-size: 1.6rem; }

/* this CSS-Code transforms a bootstrap-tabbox to an accordion 
*  if html is corresponding
*/
.responsive-tabbox .card {
  border: 0;
  width: 100%; }
.responsive-tabbox .card-title {
  color: #fff; }
@media (min-width: 768px) {
  .responsive-tabbox .card-header {
    display: none; }
  .responsive-tabbox .responsive-tabbox__card-body {
    height: auto; }
    .responsive-tabbox .responsive-tabbox__card-body.collapse {
      display: block; } }
@media (max-width: 767px) {
  .responsive-tabbox.tabbox .tabbox__contentbox.active {
    padding: 0; }
  .responsive-tabbox.tabbox .tabbox__contentbox .btn-link {
    background-color: #0f2338;
    padding-left: 2rem;
    text-align: left; }
    .responsive-tabbox.tabbox .tabbox__contentbox .btn-link:not(.collapsed) {
      background-color: #20badf; }
  .responsive-tabbox .responsive-tabbox__card-body {
    padding: 4rem 2.5rem 4.5rem; }
  .responsive-tabbox .auswahl-button-wrapper {
    width: 100%; }
  .responsive-tabbox .tab-content .tab-pane {
    display: block; }
  .responsive-tabbox .nav-tabs {
    display: none; }
  .responsive-tabbox .card-title button {
    display: block; } }

.teaser-banner {
  background-color: #f5f4f4; }
  .teaser-banner .carousel-item__inner-wrapper {
    align-items: center;
    padding: 6rem 8rem;
    justify-content: center; }
    .teaser-banner .carousel-item__inner-wrapper p, .teaser-banner .carousel-item__inner-wrapper h2 {
      color: #006191; }
    .teaser-banner .carousel-item__inner-wrapper p {
      font-size: 1.6rem;
      margin: 0;
      text-align: center; }
    .teaser-banner .carousel-item__inner-wrapper h2 {
      font-size: 2.6rem;
      font-weight: 400;
      margin-top: 1.5rem;
      text-align: center; }

.teaser-banner-weiss {
  background-color: #fff; }
  .teaser-banner-weiss .carousel-item__inner-wrapper {
    padding: 6rem 0;
    justify-content: center; }
    .teaser-banner-weiss .carousel-item__inner-wrapper p, .teaser-banner-weiss .carousel-item__inner-wrapper h2 {
      color: #006191; }
    .teaser-banner-weiss .carousel-item__inner-wrapper p {
      font-size: 1.6rem;
      margin: 0; }
    .teaser-banner-weiss .carousel-item__inner-wrapper h2 {
      font-size: 2.6rem;
      font-weight: 400;
      margin-top: 1.5rem; }
  .teaser-banner-weiss .container, .teaser-banner-weiss .row {
    height: 100%; }

.teaser-banner, .teaser-banner-weiss {
  height: 35rem;
  margin: 3.5rem -1.5rem 0;
  display: flex;
  flex-direction: column; }
  .teaser-banner .teaser-banner__control, .teaser-banner-weiss .teaser-banner__control {
    background-color: #006191; }
  .teaser-banner .carousel-inner, .teaser-banner-weiss .carousel-inner {
    flex: 1; }
  .teaser-banner .carousel-item, .teaser-banner-weiss .carousel-item {
    height: 100%; }
  .teaser-banner .read-more, .teaser-banner-weiss .read-more {
    color: #006191; }
  .teaser-banner .carousel-item__inner-wrapper, .teaser-banner-weiss .carousel-item__inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media screen and (max-width: 540px) {
      .teaser-banner .carousel-item__inner-wrapper, .teaser-banner-weiss .carousel-item__inner-wrapper {
        padding: 4rem 6rem 6rem; } }
    .teaser-banner .carousel-item__inner-wrapper p, .teaser-banner-weiss .carousel-item__inner-wrapper p {
      color: #006191; }

/*
.carousel-control-prev-icon {
  // change the backgroundcolor of the svg-img via fill="%23+hex
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006191' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  // change the backgroundcolor of the svg-img via fill="%23+hex
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006191' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
*/
#toc_container ol {
  list-style: none; }
#toc_container #toc_page &gt; li:first-child {
  margin-top: 0; }
#toc_container &gt; ol {
  padding-left: 0;
  padding-top: .25em; }
  #toc_container &gt; ol &gt; li {
    margin-top: 2.5rem; }
    #toc_container &gt; ol &gt; li:before {
      content: none; }
    #toc_container &gt; ol &gt; li a {
      color: #20badf; }
      #toc_container &gt; ol &gt; li a:hover {
        text-decoration: underline; }
    #toc_container &gt; ol &gt; li &gt; ol {
      padding-left: 2rem;
      padding-bottom: 2rem; }
      #toc_container &gt; ol &gt; li &gt; ol li {
        margin-top: 0;
        padding-top: 1.75rem; }
        #toc_container &gt; ol &gt; li &gt; ol li:before {
          color: #fff; }
        #toc_container &gt; ol &gt; li &gt; ol li a {
          color: #fff; }
          #toc_container &gt; ol &gt; li &gt; ol li a:hover {
            color: #fff;
            text-decoration: underline; }
    #toc_container &gt; ol &gt; li:last-child {
      padding-bottom: .75rem; }
#toc_container h2 {
  margin-top: 0; }
#toc_container a {
  text-decoration: none; }

#flyout {
  position: fixed;
  top: 23rem;
  right: 0;
  z-index: 1000;
  color: #fff; }
  @media screen and (max-width: 786px) {
    #flyout {
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      bottom: 0;
      height: 5rem;
      width: 100vw; } }
  #flyout .infobox {
    margin: 0; }
    @media screen and (max-width: 786px) {
      #flyout .infobox {
        height: 100%; } }
  #flyout .dropdown-menu {
    padding: 0;
    border: 0;
    margin: 0; }
    #flyout .dropdown-menu .infobox__inner-wrapper {
      background: #0f2338;
      overflow-y: auto;
      height: 100%;
      scrollbar-color: #20badf #0f2338;
      scrollbar-width: thin;
      min-width: 48rem;
      margin-right: -.5rem;
      /* width */
      /* Track */
      /* Handle */ }
      @media screen and (max-width: 786px) {
        #flyout .dropdown-menu .infobox__inner-wrapper {
          margin: 0;
          min-width: auto; } }
      @media screen and (max-width: 575.98px) {
        #flyout .dropdown-menu .infobox__inner-wrapper {
          font-size: 1.6rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      #flyout .dropdown-menu .infobox__inner-wrapper::-webkit-scrollbar {
        width: .5rem; }
      #flyout .dropdown-menu .infobox__inner-wrapper::-webkit-scrollbar-track {
        background: #0f2338; }
      #flyout .dropdown-menu .infobox__inner-wrapper::-webkit-scrollbar-thumb {
        background: #20badf; }
    #flyout .dropdown-menu.show {
      position: fixed;
      top: 27rem;
      bottom: 5.5rem;
      right: 5rem; }
      @media screen and (max-width: 768px) {
        #flyout .dropdown-menu.show {
          top: 0;
          bottom: 5rem;
          right: 0;
          left: 0;
          width: auto; } }
    @media screen and (max-width: 1300px) {
      #flyout .dropdown-menu {
        width: 50vw; } }
    @media screen and (max-width: 1000px) {
      #flyout .dropdown-menu {
        width: 70vw; } }
    @media screen and (max-width: 700px) {
      #flyout .dropdown-menu {
        width: 100vw; } }

.dropdown-toggle::after {
  content: none !important; }

#flyoutContentButton {
  font-family: Kievit, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: fixed;
  top: 23rem;
  right: 0;
  z-index: 2000;
  height: 4rem;
  background: #0f2338;
  padding-left: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  padding: .5rem 2rem .5rem;
  border: 0;
  text-align: left;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  width: 22rem; }
  @media screen and (max-width: 768px) {
    #flyoutContentButton {
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      height: 5rem;
      transform: rotate(0deg);
      width: 100%; } }
  #flyoutContentButton:hover, #flyoutContentButton:active, #flyoutContentButton:focus {
    border: 0;
    outline: none; }
  #flyoutContentButton .dropdown-sign {
    content: url(Login_Pfeil_unten.png); }
  #flyoutContentButton .dropdown-sign, #flyoutContentButton .fas {
    position: absolute;
    right: 1rem;
    top: 50%;
    transition: .3s all;
    transform: rotate(-180deg) translateY(50%); }
    .show #flyoutContentButton .dropdown-sign, #flyoutContentButton .fas {
      transform: rotate(0); }
    @media screen and (max-width: 768px) {
      #flyoutContentButton .dropdown-sign, #flyoutContentButton .fas {
        margin-right: 6rem; } }

#bezgrp_links {
  margin-top: 1.5rem; }
  #bezgrp_links .karte-wrapper {
    display: flex;
    margin-top: .5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #c6ccce;
    background-color: #F2F4F5; }
    @media screen and (max-width: 991.98px) {
      #bezgrp_links .karte-wrapper {
        display: none; } }
  #bezgrp_links #karte_bezgrp {
    width: 26.5rem;
    height: 30rem;
    background: #f2f4f5 url(sidebar_sprite.png) no-repeat 0 0; }
  #bezgrp_links ul {
    background-color: #F2F4F5;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 1rem;
    list-style: none; }
    @media screen and (max-width: 991.98px) {
      #bezgrp_links ul {
        border-top: 1px solid #c6ccce;
        margin-top: .5rem; } }
    #bezgrp_links ul li {
      border-bottom: 1px solid #c6ccce; }
      #bezgrp_links ul li a {
        margin-left: 2rem;
        line-height: 2.6rem; }

#upcoming_events {
  margin-top: 1.5rem; }
  #upcoming_events .eventdate {
    background-color: #E2E5E8;
    margin: -2rem -2rem 2rem -2rem;
    padding: .3rem 2rem;
    border-top: 1px solid #c6ccce; }


 .sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -120px;
}
@media screen and (max-width: 767px) {
  .sprung {
    margin: -100px;
  }
}


footer {
  margin-top: 7rem; }
  footer .social-m {
    background-color: #f5f4f4;
    padding: 2.65rem 0; }
  footer .social-m__icons {
    display: flex;
    justify-content: center; }
  footer [class*="fa-"] {
    font-size: 3.7rem;
    color: #0f2338;
    margin: 0 1.5rem; }
    footer [class*="fa-"]:hover {
      color: #20badf; }
  footer .category__outerwrapper {
    background-color: #0f2338;
    padding: 5.5rem 0 6.5rem 0; }
  footer .category__innerwrapper {
    display: flex;
    flex-wrap: wrap; }
  footer .category {
    margin-right: 3rem; }
    @media screen and (max-width: 991.98px) {
      footer .category {
        width: 100%;
        margin-bottom: 2rem; } }
    footer .category p {
      font-size: 1.6rem;
      color: #545c60;
      margin-bottom: .7rem; }
  footer a {
    font-size: 1.6rem;
    display: block;
    color: #fff; }
    footer a:hover {
      color: #fff; }

.fullwidth-four0four {
  flex-direction: column;
  align-items: stretch;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(calc(-50% + 15px));
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px; }

.fullwidth-four0four__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .fullwidth-four0four__inner {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .fullwidth-four0four__inner {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .fullwidth-four0four__inner {
      max-width: 990px; } }
  @media (min-width: 1200px) {
    .fullwidth-four0four__inner {
      max-width: 990px; } }

.fullwidth-box {
  background-color: #f5f4f4; }

.four0four {
  padding: 50px 0; }

.four0four_headline-box img {
  max-width: 500px; }

.four0four_headline-box p {
  margin-top: 20px;
  color: #fff;
  font-size: 22px; }

.four0four__img-container {
  max-width: 750px;
  margin: 90px auto 0; }

.four0four__img-container img {
  width: 100%; }

.color-404 {
  background: #bd8bd3; }

.color-404__CTAs {
  background: #0f2338; }
  @media (max-width: 991px) {
    .color-404__CTAs .col-lg-4 {
      margin-top: 50px; } }

.four0four__explanation-text {
  color: #fff;
  padding-right: 20px; }
  .four0four__explanation-text ol {
    padding-left: 18px;
    margin-top: 1rem; }

.four0four__CTA a {
  width: 100%;
  margin: 0 0 30px 0 !important; }

body.hide-CookieBot {
  overflow: visible !important; }
  body.hide-CookieBot #CybotCookiebotDialog, body.hide-CookieBot #CybotCookiebotDialogBodyUnderlay {
    /*display: none !important;*/ }

/*################################*/
/* ===== Cookiebot Settings ===== */
/*################################*/
#CybotCookiebotDialog {
  border: 10px solid #0f2338 !important;
  border-radius: 0px !important;
  transform-origin: 50% 0 !important; }

#CybotCookiebotDialogBodyContentTitle {
  color: #0f2338 !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #006191 !important;
	border-color: #006191 !important;
	color: #fff !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background-color: #006191 !important;
	border-color: #006191 !important;
	color: #fff !important;
}

#CybotCookiebotDialogBodyButtonDecline {
	background-color: #006191 !important;
	border-color: #006191 !important;
	color: #fff !important;
}


@media screen and (max-width: 565px) and (min-width: 500px) {
  a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    font-size: 16px !important; } }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important; }



#CybotCookiebotDialog,
#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
  font-family: Arial, sans-serif !important; }

.text_ohne_medium .show-more-cookie-settings-wrapper {
  display: none; }

.show-more-cookie-settings {
  border: 1px solid #0f2338;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px !important;
  flex: 1;
  margin: 0 8px !important;
  padding: 1px 4px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  height: 40px !important;
  margin-bottom: 8px !important;
  color: #0f2338 !important; }
  @media screen and (max-width: 565px) and (min-width: 500px) {
    .show-more-cookie-settings {
      font-size: 16px !important; } }
	  
p.cookiebot_info{
   margin-bottom: 30px !important;
   margin-top: 0;
}

@media print {
  #banner,
  #header-nav,
  .suche-form__input-wrapper,
  #banner + .bzg-dropdown,
  #main .tabbox.responsive-tabbox,
  .pageteaser-timeline,
  .social-m__icons,
  .category__innerwrapper a,
  .bzg-dropdown,
  .carousel {
    display: none !important; }

  article,
  .media,
  img {
    display: block;
    page-break-after: auto !important;
    page-break-before: auto !important; }

  .media,
  img {
    display: block;
    page-break-inside: avoid !important; }

  #fullwidth_content,
  #fullwidth_content *,
  #contentbuilderarea,
  .column.full {
    page-break-inside: auto !important; }

  article * {
    page-break-inside: avoid !important; }

  .container,
  .col-12,
  .row,
  .main,
  .content-wrapper {
    display: block !important; } }

/*# sourceMappingURL=styles.css.map */

/*** embed.ruvaca.cookiebot ***/
div.privacy-embed {
	position: relative;
}
div.privacy-text-container {
	background-color: #fcfcfc;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	background-size: cover;
	background: linear-gradient(to top left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) calc(50% - 0.8px), #ccc 50%, rgba(204, 204, 204, 0) calc(50% + 0.8px), rgba(204, 204, 204, 0) 100%), linear-gradient(to top right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) calc(50% - 0.8px), #ccc 50%, rgba(204, 204, 204, 0) calc(50% + 0.8px), rgba(204, 204, 204, 0) 100%)
}
div.privacy-text-container p {
	vertical-align: middle;
	text-align: center;
	background-color: #f5f5f5;
	padding: 15px;
	margin: 0 15px;
	width: 100%;
	z-index: 10
}
/*** end / embed.ruvaca.cookiebot ***/



#adblocker-window {
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	background: #f1f1f1;
	box-shadow: 2px 2px 14px 2px #121212;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 10px;
	text-align: center;	
	display: none;
	border: 10px solid #0f2338 !important;
	border-radius: 0px !important;
}
#adblocker-c2a{
	font-size:20px;
	color: #ffffff !important;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #0f2338 !important;
	display: inline-block;
	border-radius: 4px !important;
	margin-top: 10px;
}

#popup-window {
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	background: #f1f1f1;
	box-shadow: 2px 2px 14px 2px #121212;
	position: fixed;
	z-index: 9999;
	padding: 10px;
	text-align: center;	
	display: block;
	border: 10px solid #0f2338 !important;
	border-radius: 0px !important;
	bottom: 10px !important;
	left: 10px;
}
#popup-c2a{
	font-size:16px;
	color: #ffffff !important;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #0f2338 !important;
	display: inline-block;
	border-radius: 4px !important;
	margin-top: 10px;
}

/* 404 not found */
#lightpop_logo{
/*	content: url("SWM/medien.nsf/gfx/med_SWEB-CDQEBY_39B535/$file/BGM_Banner_10Jahre_klein.png"); */
	overflow: auto; 
	top: 8%; 
	right: auto; 
	position: fixed; 
} 

@media (max-width: 1299px) {
#lightpop_logo{
	left: 56.5%;
}
}

@media (min-width: 1300px) and (max-width: 1699px) {
#lightpop_logo{
	left: 57.5%;
}
}

@media (min-width: 1670px){
#lightpop_logo{
	left: 58% !important;
}
}

@media (max-width: 800px){
.lightpop{
left: 2% }
}


</pre></body></html>