:root {
  --brandBlue: #005AAA;
  --brandOrange: #f06400;
  --text: #494949;

  --black: #000000;
  --white: #ffffff;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-free/fa-regular-400.eot);
  src:
    url(../fonts/fa-free/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa-free/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-free/fa-regular-400.woff) format("woff"),
    url(../fonts/fa-free/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fa-free/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-free/fa-solid-900.eot);
  src:
    url(../fonts/fa-free/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa-free/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-free/fa-solid-900.woff) format("woff"),
    url(../fonts/fa-free/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-free/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-family: GenosGFG;
  font-style: normal;
  font-weight: 300;
  src:
    local("GenosGFG Regular"),
    local("GenosGFG-Regular"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-Regular.woff2)
      format("woff2"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-Regular.woff)
      format("woff");
}

@font-face {
  font-family: GenosGFG;
  font-style: italic;
  font-weight: 300;
  src:
    local("GenosGFG Regular Italic"),
    local("GenosGFG-RegularItalic"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-RegularItalic.woff2)
      format("woff2"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-RegularItalic.woff)
      format("woff");
}

@font-face {
  font-family: GenosGFG;
  font-style: normal;
  font-weight: 600;
  src:
    local("GenosGFG Bold"),
    local("GenosGFG-Bold"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-Bold.woff2)
      format("woff2"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-Bold.woff)
      format("woff");
}

@font-face {
  font-family: GenosGFG;
  font-style: italic;
  font-weight: 600;
  src:
    local("GenosGFG Bold Italic"),
    local("GenosGFG-BoldItalic"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-BoldItalic.woff2)
      format("woff2"),
    url(/frontend/sparda-banken-25/assets/fonts/genosgfg/GenosGFG-BoldItalic.woff)
      format("woff");
}

.econ-container,
body {
  font-family: "GenosGFG", Arial, sans-serif;
  background-color: #fff;
  color: var(--text);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body,
html {
  overflow-x: hidden;
}

html:has(.econ-iframe),
body:has(.econ-iframe),
.econ-container.econ-iframe,
.econ-iframe .econ-container {
  background-color: inherit !important;
}

a,
p {
  color: var(--text);
  text-decoration: none !important;
}

a {
  padding: 5px 0px;
}

.econ-container .container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px !important;
}

@media (max-width: 1200px) {
  .econ-container .container {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .econ-container .container {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .econ-container .container {
    width: 100%;
  }
}

.pia-page__header {
  color: #fff;
  margin-bottom: 2rem !important;
  margin-top: 1rem !important;
  display: flex !important;
  justify-content: space-between;
}

.pia-page__header a:hover {
  text-decoration: none;
}

.wgl-logo {
  text-align: left;
  width: 100%;
}

.logo {
  max-width: 200px;
}

.main.container {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: center;
}

.pia-content {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brandBlue);
  font-weight: normal !important;
}

.white,
.white h3,
.white a {
  color: #fff !important;
}

.green {
  color: var(--brandBlue) !important;
}

h1 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  font-size: 1.75em !important;
  line-height: 1.1em !important;
}

h2 {
  font-size: 1.5em !important;
}

@media (min-width: 992px) {
  h1,
  .pia-service-title {
    font-size: 2em !important;
  }
}

.pia-service-title {
  margin-bottom: 1rem !important;
  font-size: 1.75em !important;
  line-height: 1.1em !important;
  font-weight: normal !important;
  color: var(--brandBlue);
}

.container.pia-services {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.pia-standard .content-main.container {
  width: 100%;
}

.pia-service {
  padding: 20px;
  background-color: #fbfbfb;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.pia-services .pia-service {
  width: calc(100% / 1 * 2);
}

.pia-service-highlight {
  list-style: none;
  padding-left: 0;
}

.pia-service-highlight > li {
  padding-left: 1.375em;
  margin-bottom: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath id='tick' d='M7.1,14,2,8.6,3.6,7.2l3.5,3.7L14.4,2,16,3.3Z' transform='translate(-2 -2)' fill='%23f60'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0.25em;
  -webkit-background-size: 1em 1em;
  background-size: 1em;
  color: var(--text) !important;
}

.pia-service .btn-secondary {
  margin-top: auto !important;
  align-self: start;
}

.pia-service .btn-secondary a:hover {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .container.pia-services {
    flex-direction: column;
  }

  .pia-services .pia-service {
    width: 100% !important;
    margin: 0 !important;
  }
}

.navigation.navbar > .container {
  justify-content: flex-start !important;
}

.navigation {
  padding: 0 !important;
}

.navigation .logo {
  margin-right: 26px;
}

.navigation .btn {
  padding: 12px 16px !important;
  color: var(--text);
  border-bottom: 2px solid #fff;
  border-radius: 0;
}

.navigation .btn:focus,
.navigation .btn:active {
  box-shadow: none;
}

.navigation .btn:not(.nav-link--active):hover,
.navigation .btn:not(.nav-link--active):focus,
.navigation .btn:not(.nav-link--active):active {
  border-bottom-color: var(--brandBlue);
  color: var(--brandBlue) !important;
}

.navigation .btn::after {
  display: none;
}

.pia-buttons {
  display: flex;
  gap: 16px;
  padding: 32px 0;
}

.pia-buttons img {
  margin-bottom: 24px;
  margin-top: 12px;
  max-width: 90px;
}

@media (max-width: 991px) {
  .pia-buttons {
    flex-direction: column;
  }

  .pia-buttons a {
    text-align: left !important;
    background-color: #f3f3f3 !important;
    border-radius: 4px;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    padding: 20px 16px !important;
  }

  .pia-buttons a:hover,
  .phase-services .phase-services:hover {
    transform: none !important;
    transition: none !important;
    background-color: #fbfbfb !important;
  }

  .pia-buttons img {
    height: 50px;
    margin: 0 !important;
  }
}

.pia-buttons a:hover {
  color: var(--text);
  transform: scale(1.07) rotate(0deg);
  transition: all 0.3s ease;
  background-color: #f3f3f3;
  border-radius: 12px;
  text-decoration: none !important;
}

.phase-services .phase-services:hover {
  transform: scale(1.07) rotate(0deg);
  transition: all 0.3s ease;
  background-color: #f3f3f3;
  text-decoration: none !important;
}

.pia-buttons a {
  text-align: center;
  width: 100%;
  color: var(--text);
  transform: scale(1) rotate(0deg);
  transition-property: all;
  transition-duration: 0.3s;
  padding: 12px;
  font-size: 0.88em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pia-service-econ .econ-controls > .row:not(.econ-button-navbar) {
  display: block;
}

.pia-service-econ {
  border: 1px solid #c8c8c8;
  padding: 0 !important;
  margin: 32px 10px !important;
}

.pia-service-econ .pia-service-title {
  margin: 24px 0 !important;
}

.pia-service-econ .immosuche {
  background-image: url(/frontend/vr-banken/template/img/refresh/wohnung_suchen_map_vr.jpg);
  min-height: 380px;
  background-size: cover;
  position: relative;
}

.pia-service-econ .immosuche .immosuche-searchfield {
  position: absolute;
  top: 25%;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  left: 0;
}

@media (max-width: 991px) {
  .pia-service-econ .immosuche {
    background-image: url(/frontend/vr-banken/template/img/refresh/wohnung_suchen_map_vr_mobile.jpg);
    min-height: 250px;
  }

  .pia-service-econ .immosuche .immosuche-searchfield {
    padding-left: 10px !important;
    padding-right: 10px !important;
    top: 20%;
  }
}

.pia-standard .btn-primary {
  display: inline-block;
  margin: 0 0.5em 0.5em 0 !important;
  padding: 1rem 1.25rem !important;
  border: 2px solid var(--brandBlue) !important;
  background-color: var(--brandBlue) !important;
  border-radius: 4px !important;
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pia-standard .btn-primary::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  font-size: 16px;
}

.pia-standard .btn-primary:hover {
  background-color: #025098 !important;
  border-color: #025098 !important;
}

.pia-standard .btn-primary:active {
  background-color: #005798 !important;
  border-color: #005798 !important;
  outline: none;
}

.pia-standard .btn-secondary {
  background-color: #fff !important;
  font-size: 1.125rem !important;
  color: var(--brandBlue) !important;
  display: block;
  padding: 1rem 1.25rem !important;
  margin: 0 0.5rem 0.5em 0;
  border: 2px solid var(--brandBlue);
  border-radius: 4px !important;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  height: fit-content;
  width: fit-content;
  box-shadow: none !important;
  line-height: 1.3 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pia-standard .btn-secondary::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  font-size: 16px;
}

.pia-standard .btn-secondary:hover {
  background-color: #f2f7fb !important;
}

.pia-standard .btn-primary:focus-visible,
.pia-standard .btn-secondary:focus-visible,
.pia-standard .btn-primary:active,
.pia-standard .btn-secondary:active {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #4d8cc4 !important;
  outline: none;
}

.pia-standard .btn-warning {
  padding: 0.5rem 1rem;
  border-radius: 2px !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: var(--text) !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  font-weight: bold !important;
  border: 1px solid transparent !important;
}

.pia-standard .btn-warning:hover {
  background-color: #e0a800 !important;
  border-color: var(--brandOrange) !important;
}

.container.headline {
  margin-top: 64px;
}

.container.highlight {
  margin-top: 32px;
  margin-bottom: 32px;
}

.container.highlight > div {
  display: flex;
  gap: 16px;
}

.container.highlight a:hover,
.container.highlight a:focus {
  text-decoration: none !important;
}

.container.highlight .highlight-img,
.container.highlight .highlight-img {
  max-width: 100%;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .container.highlight .highlight-img,
  .container.highlight .highlight-img {
    max-width: 100%;
  }

  .container.highlight > div {
    flex-direction: column;
  }

  .highlight-content {
    max-width: 100% !important;
  }

  .highlight-content p,
  .highlight-content ul {
    font-size: 1.13em !important;
  }
}

.highlight-title {
  color: var(--brandBlue) !important;
  padding: 12px 0;
  width: max-content;
  position: relative;
}

.highlight-content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}

.highlight-content p,
.highlight-content ul {
  font-size: 1.25em;
}

.highlight-content .btn-primary {
  align-self: baseline;
}

.pia-dialog {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem !important;
}

.img-fluid {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  max-width: 100%;
  height: auto;
}

.pia-dialog__text h3 {
  font-weight: 500 !important;
  line-height: 1.25 !important;
  font-size: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.service-navigation {
  display: block;
  margin-top: 3em;
  background-color: #f5f5f5;
  padding: 32px;
}

.page__footer {
  margin-top: auto;
}

.service-navigation a {
  text-decoration: none !important;
  color: var(--brandBlue) !important;
}

.service-navigation ul {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--brandBlue) !important;
  font-size: 1em;
}

.service-navigation__inner.container:after {
  clear: both;
  display: table;
  content: "";
}

.pia-standard .small {
  font-size: 80% !important;
}

.pia-standard .helpbtn {
  position: fixed;
  bottom: 2%;
  right: 3%;
  cursor: pointer;
  z-index: 10;
  width: 150px;
  height: 150px;
  background-image: url("/frontend/vr-banken/template/img/refresh/pia_hilfe_vr.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.1s ease;
}

.helpbtn:hover {
  transform: scale(1.07) rotate(0deg);
  transition: all 0.3s ease;
}

.pia-standard .btn-check:focus + .btn,
.btn:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 2px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .service-navigation ul {
    gap: 10px !important;
  }

  .navigation .btn:focus,
  .navigation .btn:active {
    color: var(--brandBlue);
    text-align: left !important;
  }

  .pia-page__header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0 !important;
  }

  .logo {
    display: none;
  }

  .logo,
  .wgl-logo {
    max-height: 30px;
  }

  .logo.mobile {
    max-width: 40px;
    display: block !important;
  }

  .navigation .container {
    justify-content: space-between !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation .container::before,
  .navigation .container::after {
    display: none !important;
  }

  .pia-service-econ .econ-controls .econ-radio.row {
    flex-direction: column !important;
  }

  .phase > .phase-services {
    margin-top: -38px;
  }
}

@media (max-width: 363px) {
  .navigation.navbar .container > p {
    font-size: 0;
  }
}

.pia-standard .logo.mobile {
  display: none;
}

.pia-standard .helpbtn img {
  max-width: 100%;
}

.pia-standard .modal-header:before,
.pia-standard .modal-header:after {
  display: none !important;
}

.pia-standard .modal-header {
  display: flex !important;
  background-color: #fbfbfb !important;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #c8c8c8 !important;
  justify-content: space-between !important;
}

.pia-standard .modal-title {
  color: var(--text) !important;
  font-size: 1.25em !important;
  margin-bottom: 0;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.pia-standard .modal-header .close {
  color: var(--text) !important;
  border: none;
  background-color: transparent;
}

.pia-standard .modal-header .close span {
  font-size: 24px;
}

.pia-standard .modal-content {
  border-radius: 4px !important;
  border: 1px solid #c8c8c8;
}

.pia-standard .modal-body h4 {
  color: var(--brandBlue) !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 1.1em;
  margin-top: 1rem !important;
}

.pia-standard.modal-open {
  padding-right: 0px !important;
}

.pia-standard .btn-outline-secondary,
.pia-standard .btn-outline-secondary:hover {
  color: var(--brandBlue) !important;
  border-color: var(--brandBlue) !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  background-color: transparent !important;
}

.pia-standard .btn-md:focus,
.pia-standard .btn-md:focus-visible {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #4d8cc4 !important;
  outline: none;
}

.pia-standard .btn-md {
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  font-size: 16px !important;
  line-height: 1.375 !important;
  border-width: 2px;
}

.pia-standard .modal-footer {
  background-color: #fbfbfb !important;
  padding: 0.75rem !important;
  border-top: 1px solid #c8c8c8 !important;
  justify-content: space-between;
}

.navbar-thema {
  display: flex;
  flex-basis: auto;
  border-bottom: 1px solid #fff;
}

.navbar-nav {
  flex-direction: row;
}

.menu-item {
  margin: 0 5px 0 5px;
  margin-bottom: -1px;
}

.nav-link--active {
  border-bottom-color: var(--brandOrange) !important;
  font-weight: 600 !important;
  color: var(--brandOrange) !important;
}

.burgerIcon {
  visibility: hidden;
}

.burgerIcon:hover,
.burgerIcon:focus {
  color: #fff;
}

.container.pia-themenwelten {
  margin-top: 32px;
  margin-bottom: 0px !important;
}

.container.pia-themenwelten .pia-service-title {
  text-align: center;
}

.container.pia-themenwelten .cards {
  max-width: 100%;
  columns: 2;
  column-gap: 32px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .container.pia-themenwelten .cards {
    columns: 1;
  }
}

.pia-standard .card {
  background: transparent;
  border: none;
  color: #ddd !important;
  text-decoration: none !important;
  margin-right: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
}

.pia-standard .card a:hover {
  text-decoration: none !important;
}

.pia-standard .card-body a {
  text-decoration: none !important;
}

.pia-standard .card-body {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.highlight-services-title,
.phase-services .phase-services-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 1.25em;
}

.pia-standard .card > a {
  cursor: initial !important;
}

/* @media (min-width: 768px) {
    .pia-standard .card-body.collapse {
        display: block !important;
    }
} */

@media (max-width: 767px) {
  .pia-standard .card-header::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
    font-size: 18px;
    padding-right: 10px;
    rotate: 90deg;
  }

  .pia-standard .collapsed .card-header::before {
    rotate: 0deg !important;
  }

  .pia-standard .card-header {
    text-align: left !important;
    font-size: 1.5rem !important;
    justify-content: start;
  }

  .pia-standard .card {
    margin-bottom: 20px;
  }

  .pia-standard .card > a {
    cursor: pointer !important;
  }

  .pia-standard .card-header img {
    order: 3;
    margin-left: auto;
    position: initial !important;
  }
}

.pia-standard .container hr {
  border-top: 1px solid #a0a0a0 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  opacity: 1 !important;
}

.pia-standard h5.card-title {
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.1em;
  font-size: 1.1em;
}

.pia-standard .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--brandBlue) !important;
  margin-bottom: 0 !important;
  background-color: #f3f3f3;
  border: 1px solid #c8c8c8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pia-standard .card-header img {
  margin-right: 16px;
  height: 50px;
  position: absolute;
  left: 16px;
}

.pia-standard .card .mega-menu-highlight-services {
  background-color: #fbfbfb;
}

.pia-standard .navbar {
  border-bottom: 1px solid #c8c8c8 !important;
}

@media (min-width: 768px) {
  .pia-standard .navbar-nav {
    float: none !important;
    padding-left: 0;
  }

  .pia-standard .navbar-nav > li {
    float: none !important;
  }

  .dropdown:hover > .dropdown-menu,
  .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    z-index: 2;
    transition: all 0s ease 0.5s;
  }

  .dropdown .dropdown-menu {
    transition: all 0s ease 0.5s;
    display: flex;
    opacity: 0;
    z-index: -1;
    position: absolute;
  }
}

.navbar .megamenu {
  padding: 1rem !important;
}

.dropdown-menu.megamenu {
  border: none !important;
}

.dropdown-menu.megamenu.show {
  display: flex !important;
}

.dropdown-menu.megamenu .col-sm-5 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 0 16px;
}

.pia-standard .dropdown-menu {
  box-shadow: 0 10px 10px -2px rgb(0 0 0 / 18%) !important;
}

.mega-menu-headline {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 8px;
  color: var(--text);
  margin-bottom: 24px !important;
}

.menu-services {
  list-style: none;
  padding-left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dropdown-menu.megamenu .col-sm-5 hr {
  margin-bottom: 24px !important;
}

.dropdown-menu.megamenu .col-sm-5 .btn-secondary,
.dropdown-menu.megamenu .col-sm-5 .btn-primary {
  margin-top: auto !important;
  align-self: baseline;
}

.menu-services a {
  color: #494949;
}

.menu-services a:hover,
.mega-menu-highlight-services:hover {
  color: #494949;
  text-decoration: none !important;
}

.menu-services li,
.highlight-services-title::before,
.phase-services-title::before {
  padding-left: 1.2em;
  margin-bottom: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.001' height='14' viewBox='0 0 8.001 14'%3E%3Cpath id='chevron-right-solid_2_' data-name='chevron-right-solid (2)' d='M103.631,38.219a1,1,0,0,1,0,1.415l-6,6a1,1,0,1,1-1.415-1.415l5.292-5.292-5.289-5.292a1,1,0,0,1,1.415-1.415l6,6Z' transform='translate(-95.923 -31.927)' fill='%230066b3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0.15em;
  -webkit-background-size: 1em 1em;
  background-size: 0.6em;
  content: "";
}

.highlight-services-text {
  padding-left: 1.2em;
  padding-bottom: 24px;
  margin: 0;
}

.phase > .phase-services {
  width: 600px;
}

.phase-services .phase-services {
  padding: 12px;
  margin-top: 12px;
  background-color: #fbfbfb;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.phase-services .phase-services-text {
  margin: 0;
  padding: 0;
}

.phase-services a:last-child p {
  padding-bottom: 0 !important;
}

.mega-menu-highlight {
  margin-top: auto !important;
}

.highlight-headline {
  color: var(--brandBlue);
  font-size: 1.13em;
  margin-bottom: 11px;
  line-height: 1.45;
  font-weight: 500;
}

.highlight-text {
  padding-bottom: 12px;
}

.menu-icon {
  text-align: center;
}

.dropdown-nav-close {
  display: none;
}

@media all and (min-width: 768px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .navbar .container-fluid {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .menu-services {
    padding-bottom: 24px !important;
  }

  .pia-page__header {
    display: none !important;
  }

  .pia-produkt__header {
    display: flex !important;
    flex-direction: inherit !important;
  }

  .navigation {
    background-color: transparent;
    border-bottom: 1px solid #c8c8c8 !important;
  }

  .navbar-nav {
    flex-direction: column;
    margin-top: 68px !important;
  }

  .nav-item.dropdown .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    color: var(--brandBlue);
    rotate: 90deg;
    border: none !important;
  }

  .nav-item.dropdown .dropdown-toggle.nav-link--active:after,
  .nav-item.dropdown .dropdown-toggle.nav-link--active {
    color: var(--brandOrange) !important;
  }

  .nav-item.dropdown .dropdown-toggle.nav-link--active {
    color: var(--brandOrange);
  }

  .nav-item.dropdown .dropdown-toggle.show:after {
    rotate: 270deg;
  }

  .nav-item.dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .nav-item.dropdown.has-megamenu {
    border-bottom: 4px solid #fff;
  }

  .dropdown-menu.megamenu.show {
    display: initial !important;
    width: 100%;
    box-shadow: none !important;
  }

  .dropdown-menu {
    position: initial !important;
  }

  .navigation .btn {
    color: var(--brandBlue);
    border: 0 !important;
    padding: unset;
    font-weight: 500 !important;
  }

  .menu-navbar {
    position: fixed;
    width: 95%;
    height: 100%;
    z-index: 10;
    top: 0;
    right: -95%;
    background-color: #fff;
    transition: 0.2s ease-out;
    overflow: scroll;
  }

  .menu-navbar:not(.open) {
    display: none !important;
  }

  .menu-navbar.open {
    right: 0 !important;
    box-shadow: -8px 0 10px 12px #8888889e !important;
  }

  .pia-standard .container.main {
    padding-top: 0 !important;
  }

  .pia-standard .dropdown-menu {
    box-shadow: none;
  }

  .menu-icon {
    display: none;
  }

  .dropdown-nav-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 10px 24px !important;
  }

  .toggle-close {
    width: 25px;
  }

  .dropdown-nav-close {
    display: flex;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none !important;
  }
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-toggler {
  color: #494949;
  display: flex;
  line-height: 2;
  gap: 10px;
  align-items: center;
  padding-right: 0 !important;
  margin-left: auto !important;
  z-index: 20;
  background-color: #fff;
}

.navbar-toggler:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 2px;
  box-shadow: none;
}

.navbar-toggler .icon-bars {
  display: block;
  width: 28px;
  height: 24px;
  position: relative;
}

.navbar-toggler:before {
  content: "Menü";
}

.navbar-toggler.collapsed:before {
  content: "Schließen";
}

.navbar-toggler .icon-bar {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 4px;
  transition: 0.2s linear;
  background-color: var(--brandBlue);
  left: 0;
  transform-origin: 50% 50%;
  transform: translateZ(0);
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  bottom: 0;
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  bottom: 0;
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

@media (max-width: 767px) {
  .col-sm-5 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}

.container.phasen {
  margin-top: 32px;
  margin-bottom: 32px;
}

.phase {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 64px;
  justify-content: center;
}

.phase-services a:hover {
  text-decoration: none !important;
}

.phasen .phase-icon {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 2px dashed var(--brandOrange);
  padding: 50px 12px 0 12px;
}

.phasen .phase-icon img {
  height: 80px;
  margin-bottom: 24px;
}

.phasen .phase-icon p,
.phasen .collapse-heading {
  font-size: 1.25em;
  height: 55px;
  font-weight: 600;
}

.phasen .phase-icon .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.603' height='47.423' viewBox='0 0 26.603 47.423'%3E%3Cg id='Gruppe_178' data-name='Gruppe 178' transform='translate(12012.594 -3835)'%3E%3Cline id='Linie_355' data-name='Linie 355' y2='46.159' transform='translate(-11998.91 3835)' fill='none' stroke='%23f60' stroke-width='2' stroke-dasharray='6 6'/%3E%3Cpath id='Pfad_1117' data-name='Pfad 1117' d='M2767.41,11112.7l13.3,9.8,12.079-9.8' transform='translate(-14779.41 -7241.341)' fill='none' stroke='%23f60' stroke-width='2' stroke-dasharray='6 6'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.phase > a {
  cursor: initial !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .phase .collapse {
    display: block !important;
  }

  .phasen .collapse-heading {
    display: none;
  }
}

@media (max-width: 767px) {
  .phase {
    flex-direction: column;
    margin-bottom: 0 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #c8c8c8;
  }

  .phase:last-child {
    border-bottom: 1px solid #c8c8c8;
  }

  .phasen .phase-icon .arrow {
    display: none;
  }

  .phasen .phase-icon {
    width: 80px;
    height: 80px;
    padding: 18px 0 0 0 !important;
  }

  .phasen .phase-icon img {
    height: 35px;
    margin-bottom: 0;
  }

  .phasen .phase-icon p {
    display: none;
  }

  .phasen .collapse-heading {
    display: block;
    margin-bottom: 0 !important;
    padding-top: 16px;
  }

  .phase > a {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .phase > a.collapsed::after {
    rotate: 90deg;
  }

  .phase > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    color: var(--brandBlue);
    rotate: 90deg;
    border: none !important;
    margin-left: auto;
    rotate: 270deg;
    margin-right: 10px;
  }

  .phase-services {
    width: 100% !important;
  }
}

@keyframes wipe-enter {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .phase-icon-animation {
    animation: wipe-enter 3s 1;
  }
}

@keyframes color-enter {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    color: var(--text);
    background-color: #f3f3f3;
    border-radius: 12px;
    text-decoration: none !important;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .pia-buttons-animation {
    animation: color-enter 3s 1;
  }
}

.pia-standard .btn-secondary a {
  color: var(--brandBlue) !important;
}

.logo-text {
  font-size: 14px;
  color: var(--brandBlue);
  font-weight: 600;
}

.logo-text:hover {
  text-decoration: underline;
}

.pia-standard .helpbtn.pia-neu:hover {
  background-image: url("/frontend/vr-banken/template/img/refresh/pia_neu_hilfe_zwinkernd.png");
}

.pia-standard .helpbtn.pia-neu {
  background-image: url("/frontend/vr-banken/template/img/refresh/pia_neu_hilfe.png");
}

.menu-navbar.has-search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.menu-navbar.has-search #results {
  position: absolute;
  background-color: #fff !important;
  width: 100%;
  right: 0;
  z-index: 20;
  display: none;
}

.menu-navbar.has-search #results > div {
  transition: all 0s ease 0.5s;
  box-shadow: 0 10px 10px -2px rgb(0 0 0 / 18%) !important;
  padding: 1rem !important;
}

.menu-navbar.has-search .form-control {
  min-width: 200px;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.004' viewBox='0 0 20 20.004'%3E%3Cpath id='magnifying-glass-solid' d='M16.251,8.125a8.105,8.105,0,0,1-1.563,4.793l4.946,4.949a1.251,1.251,0,0,1-1.77,1.77l-4.946-4.949a8.127,8.127,0,1,1,3.332-6.563ZM8.125,13.751A5.625,5.625,0,1,0,2.5,8.125,5.625,5.625,0,0,0,8.125,13.751Z' fill='%230066b3'/%3E%3C/svg%3E%0A")
    no-repeat 8px center;
  padding: 9px 4px 9px 34px;
}

.menu-navbar.has-search .form-control:focus {
  border-color: var(--brandBlue);
  box-shadow: none;
}

.menu-navbar.has-search #results .phase-services {
  padding: 12px;
  margin-top: 12px;
  background-color: #fbfbfb;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.menu-navbar.has-search #results .phase-services .phase-services-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 20px;
  color: var(--brandBlue) !important;
}

.menu-navbar.has-search #results .phase-services .phase-services-text {
  margin: 0;
  padding: 0;
}

.menu-navbar.has-search .form-group.has-search {
  position: relative;
}

.menu-navbar.has-search .form-group.has-search #form-control-clear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath id='xmark-solid' d='M70.741,102.756a4,4,0,0,0-5.66-5.66L51.925,110.265,38.756,97.109a4,4,0,0,0-5.66,5.66l13.169,13.156L33.109,129.094a4,4,0,0,0,5.66,5.66l13.156-13.169,13.169,13.156a4,4,0,0,0,5.66-5.66L57.585,115.925Z' transform='translate(-31.925 -95.925)' fill='%230066b3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}

@media (max-width: 991px) {
  .menu-navbar.has-search .form-control {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .menu-navbar.has-search {
    flex-direction: column-reverse;
    justify-content: flex-end !important;
    width: 95% !important;
    align-items: unset;
  }

  .menu-navbar.has-search .navbar-nav {
    margin-top: 0 !important;
    overflow-y: auto;
  }

  .menu-navbar.has-search form {
    padding: 72px 28px 0 28px;
  }

  .btn-primary.kontakt {
    margin: 72px 28px 0 28px !important;
  }

  .menu-navbar.has-search.demobank form {
    padding: 20px 28px 0 28px !important;
  }

  .menu-navbar.has-search.demobank .navbar-nav {
    flex-basis: unset !important;
  }
}

.menu-navbar.has-search.demobank .navbar-nav {
  margin: 0 !important;
}

.btn-primary.kontakt {
  font-size: 16px !important;
  box-shadow: none;
  margin-right: 0;
  margin-bottom: 0 !important;
  margin-left: auto !important;
}

.btn-primary.kontakt a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pia-hilfe dl {
  margin-top: 1rem;
}

.pia-hilfe dl dt {
  float: left;
  margin-right: 12px;
}

.pia-hilfe dl dd {
  text-align: right;
}

#results a:focus .phase-services {
  outline: 2px solid var(--text);
}
.session-panel {
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  position: fixed;
  overflow: auto;
  background-color: rgb(0 45 103 / 80%);
  height: 100%;
}
.timeout-modal-body {
  text-align: center;
}
/* Modal container */
.timeout-modal {
  background: white;
  padding: 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.25s ease-out;
  position: fixed;
  display: flex;
  max-width: 600px;
  z-index: 30000;
  top: 40%;
  right: 20%;
}

/* Optional smooth fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Typography tweaks */
.timeout-modal-body h3 {
  margin-top: 0;
}

.modal-timer-text span span {
  font-weight: bold;
  color: #d9534f; /* red for urgency */
}

/* Button styling (optional) */
.button {
  display: inline-block;
  background-color: var(--brandBlue);
  color: white;
  text-decoration: none;
  padding: 16px 20px;
  text-align: center;
  position: initial;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 16px;
}
.button:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 16px;
  padding-left: 12px;
}
.time-text span {
  display: none;
}
