@charset "UTF-8";
body {
  font-size: 1.6rem;
  color: #575d62;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  color: #000; }

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; }

.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) */
.squarepoint-list__anker {
  display: block; }
  .squarepoint-list__anker a {
    color: #000; }
    .squarepoint-list__anker a:before {
      content: "";
      display: inline-block;
      width: .7rem;
      height: .7rem;
      background: #00628B;
      margin-right: .5rem; }
  .squarepoint-list__anker.squarepoint-list__anker--bold a {
    font-weight: 700; }

ul.squarepoint-list {
  list-style: square; }
.squarepoint-list .squarepoint-list--border {
  border-top: 1px solid #9b9c9e; }
.squarepoint-list .squarepoint-list__anker {
  border-bottom: 1px solid #9b9c9e;
  padding: .2rem 0; }

.arrow-list {
  list-style-type: none;
  padding: 0;
  margin-top: 2rem; }
  .arrow-list .arrow-list__listitem:before {
    content: ">";
    font-weight: 700;
    color: #00628B;
    margin-right: .5rem; }
  .arrow-list .arrow-list__listitem a {
    color: #000; }

.arrow-link {
  color: #000;
  margin-left: 1rem; }
  .arrow-link:before {
    content: ">";
    font-style: normal;
    font-weight: 700;
    color: #00628B;
    margin-right: .5rem; }

.extern-link {
  color: #000; }
  .extern-link:hover, .extern-link:focus, .extern-link:active {
    color: #575d62; }
  .extern-link:before {
    content: url(icon_external.png);
    display: inline-block;
    margin: 0 .4rem 0 .5rem; }

.no-flex {
  display: block !important; }

.headline-background {
  display: flex;
  align-items: stretch;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .headline-background:before {
    content: "";
    display: inline-block;
    height: 2.3rem;
    margin-right: .3rem;
    background-color: #c6ccce; }
  .headline-background span {
    display: inline-block;
    padding: .2rem .5rem;
    background: #8e989f;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .04rem; }

.go-to-link {
  font-weight: 700;
  color: #000; }
  .go-to-link:hover, .go-to-link:focus {
    color: #575d62; }
  .go-to-link:before {
    content: ">";
    margin-right: .3rem; }

.show-mobile {
  display: none !important; }
  @media screen and (max-width: 991.98px) {
    .show-mobile {
      display: flex !important; } }

/** DROPDOWNS SIGNS FOR NAVIGATION AND ACCORDIONS
*   Just add .dropdown-sign to button
*/
.dropdown-sign {
  display: flex;
  width: 100%; }
  .dropdown-sign:hover, .dropdown-sign:focus {
    text-decoration: none; }
  .dropdown-sign:after {
    display: block; }
  .card :not(.collapsed).dropdown-sign:after {
    transform: rotate(-90deg); }

.rotate {
  transform: rotate(-180deg); }

body {
  font-size: 1.6rem;
  color: #575d62; }

h1, h2, h3, h4, h5 {
  color: #000; }

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; }

.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) */
.squarepoint-list__anker {
  display: block; }
  .squarepoint-list__anker a {
    color: #000; }
    .squarepoint-list__anker a:before {
      content: "";
      display: inline-block;
      width: .7rem;
      height: .7rem;
      background: #00628B;
      margin-right: .5rem; }
  .squarepoint-list__anker.squarepoint-list__anker--bold a {
    font-weight: 700; }

ul.squarepoint-list {
  list-style: square; }
.squarepoint-list .squarepoint-list--border {
  border-top: 1px solid #9b9c9e; }
.squarepoint-list .squarepoint-list__anker {
  border-bottom: 1px solid #9b9c9e;
  padding: .2rem 0; }

.arrow-list {
  list-style-type: none;
  padding: 0;
  margin-top: 2rem; }
  .arrow-list .arrow-list__listitem:before {
    content: ">";
    font-weight: 700;
    color: #00628B;
    margin-right: .5rem; }
  .arrow-list .arrow-list__listitem a {
    color: #000; }

.arrow-link {
  color: #000;
  margin-left: 1rem; }
  .arrow-link:before {
    content: ">";
    font-style: normal;
    font-weight: 700;
    color: #00628B;
    margin-right: .5rem; }

.extern-link {
  color: #000; }
  .extern-link:hover, .extern-link:focus, .extern-link:active {
    color: #575d62; }
  .extern-link:before {
    content: url(icon_external.png);
    display: inline-block;
    margin: 0 .4rem 0 .5rem; }

.no-flex {
  display: block !important; }

.headline-background {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .headline-background:before {
    content: "";
    display: inline-block;
    height: 2.3rem;
    width: 2.3rem;
    margin-right: .3rem;
    background-color: #c6ccce; }
  .headline-background span {
    display: inline-block;
    padding: .2rem .5rem;
    background: #8e989f;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .04rem; }

.go-to-link {
  font-weight: 700;
  color: #000; }
  .go-to-link:hover, .go-to-link:focus {
    color: #575d62; }
  .go-to-link:before {
    content: ">";
    margin-right: .3rem; }

.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; }
    .back-to-top .back-to-top__sign img {
      width: 100%; }

/** DROPDOWNS SIGNS FOR NAVIGATION AND ACCORDIONS
*   Just add .dropdown-sign to button
*/
.dropdown-sign {
  display: flex;
  width: 100%; }
  .dropdown-sign:hover, .dropdown-sign:focus {
    text-decoration: none; }
  .dropdown-sign:after {
    display: block; }
  .card :not(.collapsed).dropdown-sign:after {
    transform: rotate(-90deg); }

.rotate {
  transform: rotate(-180deg); }

main a[data-toggle="lightbox"] {
  display: block; }
  main a[data-toggle="lightbox"] p {
    background-color: #F2F4F5;
    padding: .5rem; }

header {
  background: #F2F4F5;
  margin-top: 0;
  max-height: 100vh; }

.login {
  background: #c6ccce;
  padding: 2rem;
  position: absolute;
  top: -100%;
  right: 0;
  left: 0; }
  .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; } }
    .login .login_innerwrapper > * {
      width: 25%; }
      @media screen and (max-width: 991.98px) {
        .login .login_innerwrapper > * {
          width: 100%; } }
  .login h2 {
    display: flex;
    align-items: center;
    height: calc(1.5em + 1.2rem + 2px);
    font-weight: 500;
    font-size: 1.6rem; }
  .login .form-group {
    position: relative;
    display: flex;
    padding-right: 2rem; }
    @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; }
    .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 input {
    width: 100%;
    margin-bottom: .75rem; }
  .login .login_options {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 991.98px) {
      .login .login_options {
        border-top: 1px solid #fff;
        margin-top: 1rem;
        padding-top: 1rem; } }
    .login .login_options a {
      display: block;
      padding: .5rem 0;
      font-size: 1.2rem;
      line-height: 1.2rem; }
      @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; }
  #header-nav .nav-item {
    background-color: #E2E5E8;
    border-right: 1px solid #9b9c9e; }
    #header-nav .nav-item:last-of-type {
      border: 0; }
  #header-nav .nav-link {
    padding: 0;
    font-size: 1.4rem;
    line-height: .8;
    color: #575d62;
    padding: .95rem 2rem; }
    @media screen and (max-width: 991.98px) {
      #header-nav .nav-link {
        padding: .75rem 1.6rem;
        font-size: 1.2rem; } }
    #header-nav .nav-link:hover {
      background-color: #9b9c9e;
      color: #fff; }
  #header-nav [title="Login"],
  #header-nav [title="Logout"] {
    background-color: #c6ccce; }
    #header-nav [title="Login"] .fas,
    #header-nav [title="Logout"] .fas {
      font-size: 1.1rem;
      margin-left: 1rem; }

.logo-search {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #F2F4F5; }
  @media screen and (max-width: 991.98px) {
    .logo-search {
      margin-bottom: 0rem; } }
  @media screen and (max-width: 575.98px) {
    .logo-search {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 992px) {
    .logo-search .suche-form__input-wrapper {
      width: 25.2rem; } }
  @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%;
    padding: .2rem 1.2rem;
    border: 0; }
  .logo-search .suche-form__input-wrapper #search-dropdown-btn {
    display: flex; }
    @media screen and (min-width: 992px) {
      .logo-search .suche-form__input-wrapper #search-dropdown-btn {
        display: none; } }
    .logo-search .suche-form__input-wrapper #search-dropdown-btn i {
      font-size: 1.8rem;
      color: #575d62; }
  .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 {
        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.3em) !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: 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: .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[aria-expanded="true"] .navbar-toggler-icon {
        color: #00628B; }
    .logo-search .navbar-toggler .navbar-toggler-icon {
      display: block;
      color: #575d62;
      width: 2.4rem;
      height: 2rem; }
      .logo-search .navbar-toggler .navbar-toggler-icon:before {
        /* remove inline property-because 
        of inline spaces the element rotates not around its center */
        display: block; }

@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: 575.98px) {
  #logo img {
    max-width: 20rem; } }

#mainnav {
  padding: 0;
  padding-bottom: 4.1rem;
  background-color: #F2F4F5; }
  #mainnav .bzgrp {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #mainnav {
      padding-bottom: 4.1rem; } }
  @media screen and (max-width: 767.98px) {
    #mainnav {
      padding-bottom: 2.5rem; } }
  @media screen and (max-width: 991.98px) {
    #mainnav .container {
      overflow-y: scroll;
      max-height: calc(100vh - 83px);
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  #mainnav > .container > .row {
    flex: 1; }
  @media screen and (max-width: 991.98px) {
    #mainnav > .container > .row > .col {
      display: flex;
      flex-wrap: wrap; } }
  #mainnav .navbar-toggler {
    border: 0;
    padding: 0;
    transition: all .3s;
    transform: rotate(0deg); }
    @media screen and (max-width: 991.98px) {
      #mainnav .navbar-toggler {
        display: block; } }
    #mainnav .navbar-toggler:active, #mainnav .navbar-toggler:hover, #mainnav .navbar-toggler:focus {
      outline-color: transparent; }
    #mainnav .navbar-toggler[aria-expanded="true"] {
      transform: rotate(90deg); }
    @media screen and (max-width: 991.98px) {
      #mainnav .navbar-toggler {
        margin-left: auto; } }
    @media screen and (max-width: 575.98px) {
      #mainnav .navbar-toggler .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em; } }
  #mainnav .navbar-collapse {
    position: relative; }
    @media screen and (max-width: 991.98px) {
      #mainnav .navbar-collapse {
        margin-top: 2rem; } }
  #mainnav .navbar-nav {
    flex: 1; }
  #mainnav .nav-item {
    background-color: #E2E5E8;
    margin-left: .2rem; }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item {
        border-bottom: 1px solid #9b9c9e;
        margin-left: 0; } }
    #mainnav .nav-item:first-child {
      margin-right: 0; }
    #mainnav .nav-item:last-child {
      flex: 1; }
    #mainnav .nav-item:hover, #mainnav .nav-item.active, #mainnav .nav-item.show {
      background-color: #c6ccce; }
    #mainnav .nav-item.show > a {
      border-bottom: 1px solid #fff; }
    #mainnav .nav-item .dropdown-menu {
      border: 0;
      margin: 0;
      background-color: #c6ccce;
      padding: 1rem 0;
      background-color: #c6ccce; }
      @media screen and (max-width: 991.98px) {
        #mainnav .nav-item .dropdown-menu {
          background-color: transparent; } }
      #mainnav .nav-item .dropdown-menu .dropdown-item {
        display: flex;
        width: auto;
        padding: 0 1.5rem 0 1rem;
        margin-left: .5rem;
        border-right: 2px solid #8e989f; }
        #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.4rem;
          line-height: 1;
          padding: .2rem 0;
          color: #575d62;
          text-align: end; }
          #mainnav .nav-item .dropdown-menu .dropdown-item a:hover {
            color: #fff;
            text-decoration: none; }
    #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;
        left: 50%;
        margin-left: -50vw; }
        @media screen and (max-width: 991.98px) {
          #mainnav .nav-item.active .dropdown-menu:not(.show) {
            display: none; } }
      #mainnav .nav-item.active .col {
        display: flex; }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show {
        position: static;
        width: calc(100% - 4rem);
        margin: 0 auto;
        border-top: 1px solid #8e989f; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show .dropdown-item {
        border-right: 0;
        margin: 2px 0;
        margin-left: 0; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show .dropdown-item a {
        padding: .75rem 0 .75rem 0; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .nav-item .dropdown-menu.show .col {
        display: block; } }
  #mainnav .further-subjects {
    position: absolute;
    display: block;
    width: 100vw;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    margin: 0;
    background-color: #c6ccce;
    padding: 1rem 0;
    color: #575d62; }
    @media screen and (max-width: 991.98px) {
      #mainnav .further-subjects {
        position: static;
        width: auto;
        left: 0;
        transform: none;
        background-color: #E2E5E8; } }
    @media screen and (max-width: 991.98px) {
      #mainnav .further-subjects .container {
        padding: 0; } }
    #mainnav .further-subjects .row {
      align-items: center; }
      @media screen and (max-width: 991.98px) {
        #mainnav .further-subjects .row {
          margin: 0; } }
    #mainnav .further-subjects .further-subjects__wrapper {
      display: flex;
      position: relative;
      top: 0;
      left: 0; }
      @media screen and (max-width: 991.98px) {
        #mainnav .further-subjects .further-subjects__wrapper {
          display: block;
          width: auto !important; } }
    #mainnav .further-subjects #left_arrow,
    #mainnav .further-subjects #right_arrow {
      display: block;
      float: none;
      background: none;
      height: auto;
      width: auto;
      margin: auto;
      line-height: 100%;
      cursor: pointer; }
    #mainnav .further-subjects #left_arrow {
      transform: rotate(180deg); }
    #mainnav .further-subjects .further-subjects__headline {
      display: flex; }
      @media screen and (max-width: 991.98px) {
        #mainnav .further-subjects .further-subjects__headline {
          margin-top: 1rem;
          margin-bottom: .5rem; }
          #mainnav .further-subjects .further-subjects__headline #weitere_themen {
            font-weight: 700; } }
      #mainnav .further-subjects .further-subjects__headline span {
        font-size: 1.4rem; }
    #mainnav .further-subjects .further-subjects__list {
      overflow: hidden; }
      @media screen and (max-width: 991.98px) {
        #mainnav .further-subjects .further-subjects__list {
          padding: 0; } }
      #mainnav .further-subjects .further-subjects__list + .col-lg-1 {
        text-align: right; }
        @media screen and (max-width: 991.98px) {
          #mainnav .further-subjects .further-subjects__list + .col-lg-1 {
            display: none; } }
    #mainnav .further-subjects .further-subjects__element {
      display: flex;
      width: auto;
      padding: 0 1.5rem 0 1rem;
      margin-left: .5rem;
      border-right: 2px solid #8e989f; }
      #mainnav .further-subjects .further-subjects__element.active {
        background: #c6ccce; }
        #mainnav .further-subjects .further-subjects__element.active a {
          color: #575d62; }
          @media screen and (min-width: 992px) {
            #mainnav .further-subjects .further-subjects__element.active a {
              color: #fff; } }
      @media screen and (max-width: 991.98px) {
        #mainnav .further-subjects .further-subjects__element {
          border-right: none;
          border-bottom: 1px solid #9b9c9e;
          padding: 0;
          margin: 0; } }
      #mainnav .further-subjects .further-subjects__element:last-child {
        border: 0; }
      #mainnav .further-subjects .further-subjects__element:hover {
        background-color: transparent; }
      #mainnav .further-subjects .further-subjects__element a {
        display: block;
        font-size: 1.4rem;
        line-height: 1;
        padding: .2rem 0;
        color: #575d62;
        text-align: end;
        white-space: nowrap; }
        @media screen and (max-width: 991.98px) {
          #mainnav .further-subjects .further-subjects__element a {
            padding: .85rem 1.5rem .85rem 1.5rem;
            line-height: 1.5;
            display: block;
            width: 100%;
            text-align: left; } }
        #mainnav .further-subjects .further-subjects__element a:hover {
          color: #fff;
          text-decoration: none; }
  #mainnav .nav-link {
    display: flex;
    font-size: 1.4rem;
    padding: .85rem 1.5rem .85rem 1.5rem; }
    @media screen and (min-width: 992px) {
      #mainnav .nav-link {
        margin: 0 .4rem; } }
    #mainnav .nav-link.dropdown-toggle:after {
      border: 0; }
    #mainnav .nav-link .link-to-overview {
      width: 90%;
      white-space: nowrap; }
      @media screen and (max-width: 991.98px) {
        #mainnav .nav-link .link-to-overview {
          border-right: 1px solid #9b9c9e; } }
  #mainnav .dropdown-arrow-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-right: -1.5rem; }
    @media screen and (min-width: 992px) {
      #mainnav .dropdown-arrow-wrapper {
        display: none; } }
  #mainnav .dropdown-arrow {
    transform: rotate(90deg);
    transition: .3s all; }
  @media screen and (max-width: 991.98px) {
    #mainnav .show > .nav-link .dropdown-arrow {
      transform: rotate(-90deg); } }

@media screen and (max-width: 576px) {
  #banner {
    margin-left: -15px;
    margin-right: -15px; } }
#banner .image-slideshow img {
  width: 100%; }

.breadcrumb-container {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap; }
  .breadcrumb-container .breadcrumb__prefix {
    color: #9b9c9e;
    font-size: 1.4rem; }
  .breadcrumb-container .breadcrumb {
    margin: 0; }
  .breadcrumb-container .breadcrumb-item {
    display: block;
    font-size: 1.4rem; }
    .breadcrumb-container .breadcrumb-item a {
      color: #000; }

.pagination-year {
  margin-bottom: 1.5rem; }

.pagination-page {
  margin-bottom: 2rem; }

.pagination {
  flex-wrap: wrap; }
  .pagination .page-item {
    margin-right: .4rem;
    margin-bottom: .75rem;
    background-color: #E2E5E8;
    border-bottom: .3rem solid transparent;
    background-clip: padding-box; }
    .pagination .page-item:active, .pagination .page-item:hover, .pagination .page-item:focus {
      border-bottom-color: #00628B; }
    .pagination .page-item .page-link {
      background-color: transparent;
      padding: .5rem .75rem;
      color: #000;
      border: none; }
    .pagination .page-item.active {
      border-bottom-color: #00628B; }
      .pagination .page-item.active .page-link {
        color: #000; }

.content-wrapper {
  margin-bottom: 8.5rem; }
  @media screen and (max-width: 991.98px) {
    .content-wrapper {
      margin-bottom: 4rem; } }
  .content-wrapper .headline-box {
    margin-top: 2.5rem;
    text-transform: uppercase; }
    .content-wrapper .headline-box > * {
      margin-bottom: 0; }
    .content-wrapper .headline-box + .dachzeile {
      margin-top: 2rem; }
  .content-wrapper .headline-box__teaser {
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-transform: none; }
    .content-wrapper .headline-box__teaser .arrow-link {
      margin: 0.5rem;
      font-style: normal; }
  .content-wrapper .maincontent {
    margin-top: 3rem; }
  .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%; } }
  .content-wrapper .text_ohne_medium.lgroup h3 {
    font-size: 14px !important; }
  .content-wrapper .medium_mit_text.lgroup {
    margin-top: 2.5rem; }
    .content-wrapper .medium_mit_text.lgroup:after {
      content: "";
      display: table;
      clear: both; }
    .content-wrapper .medium_mit_text.lgroup .medium_left {
      float: left;
      max-width: 269px;
      background: #F2F4F5;
      margin-right: 2rem;
      margin-bottom: 1.5rem;
      overflow: hidden; }
      @media screen and (max-width: 750px) {
        .content-wrapper .medium_mit_text.lgroup .medium_left {
          float: none; } }
      @media screen and (max-width: 420px) {
        .content-wrapper .medium_mit_text.lgroup .medium_left {
          max-width: none;
          margin-right: 0; }
          .content-wrapper .medium_mit_text.lgroup .medium_left img {
            object-fit: cover;
            width: 100%; } }
    .content-wrapper .medium_mit_text.lgroup .subtitle_medium_left.group {
      display: flex;
      padding: 1rem 1.5rem;
      position: relative; }
      .content-wrapper .medium_mit_text.lgroup .subtitle_medium_left.group p {
        font-size: 14px; }
      .content-wrapper .medium_mit_text.lgroup .subtitle_medium_left.group a {
        float: none;
        margin-left: auto; }
    .content-wrapper .medium_mit_text.lgroup .lupe-icon {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      background: url(lupe.png) no-repeat;
      background-size: contain; }
  @media screen and (max-width: 575px) {
    .content-wrapper .medium_mit_text ul {
      padding-left: 2rem; } }
  .content-wrapper .medium_mit_text ul li {
    padding: 1px 0 4px 15px; }

.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; }

#content-addressen {
  margin-top: 3.5rem; }
  #content-addressen .contact-card {
    margin-top: 2rem; }
  #content-addressen .adressdaten {
    display: flex;
    flex-direction: column; }
  #content-addressen .phone {
    margin-top: auto; }

.contact-card .contact-card__wrapper {
  margin: 0; }
.contact-card .contact-card__person {
  display: flex; }
  .contact-card .contact-card__person .thumb a {
    display: block; }
  .contact-card .contact-card__person .name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: .3rem; }
  .contact-card .contact-card__person .position {
    font-weight: 700;
    font-size: 1.4rem; }
.contact-card .thumb {
  width: 35%;
  margin-right: 1.5rem; }
.contact-card .contact-card__data {
  margin-top: 2rem; }
.contact-card .phone {
  display: flex;
  font-size: 1.4rem;
  color: #575d62; }
.contact-card .emailIcon {
  display: block;
  overflow: hidden;
  margin-right: .25rem; }
  .contact-card .emailIcon a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding-right: 1rem; }
    .contact-card .emailIcon a:before {
      content: url(phone_bg.gif);
      display: flex;
      align-items: center;
      padding-top: 5px; }

.phone-link {
  display: block; }

.card-wrapper {
  margin-top: 4rem; }
  .card-wrapper .collapse {
    padding-bottom: .75rem; }
  .card-wrapper .card-header:hover, .card-wrapper .card-header:focus, .card-wrapper .card-header:active {
    background-color: #004562; }
  .card-wrapper .btn-link {
    color: #fff;
    font-weight: 700;
    letter-spacing: .06rem;
    padding: 0; }
    .card-wrapper .btn-link:after {
      content: ">"; }

.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: #00628B; }
  .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 > * {
      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; }

#sucherg_table {
  table-layout: fixed; }

.suchergebnisse {
  margin-top: 5rem; }
  .suchergebnisse .bereich {
    text-align: right; }

/* Veranstaltungskalender */
#btn_anmeldung {
  height: 2.4em;
  padding: 0;
  cursor: pointer;
  width: 22.8em;
  margin: 15px 0 25px 0;
  background: url(btn_vanmelden.png) no-repeat;
  border: none; }

.pageteaser {
  margin-top: 4rem;
  border-top: 1px solid #c6ccce;
  padding-top: 2rem; }
  .pageteaser:first-of-type {
    margin-top: 2.5rem; }
  .pageteaser .pageteaser__content {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }

.pageteaser__img {
  width: 30%;
  padding-right: 2rem; }
  @media screen and (max-width: 767.98px) {
    .pageteaser__img {
      width: 100%;
      margin-bottom: 2rem;
      padding: 0; } }
  .pageteaser__img img {
    height: 100%; }

.pageteaser__content__textfield {
  flex: 1; }

.tabbox {
  margin-top: 3rem;
  border: 1px solid #c6ccce;
  background-color: #F2F4F5; }
  .tabbox .nav-tabs {
    display: flex;
    border-bottom: 1px solid #c6ccce; }
    @media screen and (max-width: 575.98px) {
      .tabbox .nav-tabs {
        flex-wrap: wrap; } }
  .tabbox .tabbox__head {
    position: relative;
    flex: 1;
    text-transform: uppercase;
    font-size: 1.8rem;
    border-left: 1px solid #c6ccce; }
    @media screen and (max-width: 575.98px) {
      .tabbox .tabbox__head {
        flex: 1; } }
    .tabbox .tabbox__head:first-child {
      border: 0; }
    .tabbox .tabbox__head a {
      color: #000;
      display: block;
      padding: .35rem 0 .31rem 1rem;
      margin-right: .4rem; }
      .tabbox .tabbox__head a.active {
        background-color: #E2E5E8;
        margin: 0; }
        @media screen and (min-width: 576px) {
          .tabbox .tabbox__head a.active:after, .tabbox .tabbox__head a.active:before {
            content: "";
            position: absolute;
            top: 100%;
            width: 0;
            height: 0; }
          .tabbox .tabbox__head a.active:before {
            left: 1.35rem;
            border-right: 1.25rem solid transparent;
            border-left: 1.25rem solid transparent;
            border-top: 1.25rem solid #c6ccce; }
          .tabbox .tabbox__head a.active:after {
            left: 1.5rem;
            border-right: 1.1rem solid transparent;
            border-left: 1.1rem solid transparent;
            border-top: 1.1rem solid #E2E5E8; } }
  .tabbox .tabbox__contentbox.active {
    display: flex;
    padding: 2rem; }
    @media screen and (max-width: 767.98px) {
      .tabbox .tabbox__contentbox.active {
        flex-direction: column-reverse; } }
  .tabbox .tabbox__img {
    min-width: 17rem;
    margin-left: 1.5rem; }
    @media screen and (max-width: 767.98px) {
      .tabbox .tabbox__img {
        margin-left: 0;
        margin-bottom: 1.5rem; } }

#upcoming_events .sidebar__box ul {
  margin-top: -20px; }
  #upcoming_events .sidebar__box ul ul {
    margin-top: 0; }

.sidebar {
  padding-top: 3rem; }
  .sidebar .sidebar__element {
    margin-top: 2rem; }
  .sidebar .sidebar__box {
    padding: 2rem;
    margin-top: .5rem; }
    .sidebar .sidebar__box:first-child {
      margin-top: 0; }
    .sidebar .sidebar__box ul {
      padding: 0;
      list-style: none; }
    .sidebar .sidebar__box h4, .sidebar .sidebar__box h4 a {
      color: #000; }
  .sidebar .sidebar__box--light {
    background-color: #F2F4F5; }
  .sidebar .sidebar__box--dark {
    background-color: #E2E5E8; }
  .sidebar .sidebar__box--no-padding {
    padding: 0; }
  .sidebar .sidebar__text,
  .sidebar .sidebar__img {
    margin-top: 1rem; }
  .sidebar h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1rem; }
  .sidebar .form__input-wrapper {
    display: flex;
    margin-top: .7rem;
    margin-bottom: .5rem; }
    .sidebar .form__input-wrapper label {
      margin-bottom: .2rem; }
    .sidebar .form__input-wrapper [type="submit"] {
      margin-left: 1rem;
      border: 1px solid #9b9c9e; }
    .sidebar .form__input-wrapper input + label {
      margin: 0;
      margin-left: .5rem; }
  .sidebar .dropdown .dropdown-toggle {
    padding: 0; }
    .sidebar .dropdown .dropdown-toggle:after {
      border: 0; }
    .sidebar .dropdown .dropdown-toggle:hover, .sidebar .dropdown .dropdown-toggle:focus {
      text-decoration: underline; }
  .sidebar .registration-wrapper {
    margin-top: .5rem;
    border-top: 1px solid #9b9c9e;
    padding-top: .5rem; }
  .sidebar .contact-card:first-of-type {
    border-top: 1px solid #9b9c9e; }
  .sidebar .infobox [mi24-video-player] {
    margin-bottom: 1.5rem; }
  .sidebar .infobox .sidebar__text {
    padding: 2rem; }
  .sidebar .infobox h3 {
    margin-bottom: 1.5rem; }

#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: 0 -2rem 2rem -2rem;
    padding: .3rem 2rem;
    border-top: 1px solid #c6ccce; }
  #upcoming_events .inner {
    margin-bottom: 2rem; }

footer {
  padding: 2rem 0 5rem; }
  footer .category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  footer .category {
    width: 20%; }
    @media screen and (max-width: 991.98px) {
      footer .category {
        width: 100%;
        margin-bottom: 2rem; } }
  footer .dropdown-toggle {
    display: block;
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #c6ccce; }
    footer .dropdown-toggle:after {
      border: 0; }
  footer .category__menu {
    display: block;
    position: static;
    margin-top: 1.5rem;
    padding: 0;
    background: transparent;
    border: 0; }
    @media screen and (max-width: 991.98px) {
      .reduce-in-mobile .category__menu {
        display: none; } }
  footer .category__item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 0.3rem 0;
    font-size: 1.4rem; }
    footer .category__item:hover, footer .category__item:focus {
      background: transparent;
      text-decoration: underline; }
  footer .social-media-bnts {
    display: flex; }
    footer .social-media-bnts a {
      margin-right: .5rem; }
      footer .social-media-bnts a:hover {
        text-decoration: none; }
      footer .social-media-bnts a:hover > img, footer .social-media-bnts a:active > img {
        text-decoration: none;
        transform: scale(1.1); }

@media print {
  #banner,
  #header-nav,
  .suche-form__input-wrapper,
  #banner + .bzg-dropdown,
  #main .tabbox.responsive-tabbox,
  .pageteaser-timeline,
  .social-m__icons,
  .category__innerwrapper a,
  footer,
  [mi24-video-player] {
    display: none !important; }

  article {
    page-break-after: auto !important;
    page-break-before: auto !important;
    page-break-inside: avoid !important; }

  article * {
    page-break-inside: avoid !important; }

  .container,
  .col-12,
  .row,
  .main,
  .pageteaser__content {
    display: block !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; } }

.image_wrap.lgroup {
  float: left; }

.image_wrap.lgroup:nth-child(2) {
  margin: 0 15px; }

#authentication-failure-message,
#authorization-failure-message,
#general-error-message {
  width: 100%; }

.fullwidth-four0four {
  flex-direction: column;
  align-items: stretch;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px; }

.fullwidth-four0four__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  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; }

.outline-btn {
  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; }

div a.outline-btn {
  text-decoration: none; }
  div a.outline-btn:hover {
    text-decoration: none; }

.outline-btn-white {
  border-color: #fff !important;
  color: #fff !important; }
  .outline-btn-white:hover, .outline-btn-white:active, .outline-btn-white:focus {
    background-color: #fff !important;
    color: #006191 !important; }

/*# sourceMappingURL=styles.css.map */
