@charset "UTF-8";
/* hamburgers */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #b7172e;
}

.hamburger-box {
  width: 32px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #b7172e;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Bootstrap variables and mixins */
@font-face {
  font-family: DaxWeb;
  src: url("../Fonts/DaxPro.woff2") format("woff2"), url("../Fonts/DaxPro.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DaxWeb;
  src: url("../Fonts/DaxPro-Bold.woff2") format("woff2"), url("../Fonts/DaxPro-Bold.woff") format("woff");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: DaxWeb-Light;
  src: url("../Fonts/DaxPro-Light.woff2") format("woff2"), url("../Fonts/DaxPro-Light.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DaxWeb-Medi;
  src: url("../Fonts/DaxPro-Medium.woff2") format("woff2"), url("../Fonts/DaxPro-Medium.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-y: scroll;
}

*:focus {
  outline: 1px solid #42586b;
  box-shadow: 0 0 5px 3px #516b82;
}

*:focus-visible {
  outline: 1px solid #42586b;
  box-shadow: 0 0 5px 3px #516b82;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  color: #b7172e;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
a.lightbox {
  display: inline-block;
}

.modal-body .ratio {
  background-color: #ffffff !important;
}

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

.navbar-container {
  padding: 0;
}
@media (min-width: 768px) {
  .navbar-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.main-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 2px solid #ebebeb;
  /*
  .uid-7 .mega-menu-content {
      background-image: url('../Img/abcbank_nav_bg_privatkunden.jpg');
  }

  .uid-8 .mega-menu-content {
      background-image: url('../Img/abcbank_nav_bg_geschaeftskunden.jpg');
  }

  .uid-9 .mega-menu-content {
      background-image: url('../Img/abcbank_nav_bg_institutionen.jpg');
  }

  .uid-10 .mega-menu-content {
      background-image: url('../Img/abcbank-gf-2025-02.png');
      background-position: bottom -10px right 40px;
      background-size: 320px;
  }
   */
}
@media (min-width: 768px) {
  .main-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 0;
  }
}
.main-navigation > li {
  font-size: 22px;
  border-bottom: 1px solid #ebebeb;
  /* links for mobile only */
}
@media (min-width: 768px) {
  .main-navigation > li {
    border-bottom: 0;
    border-right: 1px solid #eff0f0;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .main-navigation > li:first-child {
    border-left: 1px solid #eff0f0;
  }
}
.main-navigation > li.show {
  border-bottom-color: #b7172e;
}
@media (min-width: 768px) {
  .main-navigation > li.top {
    display: none;
  }
}
.main-navigation > li > a {
  display: block;
  padding: 25px 10px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  color: #707070;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .main-navigation > li > a {
    padding: 15px;
    background-color: #ffffff;
    border-top: 1px solid #eff0f0;
    border-bottom: 3px solid #eff0f0;
  }
}
.main-navigation > li > a.active {
  border-bottom-color: #b7172e;
  color: #b7172e;
  text-decoration: none;
}
.main-navigation > li > a:hover {
  border-bottom-color: #b7172e;
  color: #b7172e;
  text-decoration: none;
}
.main-navigation .dropdown-menu {
  border: 0;
  padding: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
@media (min-width: 768px) {
  .main-navigation .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
.main-navigation .dropdown-menu .close-navlayer {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  background-image: url("../Img/close.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #b7172e;
  cursor: pointer;
  border: 0;
}
@media (min-width: 768px) {
  .main-navigation .dropdown-menu .close-navlayer {
    display: block;
  }
}
.main-navigation .dropdown-menu .mega-menu-content {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-size: contain;
  font-size: 16px;
  padding: 12px;
  position: relative;
  z-index: 50;
}
@media (max-width: 991.98px) {
  .main-navigation .dropdown-menu .mega-menu-content {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .main-navigation .dropdown-menu .mega-menu-content {
    min-height: 300px;
    padding: 0;
  }
}
.main-navigation .dropdown-menu .mega-menu-content .overview-teaser {
  text-align: center;
  line-height: 1.7;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .main-navigation .dropdown-menu .mega-menu-content .overview-teaser {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .main-navigation .dropdown-menu .mega-menu-content .overview-teaser {
    padding: 2.5rem;
  }
}
.main-navigation .dropdown-menu .mega-menu-content .overview-teaser p:last-child {
  margin-bottom: 0;
}
.main-navigation .dropdown-menu .mega-menu-content .overview-menu {
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .main-navigation .dropdown-menu .mega-menu-content .overview-menu {
    padding: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .main-navigation .dropdown-menu .mega-menu-content .overview-menu h3 {
    font-size: 1.375rem;
  }
}
.main-navigation .dropdown-menu .mega-menu-content .overview-menu ul {
  padding: 0;
}
.main-navigation .dropdown-menu .mega-menu-content .overview-menu ul li {
  list-style-type: none;
  font-size: 16px;
  font-family: DaxWeb-Medi;
  text-align: left;
}
.main-navigation .dropdown-menu .mega-menu-content .overview-menu a {
  display: block;
  padding: 4px;
  text-decoration: none;
}
.main-navigation .dropdown-menu .mega-menu-content .overview-menu a:hover {
  text-decoration: underline;
}
.main-navigation .dropdown-menu .mega-menu-content .overview-menu a::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 2px;
  margin-right: 4px;
  background-image: url("../Icons/arrow-right.svg");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* add chevron to highlight menu can be opened */
@media (max-width: 767.98px) {
  .main-navigation > li > a.dropdown-toggle {
    position: relative;
  }
  .main-navigation > li > a.dropdown-toggle::before {
    content: "";
    background-image: url("../Icons/chevron-down.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -15px;
  }
}
.navigation-toggle {
  position: relative;
}
.navigation-toggle .hamburger {
  padding-top: 11px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .navigation-toggle {
    display: none;
  }
}

.simple-tabs .nav-tabs {
  justify-content: center;
  margin-bottom: 2rem;
  border-bottom: 0;
}
.simple-tabs .nav-link {
  min-width: 7.5rem;
  border: 1px solid #5c7a94;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .simple-tabs .nav-link {
    min-width: 11.25rem;
  }
}
.simple-tabs .nav-item:first-child .nav-link {
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}
.simple-tabs .nav-item:last-child .nav-link {
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.contenttable {
  width: 100%;
}
.contenttable th, .contenttable td {
  padding: 15px;
}
.contenttable thead th {
  color: #b7172e;
}
.contenttable h3 {
  color: #b7172e;
  margin-bottom: 0;
}
.contenttable h3 .small {
  color: #b7172e;
}
.contenttable th:first-child {
  width: 50%;
}
.contenttable tbody tr {
  background-color: #fcfcfd;
}
.contenttable tbody tr th {
  background-color: #f7f8fa;
  border: 0;
  font-weight: normal;
}
.contenttable tbody tr td {
  border: 0;
}
.contenttable tbody tr:nth-of-type(2n+1) {
  background-color: #f5f7f9;
}
.contenttable tbody tr:nth-of-type(2n+1) th {
  background-color: #f0f3f6;
}

.content {
  position: relative;
}
.content::after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #DEEBF4 0%, #ffffff 100%);
}

.frame-table {
  margin-bottom: 20px;
}

.frame-table {
  overflow-y: scroll;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .frame-table {
    overflow: hidden;
  }
}

/* FRAME PETROL */
.frame-petrol, .frame-petrolMedi, .frame-petrolDark {
  padding: 30px;
  color: #fff;
  --bs-link-color-rgb: $white;
}
@media (min-width: 768px) {
  .frame-petrol, .frame-petrolMedi, .frame-petrolDark {
    padding: 40px;
  }
}
.frame-petrol h3, .frame-petrolMedi h3, .frame-petrolDark h3 {
  color: #fff;
}
.frame-petrol .btn.btn-default, .frame-petrolMedi .btn.btn-default, .frame-petrolDark .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
.frame-petrol ul.check > li, .frame-petrolMedi ul.check > li, .frame-petrolDark ul.check > li {
  background-image: url(../Img/check_hell.png) !important;
}

.frame-petrol {
  background-color: #5c7a94;
}
.frame-petrol h2, .frame-petrol h3, .frame-petrol h4, .frame-petrol p {
  color: #ffffff;
}

.frame-petrolMedi {
  background-color: #516b82;
}
.frame-petrolMedi h2, .frame-petrolMedi h3, .frame-petrolMedi h4, .frame-petrolMedi p {
  color: #ffffff;
}

.frame-petrolDark {
  background-color: #42586b;
}
.frame-petrolDark h2, .frame-petrolDark h3, .frame-petrolDark h4, .frame-petrolDark p {
  color: #ffffff;
}

.frame-layout-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row.petrol h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
.row.petrol .frame {
  height: 100%;
}
.row.petrol .tile {
  background-color: #5c7a94;
  padding: 30px 30px 80px 30px;
  color: #fff;
  background-image: url("../Img/prozent_bg_hell.png");
  background-repeat: no-repeat;
  background-position: center 50px;
  border-bottom: 1px solid #42586b;
  position: relative;
}
@media (min-width: 576px) {
  .row.petrol .tile {
    height: 100%;
  }
}
.row.petrol .tile.medi {
  background-color: #516b82;
}
.row.petrol .tile.dark {
  background-color: #42586b;
  border-bottom: 1px solid #5c7a94;
}
.row.petrol .tile h3 {
  color: #fff;
  margin-bottom: 10px;
}
.row.petrol .tile .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
.row.petrol .tile .tile-link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.row.petrol .tile .big {
  font-family: DaxWeb-Medi;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}
.row.petrol .tile .btn:focus {
  box-shadow: 0 0 5px 2px #ffffff;
  outline: 1px solid #ffffff;
}
.row.petrol .rates {
  background-color: #5c7a94;
  color: #fff;
  padding-top: 40px;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .row.petrol .rates {
    padding-bottom: 70px;
  }
}
.row.petrol .rates.medi {
  background-color: #516b82;
}
.row.petrol .rates.dark {
  background-color: #42586b;
  border-bottom: 1px solid #5c7a94;
}
.row.petrol .rates h3 {
  color: #fff;
  margin: 0 10px 10px;
}
.row.petrol .rates table {
  width: 100%;
}
.row.petrol .rates table tr:nth-child(2n) {
  background-color: #557088;
}
.row.petrol .rates table td {
  font-size: 24px;
  padding: 7px 20px;
}
.row.petrol .rates table td .bold {
  font-family: DaxWeb-Medi;
}
.row.petrol .rates table td .small {
  font-size: 16px;
}
.row.petrol .rates table td:first-child {
  width: 25%;
}
.row.petrol .rates table td:last-child {
  width: 15%;
}
.row.petrol .rates .info-text {
  font-size: 0.875rem;
  text-align: right;
  margin: 0;
  margin-top: 1.25rem;
  padding: 20px;
}
@media (min-width: 768px) {
  .row.petrol .rates .info-text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}

/*
 * Special rows
 */
/* Trust : Column class trust and one of the trust frames as content */
.row.trust .frame {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px;
  margin-bottom: 1.25rem;
  border: 1px solid #e9e9e9;
  position: relative;
}
@media (min-width: 992px) {
  .row.trust .frame {
    height: 100%;
    margin-bottom: 0;
    /* button has two lines and needs more space */
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .row.trust .frame {
    padding: 45px 35px;
    padding-bottom: 90px;
  }
}
.row.trust .frame h3 {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .row.trust .frame h3 {
    font-size: 1.375rem;
  }
}
.row.trust .frame .image > img,
.row.trust .frame .image a > img {
  max-width: 82px;
}
.row.trust .frame p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .row.trust .frame p:last-child {
    position: absolute;
    bottom: 45px;
    left: 40px;
    right: 45px;
  }
}
.row.trust .trust1 .frame {
  background-image: url(../Img/trust1_bg.jpg);
}
.row.trust .trust2 .frame {
  background-image: url(../Img/trust2_bg.jpg);
}
.row.trust .trust3 .frame {
  background-image: url(../Img/trust3_bg.jpg);
}

/* Konto eröffnen */
.row.konto {
  margin-bottom: 30px;
}
.row.konto .frame,
.row.konto .frame-petrolMedi {
  padding: 0;
  height: 100%;
}
.row.konto .frame .ce-bodytext,
.row.konto .frame-petrolMedi .ce-bodytext {
  padding: 10px 20px 20px 20px;
}
@media (min-width: 992px) {
  .row.konto .frame .ce-bodytext,
  .row.konto .frame-petrolMedi .ce-bodytext {
    padding: 20px 40px 40px 40px;
  }
}
.row.konto .frame .ce-bodytext h3,
.row.konto .frame-petrolMedi .ce-bodytext h3 {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .row.konto .frame .ce-bodytext h3,
  .row.konto .frame-petrolMedi .ce-bodytext h3 {
    font-size: 1.875rem;
  }
}

.ce-textpic figure {
  display: block;
}
.ce-textpic img {
  max-width: 100%;
  height: auto;
}
.ce-textpic.ce-center figure {
  text-align: center;
}
@media (min-width: 768px) {
  .ce-textpic.ce-right figure {
    text-align: right;
  }
}
.ce-textpic.ce-intext.ce-right {
  overflow: auto;
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext.ce-right figure {
    float: right;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .ce-image-centered {
    position: relative;
    height: 100%;
  }
}
.ce-image-centered figure {
  text-align: center;
}
@media (min-width: 768px) {
  .ce-image-centered figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

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

/* between content and footer */
.content-footer {
  background-image: url("../Img/abcbank_footer_bg_mobile.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 366px;
  width: 100%;
  margin: 0;
  margin-top: 2.5rem;
}
@media (min-width: 576px) {
  .content-footer {
    background-image: url("../Img/abcbank_footer_bg_tablet.jpg");
  }
}
@media (min-width: 992px) {
  .content-footer {
    margin-top: 5rem;
    background-image: url("../Img/abcbank_footer_bg.jpg");
  }
}
.content-footer h2 {
  color: #b7172e;
  font-size: 1.625rem;
}
.content-footer .btn {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 3.125rem;
  font-size: 1.5rem;
}

#footer {
  background-color: #3f3f3f;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #d7d8d9;
}
@media (min-width: 992px) {
  #footer {
    padding-top: 3.75rem;
  }
}
#footer a {
  color: #d7d8d9;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-container {
  position: relative;
}
#footer .footer-container ul {
  padding: 0;
  margin-right: 8.125rem;
  margin-bottom: 1.25rem;
  margin-left: -1rem;
}
#footer .footer-container ul li {
  display: block;
  list-style-type: none;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #footer .footer-container ul li {
    border-right: 1px solid #d7d8d9;
  }
}
@media (min-width: 768px) {
  #footer .footer-container ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}
#footer .footer-container ul li a {
  padding: 0.25em 1rem;
}
#footer .footer-container ul li:last-child {
  border-right: 0;
}
#footer hr {
  border-color: #303030;
  margin: 20px 0;
}
#footer .copyright-container {
  color: #b6b6b6;
}
#footer .copyright-container ul {
  margin: 0;
  padding: 0;
}
#footer .copyright-container ul li {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #footer .copyright-container ul li {
    margin-bottom: 0;
    padding-left: 0.5rem;
    display: inline-block;
  }
}
#footer .copyright-container ul li .circle {
  position: relative;
  margin-right: 2px;
}
#footer .copyright-container ul li .circle::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #b6b6b6;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
#footer .copyright-container ul li svg {
  width: 2rem;
  height: 2rem;
}
#footer .copyright-container ul li:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  #footer .copyright-container ul li.tel, #footer .copyright-container ul li.mail, #footer .copyright-container ul li.fax {
    margin-top: 5px;
    display: block;
  }
}
@media (min-width: 992px) {
  #footer .copyright-container ul li.tel, #footer .copyright-container ul li.mail, #footer .copyright-container ul li.fax {
    margin-top: 0;
    margin-left: 1rem;
    display: inline-block;
  }
}

#focus-money-siegel {
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  #focus-money-siegel {
    top: -138px;
    right: 15px;
  }
}

.breadcrumb {
  background: transparent;
  text-align: right;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 0.9375rem;
  }
}
.breadcrumb a {
  display: inline-block;
  font-family: DaxWeb-Medi;
  color: #333333;
  padding: 5px;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li::after {
  content: ">";
}
.breadcrumb li:last-child a {
  color: #b7172e;
}
.breadcrumb li:last-child::after {
  content: none;
}

/* FORM */
.content form {
  padding: 30px;
  font-size: 16px;
  background-color: #e8eff5;
}
.content form p {
  font-size: var(--bs-body-font-size);
}
.content .form-group {
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .content .form-group {
    margin-bottom: 2.2rem;
  }
}
.content .form-label {
  font-size: 1.1rem;
}
.content .radio-group .form-label {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.content .radio-group .form-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 1em;
}
.content .form-check {
  display: flex;
  gap: 0.5em;
  padding-left: 0;
}
.content .form-check-input {
  float: none;
  margin-top: 0;
  margin-left: 0;
  width: 1.5em;
  height: 1.5em;
}
.content .form-control,
.content .form-select {
  padding: 1.25em;
  font-size: 1em;
  border-radius: 0.25em;
}
.content .form-control.xxlarge,
.content .form-select.xxlarge {
  min-height: calc(1.5em + 8.5rem + var(--bs-border-width) * 2);
}
.content .form-control.error,
.content .form-select.error {
  border-color: #b7172e;
}
.content .form-control:not(textarea),
.content .form-select {
  line-height: normal;
}
.content .form-select {
  --bs-form-select-bg-img: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="18" viewBox="0 0 32 18"><path fill="%23333333" fill-rule="nonzero" d="m32 1.299-16 16-16-16L1.299 0 16 14.7 30.701 0z"/></svg>');
}
@media (min-width: 768px) {
  .content .form-navigation {
    display: flex;
    justify-content: flex-end;
  }
}

/**
 * form extension overwrites
 */
.radio > label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.tx-kesearch-pi1 form .input {
  margin-bottom: 10px;
}
.tx-kesearch-pi1 form {
  margin-bottom: 1.875rem;
}
.tx-kesearch-pi1 .result-list-item {
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #eff0f0;
}
.tx-kesearch-pi1 span.hit {
  display: inline-block;
  padding: 1px;
  background-color: #e8eff5;
}
.tx-kesearch-pi1 .result_txt {
  margin-bottom: 1rem;
}

#kesearch_num_results {
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.content ul ul {
  margin-top: 1rem;
}

.content ul.check {
  padding-left: 0;
}

.content ul.check > li {
  list-style-type: none;
  padding-left: 45px;
  background-image: url("../Img/check_dunkel.png");
  background-repeat: no-repeat;
  min-height: 32px;
  vertical-align: middle;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .content ul.check > li {
    font-size: 20px;
  }
}

/* Back to Top */
.link-to-top a {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .link-to-top a {
    bottom: 20px;
    right: 30px;
  }
}
.link-to-top a svg {
  width: 2.625rem;
  height: 2.625rem;
}
.link-to-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#emergency-notice {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  padding: 3rem;
  transform: translateX(-50%);
  z-index: 220;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 8px solid #b7172e;
  display: none;
}
#emergency-notice h3 {
  color: #b7172e;
}
#emergency-notice p:last-child {
  margin-bottom: 0;
}
#emergency-notice .close {
  width: 44px;
  height: 44px;
  line-height: 36px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
#emergency-notice .close::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  font-family: sans-serif;
  background-image: url("../Img/close.gif");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#zinsrechner h2 .important {
  color: #b7172e;
}

#zinsrechner .form {
  --bs-body-bg: #fafcfd;
  width: 100%;
  background-image: url(../Img/zinsrechner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  #zinsrechner .form {
    padding: 2.5rem;
    padding-bottom: 2rem;
  }
}

#zinsrechner form {
  padding: 0;
}

#zinsrechner .form form {
  background-color: transparent;
}

#zinsrechner .form .parameters {
  --bs-secondary-bg: #bfcdd9;
}

#zinsrechner .form .result {
  --bs-secondary-bg: #5c7a94;
  --bs-body-color: #fff;
}

@media (min-width: 768px) {
  #zinsrechner .form .radio {
    display: flex;
  }
}

.popover-error {
  position: absolute;
  top: 79px;
  margin-left: 15px;
  border: 1px solid #990000;
  padding: 5px;
  background-color: #990000;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
}

.popover-triangle {
  position: absolute;
  top: 70px;
  width: 0;
  height: 0;
  margin-left: 50px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #990000;
}

textarea.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}

input.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}

.typo3-messages .message-error {
  color: red;
}

.typo3-messages .message-ok {
  color: green;
}

body.show-breakpoints::before {
  content: "xs";
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 2px;
  padding: 8px;
  border: 1px solid silver;
  background-color: white;
}
@media (min-width: 576px) {
  body.show-breakpoints::before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body.show-breakpoints::before {
    content: "md";
  }
}
@media (min-width: 992px) {
  body.show-breakpoints::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body.show-breakpoints::before {
    content: "xl";
  }
}

a.footnote-link {
  cursor: help;
  border-bottom: 1px dashed #333333;
  text-decoration: none;
}
a.footnote-link::after {
  content: "?";
  vertical-align: super;
  font-size: 90%;
}

.frame-petrol a.footnote-link, .frame-petrolMedi a.footnote-link, .frame-petrolDark a.footnote-link {
  border-bottom-color: #ffffff;
  color: #ffffff;
}

.footnote {
  font-size: 1rem;
}

/* Customer Specific Layout Definitions */
.collection-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-content {
  padding: 0;
  margin: 0;
  list-style: none;
}
.collection-content .link-item {
  margin-bottom: 20px;
  background-image: none;
  padding: 2px 0 0 32px;
  min-height: 0;
  position: relative;
}
.collection-content .link-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}
.collection-content .link-item .desc {
  color: #606060;
  display: block;
}

@media (min-width: 768px) {
  .collection-content .link-item {
    margin-bottom: 20px;
  }
  .collection-content .link-item .desc {
    display: inline-block;
    padding-left: 20px;
  }
}
.ce-uploads {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ce-uploads li {
  margin-bottom: 20px;
  background-image: none;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ce-uploads li img {
  width: 28px;
  height: auto;
  float: none;
  margin-right: 1rem;
  padding: 0;
}
.ce-uploads li .desc {
  color: #606060;
  display: block;
}
.ce-uploads li .ce-uploads-filesize {
  display: block;
  margin-left: 0.25rem;
}
.ce-uploads li .ce-uploads-fileName {
  margin-left: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .header {
    background-color: #ffffff;
  }
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-container {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .header-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.header-logo a {
  display: block;
  padding: 0.25rem;
}

.meta-navigation {
  display: none;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  .meta-navigation {
    display: flex;
  }
}
.meta-navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-navigation ul a {
  color: #606060;
  text-decoration: none;
  padding: 1rem;
}
.meta-navigation ul a:hover {
  text-decoration: underline;
}
.meta-navigation li {
  display: block;
}
.meta-navigation .login-button {
  margin-left: 1rem;
}
.meta-navigation .search-form {
  position: relative;
}
.meta-navigation .search-form input {
  border-radius: 2rem;
  padding-left: 1rem;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .meta-navigation .search-form input {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .meta-navigation .search-form input {
    padding-left: 2rem;
  }
}
.meta-navigation .search-form .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background-image: url("../Img/lupe.png");
  background-repeat: no-repeat;
  background-position: center left;
  border: 0;
  background-color: transparent;
}

/*
.header-full {
    background-color: #ffffff;
    // background-image: url('../Img/abcbank_header_bg_startseite.jpg');
    // background-repeat: no-repeat;
    // background-position: center top;
    // background-color: #deebf5;
    // height: 851px;

    @include media-breakpoint-up(md) {
        background-color: transparent;
    }

    .header-top-container {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 10;

        @include media-breakpoint-up(md) {
            margin-bottom: 15px;
        }
    }

    .header-full-title {
        margin-top: 14px;
        margin-bottom: 13px;

        @include media-breakpoint-up(md) {
            margin-top: 27px;
        }

        a {
            display: block;
        }
    }

    .top-nav {
        margin-top: 12px;
        font-size: 14px;

        @include media-breakpoint-up(md) {
            margin-top: 30px;
        }

        .login-btn {
            float: right;

            a {
                padding-top: 7px;
                padding-bottom: 7px;
            }
        }

        .topnav {
            float: right;
            font-family: DaxWeb-Medi;
            list-style-type: none;
            display: inline-flex;

            ul {
                padding-left: 15px;
                padding-right: 15px;

                li {
                }

                a {
                    display: block;
                    color: $secondary;
                    font-size: 14px;
                    padding: 5px 10px 3px;
                    text-decoration: none;

                    &:hover {
                        text-decoration: none;
                    }
                }
            }
        }

        .topsearch {
            float: right;
            border: 1px solid $secondary;
            border-radius: 15px;
            width: 170px;

            form {
                padding: 0;
                margin: 0;

                input {
                    background: transparent;
                    border: 0;
                }

                .form-control {
                    width: 130px;
                    height: 28px;
                    font-size: 14px;
                    font-family: DaxWeb;
                    padding: 8px 12px 8px 20px;
                }

                .search-icon {
                    width: 28px;
                    height: 28px;
                    padding: 4px;
                    background-image: url('../Img/lupe.png');
                    background-repeat: no-repeat;
                    background-position: center left;
                }
            }
        }
    }
}
*/
#stage {
  background-color: #deebf5;
}
@media (min-width: 768px) {
  #stage {
    min-height: 9.375rem;
  }
}

.stage {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #DEEBF4;
  padding-top: 4rem;
  /* remove padding and min height if no image is set */
}
@media (max-width: 767.98px) {
  .stage {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .stage {
    padding-top: 8.75rem;
    padding-bottom: 1px;
  }
}
.stage.no-image .stage-text {
  padding-top: 2rem;
  min-height: 0;
}

.stage-image {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .stage-image {
    display: none;
  }
}

.stage-text {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .stage-text {
    margin-right: 50%;
    min-height: 26.25rem;
  }
}
@media (min-width: 992px) {
  .stage-text {
    padding-top: 7.5rem;
  }
}

/* MARQUEE */
.marquee-container {
  position: relative;
}

.marquee {
  max-width: 100vw; /* iOS braucht das */
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* hier evtl. noch font-size, color usw. */
  /* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 60s linear infinite;
}
.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

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