@charset "UTF-8";
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/*
 * Navigation at the side of the content
 * Listet Inhalt der aktuallen Seite mit anchors zu den Abschnitten
 * e.g.: /kredit/,
 *       /kredit/studentenkredit/,
 *       /kreditkarte/publikationen/kreditkartenstudie/

 * tpl: e.g.: templates/2013/content/plp/finance/studien/kreditkartenstudie/includes/sidebar-navi.phtml
 * js: htdocs/konten/resources/accounts/js/2013/web/landingpage_kre.js
 */
.sidebar-navigation-wrapper {
  left: -190px;
  position: absolute; }
  .sidebar-navigation-wrapper nav {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
    .sidebar-navigation-wrapper nav.fixed {
      position: fixed;
      top: 150px;
      z-index: 150; }
    .sidebar-navigation-wrapper nav a {
      text-align: center;
      display: block;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      width: 155px;
      background-color: #eaeaea;
      color: #4a4a4a;
      border-bottom: 1px solid #f4f4f4; }
      .sidebar-navigation-wrapper nav a:hover {
        text-decoration: none;
        color: #333;
        background-color: #f4f4f4; }
      .sidebar-navigation-wrapper nav a.active {
        position: relative;
        background-color: #005DA8;
        color: white; }
        .sidebar-navigation-wrapper nav a.active:after {
          position: absolute;
          right: -8px;
          top: 18px;
          content: "";
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid #005da8; }
      .sidebar-navigation-wrapper nav a:last-child {
        border-bottom: none;
        text-transform: uppercase;
        background-color: #f4f4f4;
        color: #a5a5a5;
        font-size: 13px; }
        .sidebar-navigation-wrapper nav a:last-child:hover {
          font-weight: normal;
          color: #4a4a4a; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
#c24-footer-mobile {
  margin: 0 auto;
  width: 994px; }
  #c24-footer-mobile #mobile-language {
    position: relative;
    top: -70px;
    color: #a0a0a0;
    z-index: 1;
    text-align: right; }
    #c24-footer-mobile #mobile-language.tabletapp {
      bottom: -26px; }
    #c24-footer-mobile #mobile-language a {
      color: #666;
      font-size: 12px;
      text-decoration: underline;
      z-index: 1;
      position: relative;
      float: right;
      padding-left: 10px; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2104;
  display: none; }

* html #fancybox-loading {
  /* IE6 */
  position: absolute;
  margin-top: 0; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox.png"); }

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000 !important;
  opacity: 0.8 !important;
  z-index: 99999;
  display: none; }

* html #fancybox-overlay {
  /* IE6 */
  position: absolute;
  width: 100%; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 100000;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #666; }

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#fancybox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 23px;
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox.png");
  background-position: 0px -480px;
  cursor: pointer;
  z-index: 2103;
  display: none; }

#fancybox-close:hover {
  background-position: -22px -480px; }

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0; }

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 2102; }

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333; }

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold; }

.fancybox-title-over {
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancy_title_over.png");
  display: block; }

#fancybox-title-wrap {
  display: inline-block; }

#fancybox-title-wrap span {
  height: 32px;
  float: left; }

#fancybox-title-left {
  padding-left: 15px;
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox.png");
  background-position: -40px -90px;
  background-repeat: no-repeat; }

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox-x.png");
  background-position: 0px -40px;
  color: #FFF; }

#fancybox-title-right {
  padding-left: 15px;
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox.png");
  background-position: -55px -90px;
  background-repeat: no-repeat; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url("/konten/resources/accounts/imgs/fancybox/blank.gif");
  z-index: 2102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 2102;
  display: block; }

#fancybox-left-ico {
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox.png");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("/konten/resources/accounts/imgs/fancybox/fancybox.png");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 2001; }

#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%; }

#fancy-bg-ne {
  top: -20px;
  right: -20px; }

#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%; }

#fancy-bg-se {
  bottom: -20px;
  right: -20px; }

#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%; }

#fancy-bg-sw {
  bottom: -20px;
  left: -20px; }

#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%; }

#fancy-bg-nw {
  top: -20px;
  left: -20px; }

/* IE */
#fancybox-loading.fancybox-ie div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_loading.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1; }

.fancybox-ie #fancybox-title-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_title_left.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_title_main.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_nav_left.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg {
  background: transparent !important; }

.fancybox-ie #fancy-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }

.fancybox-ie #fancy-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/konten/resources/accounts/imgs/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/*
 * simple tabel layout
 * e.g.: /kreditkarte/publikationen/kreditkartenstudie/
 */
table {
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%; }
  table th,
  table td {
    border: 1px solid #dcdcdc;
    font-size: 13px;
    font-weight: 700;
    min-width: 100px;
    text-align: center;
    padding: 25px 0;
    vertical-align: middle; }
  table th {
    background: #fafafa; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* Finance Steps
 * Widgets to display steps on the SEO Page
 */
.c24fin-ac-steps {
  position: relative;
  /* Girokonto */
  /* Kreditkarte */ }
  .c24fin-ac-steps p {
    background: #fff;
    border-top: 1px dashed #dcdcdc;
    left: 0;
    padding: 17px 8% 0;
    position: absolute;
    text-align: center;
    top: 160px;
    width: 100%;
    min-height: 40px; }
  .c24fin-ac-steps .step {
    box-sizing: border-box;
    float: left;
    height: 180px;
    width: 16.6%; }
    .c24fin-ac-steps .step .icon {
      margin: 10px 2%;
      text-align: center; }
      .c24fin-ac-steps .step .icon:before {
        background: url(/konten/resources/accounts/imgs/2013/misc/fin/ac/steps-sprite.png) no-repeat 0 0 transparent;
        content: "";
        display: block;
        height: 55px;
        margin: 0 auto;
        width: 64px; }
    .c24fin-ac-steps .step:hover {
      color: #005da8;
      cursor: help; }
      .c24fin-ac-steps .step:hover p {
        color: #666;
        display: block;
        z-index: 2; }
      .c24fin-ac-steps .step:hover .icon:before {
        background-position: 0 -59px; }
      .c24fin-ac-steps .step:hover.step-02 .icon:before {
        background-position: -72px -60px; }
      .c24fin-ac-steps .step:hover.step-03 .icon:before {
        background-position: -145px -60px; }
      .c24fin-ac-steps .step:hover.step-04 .icon:before {
        background-position: -222px -60px; }
      .c24fin-ac-steps .step:hover.step-05 .icon:before {
        background-position: -294px -60px; }
      .c24fin-ac-steps .step:hover.step-06 .icon:before {
        background-position: -366px -60px; }
      .c24fin-ac-steps .step:hover.step-07 .icon:before {
        background-position: -440px -60px; }
    .c24fin-ac-steps .step.step-02 .icon:before {
      background-position: -72px 0; }
    .c24fin-ac-steps .step.step-03 .icon:before {
      background-position: -145px 0; }
    .c24fin-ac-steps .step.step-04 .icon:before {
      background-position: -222px 0; }
    .c24fin-ac-steps .step.step-05 .icon:before {
      background-position: -294px 0; }
    .c24fin-ac-steps .step.step-06 .icon:before {
      background-position: -366px 0; }
    .c24fin-ac-steps .step.step-07 .icon:before {
      background-position: -440px 0; }
  .c24fin-ac-steps.c24fin-ga-steps .step.step-04 p,
  .c24fin-ac-steps.c24fin-ga-steps .step.step-06 p,
  .c24fin-ac-steps.c24fin-ga-steps .step.step-07 p {
    padding-top: 10px; }
  .c24fin-ac-steps.c24fin-cc-steps .step {
    width: 14.2%; }
    .c24fin-ac-steps.c24fin-cc-steps .step.step-03 p,
    .c24fin-ac-steps.c24fin-cc-steps .step.step-04 p,
    .c24fin-ac-steps.c24fin-cc-steps .step.step-05 p {
      padding-top: 10px; }

/* APPLICATION STEPS Giro only*/
/* Steps for the application of a giroaccount with big blue background */
.ga-steps-application {
  margin-top: 60px;
  padding: 10px 0 40px;
  position: relative;
  z-index: 1; }
  .ga-steps-application h2,
  .ga-steps-application p,
  .ga-steps-application div,
  .ga-steps-application a {
    color: #fff;
    position: relative;
    text-align: center; }
  .ga-steps-application h2 {
    font-weight: 700;
    opacity: 1; }
  .ga-steps-application p {
    margin: 0 auto;
    width: 80%; }
    .ga-steps-application p a {
      font-weight: 700; }
  .ga-steps-application:before {
    background: #005ea8;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (min-width: 994px) {
      .ga-steps-application:before {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .ga-steps-application:before {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }
  .ga-steps-application .steps {
    align-items: flex-end;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 160%;
    margin: 40px 0 80px; }
    .ga-steps-application .steps div {
      background: #fff;
      border-radius: 50%;
      height: 140px;
      width: 140px; }
      .ga-steps-application .steps div:before {
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #575757;
        content: attr(data-idx);
        display: block;
        float: left;
        font-size: 25px;
        font-weight: bold;
        height: 50px;
        line-height: 180%;
        margin: 0 10px 0 0;
        text-align: center;
        width: 50px;
        position: relative;
        z-index: 1; }
      .ga-steps-application .steps div:after {
        background-size: 100%;
        content: '';
        height: 63px;
        position: absolute;
        top: 40px; }
    .ga-steps-application .steps span {
      left: -35px;
      position: absolute;
      top: 160px;
      width: 210px; }
    .ga-steps-application .steps .step-1:after {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/gir/icon-laptop.svg") no-repeat 0 0 transparent;
      left: 25px;
      width: 90px; }
    .ga-steps-application .steps .step-2:after {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/gir/icon-contract.svg") no-repeat 0 0 transparent;
      left: 48px;
      width: 47px; }
    .ga-steps-application .steps .step-3:after {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/gir/icon-creditcard.svg") no-repeat 0 0 transparent;
      left: 36px;
      width: 67px; }

/* Steps explanation following ga-steps-application*/
.steps-application-explanation .c24-cnt-ele {
  margin: 0 20px 60px 0; }
  .steps-application-explanation .c24-cnt-ele p {
    margin-bottom: 40px; }
    .steps-application-explanation .c24-cnt-ele p:last-child {
      margin-bottom: -20px; }

.giro-wechseln .c24-cnt-ele-title {
  font-weight: 700;
  font-size: 18px;
  text-align: center; }

/* Steps for the application of a Product with big blue background */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
.steps-application {
  margin: 60px 0;
  padding: 10px 0 40px;
  position: relative;
  z-index: 1; }
  .steps-application h2,
  .steps-application p,
  .steps-application div,
  .steps-application a {
    color: #fff;
    position: relative;
    text-align: center; }
  .steps-application h2 {
    font-weight: 700;
    opacity: 1; }
  .steps-application p {
    margin: 0 auto;
    width: 80%; }
    .steps-application p a {
      font-weight: 700; }
  .steps-application:before {
    background: #005ea8;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (min-width: 994px) {
      .steps-application:before {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .steps-application:before {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }
  .steps-application .steps {
    align-items: flex-end;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 160%;
    margin: 40px 0 80px; }
    .steps-application .steps div {
      background: #fff;
      border-radius: 50%;
      height: 140px;
      width: 140px; }
      .steps-application .steps div:before {
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #575757;
        content: attr(data-idx);
        display: block;
        float: left;
        font-size: 25px;
        font-weight: bold;
        height: 50px;
        line-height: 180%;
        margin: 0 10px 0 0;
        text-align: center;
        width: 50px;
        position: relative;
        z-index: 1; }
      .steps-application .steps div:after {
        background-size: 100%;
        content: '';
        height: 63px;
        position: absolute;
        top: 40px; }
    .steps-application .steps span {
      left: -35px;
      position: absolute;
      top: 160px;
      width: 210px; }
    .steps-application .steps .step-1:after {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/gir/icon-laptop.svg") no-repeat 0 0 transparent;
      left: 25px;
      width: 90px; }
    .steps-application .steps .step-2:after {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/gir/icon-contract.svg") no-repeat 0 0 transparent;
      left: 48px;
      width: 47px; }
    .steps-application .steps .step-3:after {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/gir/icon-creditcard.svg") no-repeat 0 0 transparent;
      left: 36px;
      width: 67px; }
  .steps-application.tgkonto-ablauf, .steps-application.fg-ablauf {
    margin: 0 0 40px; }
    .steps-application.tgkonto-ablauf .steps, .steps-application.fg-ablauf .steps {
      margin: 0; }
      .steps-application.tgkonto-ablauf .steps .step-1:after, .steps-application.fg-ablauf .steps .step-1:after {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/fg/icon-magnifier.svg") no-repeat 0 0 transparent;
        background-size: cover;
        width: 130px;
        left: -10px;
        top: 5px;
        height: 130px; }
      .steps-application.tgkonto-ablauf .steps .step-2:after, .steps-application.fg-ablauf .steps .step-2:after {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/fg/icon-building.svg") no-repeat 0 0 transparent;
        background-size: cover;
        width: 130px;
        left: -10px;
        top: 5px;
        height: 130px; }
      .steps-application.tgkonto-ablauf .steps .step-3:after, .steps-application.fg-ablauf .steps .step-3:after {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/fg/icon-money.svg") no-repeat 0 0 transparent;
        background-size: cover;
        width: 130px;
        left: -10px;
        top: 5px;
        height: 130px; }
  .steps-application.ga-kostenlos {
    margin: 60px 0 0; }

.steps-paragraphs .numbered-paragraph {
  break-inside: avoid; }
  .steps-paragraphs .numbered-paragraph:before {
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px; }
  .steps-paragraphs .numbered-paragraph.without-headline {
    margin: 20px 0; }
    .steps-paragraphs .numbered-paragraph.without-headline:first-child {
      margin-top: 0; }
  .steps-paragraphs .numbered-paragraph.girokonto-eroeffnen-step {
    margin: 40px 0 0; }

.steps-block.tgkonto-ablauf .numbered-paragraph, .steps-block.fg-ablauf .numbered-paragraph {
  color: #575757;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 0; }

.steps-block.tgkonto-ablauf .c24-info-tipp h4 {
  font-size: 12px;
  font-weight: 700; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
.badge-wrapper {
  position: absolute;
  top: -1px;
  border: 0;
  padding: 0; }
  .badge-wrapper--zero {
    right: auto;
    left: -10px; }

.badge {
  background: #7ab51d;
  height: 24px;
  line-height: 22px; }
  .badge::before {
    content: '';
    display: block;
    transform: rotate(-32deg);
    background-color: #6ca51f;
    height: 0;
    width: 0;
    position: absolute;
    left: 5px;
    top: 19px;
    z-index: -1;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #6ca51f;
    border-top: 7px solid transparent; }
  .badge__content {
    padding: 0 10px; }
    .badge__content__title {
      color: #fff;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      height: 100%;
      line-height: 23px;
      margin: 0;
      text-align: left;
      padding-left: 10px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* BOX: Umfrage */
.c24fin-question {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  clear: both;
  position: relative;
  width: 470px !important;
  min-width: auto !important;
  float: right;
  margin: 32px 0 8px 20px;
  border-right: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0; }
  .c24fin-question.tagesgeld, .c24fin-question.festgeld {
    width: 470px !important; }
  .c24fin-question h4,
  .c24fin-question h5 {
    background: #005ea8;
    border: none;
    color: #fff;
    margin: 0;
    padding: 20px;
    text-align: left;
    font-size: 14px; }
  .c24fin-question h4.c24-cnt-ele-title {
    padding: 20px 20px 0 20px; }
  .c24fin-question h5::after {
    border-color: #005ea8 transparent transparent;
    border-style: solid;
    border-width: 7px;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 91.3%;
    top: 56px; }
  .c24fin-question form {
    background: #f4f4f4;
    padding: 0 10px 13px 10px; }
    .c24fin-question form h5 {
      line-height: 140%;
      margin: 0 -10px 10px;
      position: relative;
      padding: 20px;
      background: #005ea8; }
      .c24fin-question form h5::after {
        top: auto;
        bottom: -14px;
        right: auto;
        left: 36px; }
    .c24fin-question form div {
      margin: 15px 25px;
      width: auto; }
      .c24fin-question form div input {
        margin: 2px 5px 0 0; }
        .c24fin-question form div input.text {
          width: 90%; }
    .c24fin-question form > div {
      display: table;
      line-height: 16px; }
    .c24fin-question form ul {
      list-style-type: none;
      padding: 0; }
    .c24fin-question form input[type=checkbox] + label {
      margin: 8px 0; }
      .c24fin-question form input[type=checkbox] + label:before {
        height: 15px;
        width: 15px; }
  .c24fin-question.tagesgeld form h5 {
    padding: auto;
    color: #fff;
    font-size: 14px;
    text-align: left; }
  .c24fin-question .fakeScrollEle {
    top: -80px;
    position: absolute;
    width: 1px;
    height: 1px;
    background-color: transparent; }
  .c24fin-question .c24-button {
    bottom: 20px;
    font-size: 14px !important;
    margin: 0;
    padding: 10px 35px !important;
    position: absolute;
    right: 20px;
    float: right; }
  .c24fin-question .c24-cnt-ele-content {
    background: #fafafa;
    padding: 10px 20px; }
  .c24fin-question.festgeld form div {
    margin: 0 25px !important;
    width: auto !important; }
  .c24fin-question.alternate-slim-width {
    width: 325px; }
    .c24fin-question.alternate-slim-width h5::after {
      right: 270px; }
    .c24fin-question.alternate-slim-width form {
      padding-bottom: 45px; }

.c24fin-infoList {
  float: right;
  margin: 0 0 8px 20px;
  width: 236px;
  border-right: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 325px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* widget: Card */
.accounts-card {
  position: relative; }
  .accounts-card.boxed {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .accounts-card.pull-up {
    width: 85%;
    margin: -200px auto 20px;
    background-color: #fff; }
  .accounts-card .headline {
    background: rgba(246, 247, 249, 0.9);
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 0 30px; }
  .accounts-card .content {
    color: #666;
    font-size: 15px;
    padding: 20px 60px; }
    .accounts-card .content ul {
      list-style: none; }
      .accounts-card .content ul li {
        line-height: 150%;
        min-height: 35px;
        margin: 20px 0 0;
        padding-left: 50px;
        position: relative; }
        .accounts-card .content ul li:before {
          /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/arrow.png */
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAABVlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACRIAAAAAECAAAAAAAAAABw8AAAAAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMFQACREAL1EABAgAAAAAAAAABAgAAAAAAAAABw4APWwAIDcAHzUARoEAP3UALVAAOWkATYsAM18ASYQAQncAP3IAVpkAUpMAUI4ATYkAWqEAWaEAWaAAWZ4AWJ0AV5wAVpoAVpsAXKUAW6QAW6MAWqIAW6UAWqIAWqEAWqMAXacAXKcAXqgBXqgCX6gEYKkFYakod7UsebcwfLg9hLxEiL9LjcFSkcNbl8dim8lnn8tqoMxzps97q9GEsdWOt9iWvNuewd2mxuCuy+P2+fz3+vz5+/37/P38/f79/f7+/v7////O/o3uAAAAUnRSTlMAAQIDBAUGBwgJCgsMDRARExUWGBkaHSAgISMjJCYqKy0uMzQ3Ojo8PD0+Q0RHSEpQWFtfaWx1e4GBj5anrrO61NbX2Nrd3t7q6+zt7e7v8Pr704bVcwAAAdxJREFUOMuNlN2S0zAMhY8kJ0633RKgLMzsBXR4/2fiaukMlCml2yb+k7hok3TLMLO6s/RZlmwdE66MCCADzK6dV2FmYgJMTXWCaIyLOGYmMlPVXMrAXAhmV0nzOHNN0/e5e+pLyqoTQSRV5ddv74bMp923kNI5jQAAS+0fvj5UY03V8l4DbCRYvP+8Xlx3hVnLR1IYIABJXX/8UuOlyTx0pmeCq3q+nuPWpPpTTA0Cct6vP4wV6Ig0sjc1MEhk1g7e5ad2ytLORAgCqf3j6uLzK264H/PlgxZlYnazwRf2huW7qSHHTEzEbupjv1Pcvx9WtWMiBjP76ezDrmCxuryFZ2YwiOj6LkoGRC45iAhMIEoTcNd6dNt8XiQiEBvMwgjM2xqnbRkKN4M5mFkcS2sdjr/G4YlmBoaqjjcQT3jeTiPYqyoELA5v3OALh6mmsOliLmyqOe6mbVdt7WJWNQGInTb+n7fF4UfXx2wCkBDZkm+Bsjl0KSnkLBMtixukfN+dQsx2nlMiyqF6MWXHze8+xKSXSTYy5D57GeJp+/PQ9ymqAQ6AIpgVDc8z7xspfQjdKXUxxqIv9FL7SmpiMrVYUoiDXhwAmMFUU8X1WZVR043mXqPbV2j////HX7l3CI/Dgs4CAAAAAElFTkSuQmCC);
          content: '';
          height: 35px;
          left: 0;
          position: absolute;
          top: -5px;
          width: 35px; }
        .accounts-card .content ul li.single-line:before {
          top: -4px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* Download Area
 *  styles for .download elemnt
 * copied from finanzen.scss on 15.11.2017 to remove the stylesheet from karten konto pages
 */
.download {
  width: 994px;
  margin: 0 auto; }
  .download .column_2 {
    margin-bottom: 40px; }
  .download h4 {
    color: #575757;
    font-weight: bold; }
  .download a {
    padding: 50px 20px 30px 20px;
    display: block;
    text-decoration: none;
    color: #666;
    position: relative;
    height: 325px; }
    .download a .dlFooter {
      position: absolute;
      bottom: 25px;
      width: 88%; }
      .download a .dlFooter .border_line {
        border-bottom: 1px solid #dcdcdc;
        margin: 15px 0;
        width: 100%; }
      .download a .dlFooter span {
        color: #005DA8; }
    .download a:hover span {
      color: #666; }
  .download > div:not(.border_line):not(.clearfix) {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    width: 460px;
    color: #666;
    margin-left: 25px;
    margin-bottom: 25px;
    background-color: #FAFAFA;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative; }
    .download > div:not(.border_line):not(.clearfix) .icon-pdf {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      color: white;
      display: block;
      position: absolute;
      left: -14px;
      top: -10px;
      background-color: #005da8;
      line-height: 50px;
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
  .download i {
    display: block;
    margin: 0 25px 35px; }
  .download p {
    font-size: 14px;
    line-height: 220%; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* download pdfs element Styles
 *  styles for .c24_dl_pdf .c24_dl_pdf_fw and c24_no_dl elemnt
 * copied from finanzen.scss on 15.11.2017 to remove the stylesheet from karten konto pages
 */
.c24_dl_pdf_row {
  margin: 0 -15px; }

.c24_dl_pdf {
  height: auto;
  overflow: auto;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 15px; }
  .c24_dl_pdf h3,
  .c24_dl_pdf a,
  .c24_dl_pdf p {
    float: left; }
  .c24_dl_pdf h3 {
    margin-bottom: 0;
    clear: both; }
  .c24_dl_pdf a {
    text-decoration: none;
    display: block; }
  .c24_dl_pdf p {
    width: 410px; }

.c24_dl_pdf_fw {
  height: auto;
  overflow: auto;
  position: relative;
  float: left;
  width: 980px; }
  .c24_dl_pdf_fw h3 {
    margin: 20px 0 20px 75px; }
  .c24_dl_pdf_fw a {
    text-decoration: none;
    display: block; }
    .c24_dl_pdf_fw a img {
      float: left; }
  .c24_dl_pdf_fw p {
    margin: 0 0 0 75px;
    color: #666; }

.c24_no_dl {
  height: auto;
  overflow: auto;
  position: relative;
  float: left;
  width: 488px; }
  .c24_no_dl h3 {
    padding-left: 13px; }
  .c24_no_dl p {
    padding: 12px 0 0 13px; }

.disclaimer {
  float: left; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* content element Styles
 *  styles for c24-cnt-ele-content elemnts
 * copied from finanzen.scss on 15.11.2017 to remove the stylesheet from karten konto pages
 */
.c24-cnt-ele-content.text-banner {
  font-size: 16px;
  line-height: 150%;
  margin: 0 auto;
  text-align: center; }
  .c24-cnt-ele-content.text-banner h3 {
    opacity: 1; }
  .c24-cnt-ele-content.text-banner a {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin: 10px 0 30px;
    padding: 13px 30px; }
  .c24-cnt-ele-content.text-banner p {
    line-height: 170%; }

.c24-cnt-ele-content.partner-banks {
  margin: 20px 0; }
  .c24-cnt-ele-content.partner-banks h4 {
    margin-bottom: 0; }
  .c24-cnt-ele-content.partner-banks p.fh1 {
    font-size: 14px;
    margin-top: 0; }
  .c24-cnt-ele-content.partner-banks .c24-headline-carousel {
    display: none; }

.c24-cnt-ele-content .twoColumns {
  width: 100%;
  column-count: 2;
  column-gap: 20px; }
  .c24-cnt-ele-content .twoColumns p {
    margin-top: 0; }

.c24-cnt-ele-content ul.inline_list {
  text-align: center; }
  .c24-cnt-ele-content ul.inline_list li {
    display: inline;
    padding: 0 10px;
    color: #999; }
    .c24-cnt-ele-content ul.inline_list li:before {
      content: "• "; }

.c24-cnt-ele-content .border-top {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px; }

.c24-cnt-ele-content .ordered_list ul {
  padding: 30px;
  border: 1px dotted #ccc;
  list-style-type: none; }
  .c24-cnt-ele-content .ordered_list ul li {
    margin-bottom: 15px; }
  .c24-cnt-ele-content .ordered_list ul .bubble-number {
    border-radius: 8px;
    padding: 1px 5px;
    background-color: #575757;
    margin-right: 5px;
    color: white; }

.c24-cnt-ele-content .c24-question-bg-img {
  position: relative;
  min-height: 500px; }

.c24-cnt-ele-content .c24-kredit-questions {
  background: #1980d0;
  display: block;
  height: 355px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 0;
  position: relative; }
  .c24-cnt-ele-content .c24-kredit-questions img {
    margin-top: 5px; }
  .c24-cnt-ele-content .c24-kredit-questions:before {
    content: "";
    display: block;
    left: -485px;
    position: absolute;
    height: 355px;
    background: #1980d0;
    width: 500px;
    top: 0; }
  .c24-cnt-ele-content .c24-kredit-questions:after {
    content: "";
    display: block;
    left: 990px;
    position: absolute;
    height: 355px;
    background: #1980d0;
    width: 500px;
    top: 0; }

.c24-cnt-ele-content .c24-questions {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
  left: 45%;
  float: none;
  margin: 0 -30%;
  width: 70%; }
  .c24-cnt-ele-content .c24-questions h3 {
    margin: 0;
    background: #005ea8;
    padding: 30px 0;
    text-align: center;
    opacity: 1.0;
    color: #f4f4f4; }
  .c24-cnt-ele-content .c24-questions p {
    color: #999999;
    padding: 20px 40px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc; }
    .c24-cnt-ele-content .c24-questions p .c24-question-highlight-text {
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
      color: #575757; }
  .c24-cnt-ele-content .c24-questions .arrow_box {
    position: relative;
    background: #005ea8; }
  .c24-cnt-ele-content .c24-questions .arrow_box:after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 94, 168, 0);
    border-top-color: #005ea8;
    border-width: 10px;
    margin-left: -10px; }

.c24-cnt-ele-content .numbered-paragraph:before {
  background-color: #005ea8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  content: attr(data-idx);
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  line-height: 140%;
  margin: 0 10px 5px 0;
  text-align: center;
  width: 30px;
  position: relative;
  z-index: 1; }

.c24-cnt-ele-content p.numbered-paragraph {
  display: flex; }
  .c24-cnt-ele-content p.numbered-paragraph::before {
    flex: 0 0 auto;
    align-self: center;
    margin-bottom: 0px; }
  .c24-cnt-ele-content p.numbered-paragraph .content {
    align-self: center; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
.grade {
  background-image: url(/konten/resources/accounts/imgs/2013/layout/K_Tarifnote_desktop_blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: cover;
  text-align: center;
  width: 68px;
  height: 80px;
  display: flex;
  flex-direction: column; }
  .c24fin-table-field .grade {
    margin: 0 auto; }
  .grade--winner {
    border: none;
    background-image: url(/konten/resources/accounts/imgs/2013/layout/K_Tarifnote_desktop_gold.svg); }
  .grade__value {
    padding-top: 24px;
    font-size: 26px;
    font-weight: 700;
    line-height: 0.85;
    color: #666; }
  .grade__type {
    font-size: 8px;
    font-weight: normal;
    padding: 0;
    line-height: 16px;
    color: #666; }
  .grade__description {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px; }
    .grade--winner .grade__description {
      background-color: transparent; }
    .grade__description--shrink {
      letter-spacing: -.055em; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* News Area */
.news h3 a {
  font-size: 16px;
  font-weight: 700; }

.news h4 {
  margin-bottom: 0; }

.news h5 {
  font-size: 16px;
  margin: 30px 0 20px;
  font-weight: 700; }
  .news h5 a {
    color: #575757; }

.news .text {
  color: #666; }

.news .c24-list-news {
  border: solid #f4f4f4;
  border-width: 1px 0;
  clear: both;
  line-height: 150%;
  overflow: hidden;
  padding-left: 0; }
  .news .c24-list-news a:hover {
    text-decoration: none; }
  .news .c24-list-news li {
    border: solid #f5f5f5;
    border-width: 0 1px;
    height: auto !important;
    display: inline-block;
    margin-bottom: 10px !important;
    border-bottom: none;
    width: 33.3%;
    width: calc(100% / 3);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 20px 10px 10px 70px; }
    .news .c24-list-news li .text {
      max-height: 50px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .news .c24-list-news li:first-child {
      border-left: none; }
    .news .c24-list-news li:last-child {
      border-right: none; }
    .news .c24-list-news li:not(:first-child) {
      margin-left: -1px; }
    .news .c24-list-news li h6 {
      font-size: 14px;
      color: #000000; }
    .news .c24-list-news li .thumb, .news .c24-list-news li .date {
      position: absolute;
      left: 10px;
      top: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      background: no-repeat center center;
      background-size: auto 50px;
      height: 50px;
      width: 50px; }
    .news .c24-list-news li .date {
      text-transform: uppercase;
      text-align: center;
      background-color: #005da8;
      color: white;
      padding-top: 12px;
      line-height: 12px;
      font-size: 10px; }
      .news .c24-list-news li .date b {
        font-size: 12px; }
  .news .c24-list-news.blog li {
    border-bottom: 0; }

.news-block.tgkonto-news {
  border-top: 1px solid #dcdcdc; }
  .news-block.tgkonto-news .c24-product-blog {
    display: none; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* Widget To Show Partner Banks */
.c24-ca-finkrk-partner .ele {
  background: transparent url(/konten/resources/accounts/imgs/2013/misc/fin/krk/partner_sprite_cc.png) no-repeat;
  height: 65px;
  margin: 0 auto;
  width: 95px; }

.c24-ca-finkrk-partner .ca-item {
  width: 145px;
  float: left;
  margin-right: 15px;
  text-align: center; }

.c24-ca-finkrk-partner .barclaycard {
  background-position: 0 -65px; }

.c24-ca-finkrk-partner .ics {
  background-position: -95px -65px; }

.c24-ca-finkrk-partner .consorsbank {
  background-position: -190px -65px; }

.c24-ca-finkrk-partner .dkb {
  background-position: -285px -65px; }

.c24-ca-finkrk-partner .hanseatic {
  background-position: -380px -65px; }

.c24-ca-finkrk-partner .santader {
  background-position: -475px -65px; }

.c24-ca-finkrk-partner .comdirect {
  background-position: -570px -65px; }

.c24-ca-finkrk-partner .wuestenrot {
  background-position: -665px -65px; }

.c24-ca-finkrk-partner .advanzia {
  background-position: -760px -65px; }

.c24-ca-finkrk-partner .targobank {
  background-position: -855px -65px; }

.c24-ca-finkrk-partner .netbank {
  background-position: 0 -195px; }

.c24-ca-finkrk-partner .direkt1822 {
  background-position: -95px -195px; }

.c24-ca-finkrk-partner .dab {
  background-position: -190px -195px; }

.c24-ca-finkrk-partner .norisbank {
  background-position: -285px -195px; }

.c24-ca-finkrk-partner .tfbank {
  background-position: -475px -195px; }

.c24-ca-finkrk-partner .ingdiba {
  background-position: -570px -195px; }

.c24-ca-finkrk-partner:hover .barclaycard {
  background-position: 0 0; }

.c24-ca-finkrk-partner:hover .ics {
  background-position: -95px 0; }

.c24-ca-finkrk-partner:hover .consorsbank {
  background-position: -190px 0; }

.c24-ca-finkrk-partner:hover .dkb {
  background-position: -285px 0; }

.c24-ca-finkrk-partner:hover .hanseatic {
  background-position: -380px 0; }

.c24-ca-finkrk-partner:hover .santader {
  background-position: -475px 0; }

.c24-ca-finkrk-partner:hover .comdirect {
  background-position: -570px 0; }

.c24-ca-finkrk-partner:hover .wuestenrot {
  background-position: -665px 0; }

.c24-ca-finkrk-partner:hover .advanzia {
  background-position: -760px 0; }

.c24-ca-finkrk-partner:hover .targobank {
  background-position: -855px 0; }

.c24-ca-finkrk-partner:hover .netbank {
  background-position: 0 -130px; }

.c24-ca-finkrk-partner:hover .direkt1822 {
  background-position: -95px -130px; }

.c24-ca-finkrk-partner:hover .dab {
  background-position: -190px -130px; }

.c24-ca-finkrk-partner:hover .norisbank {
  background-position: -285px -130px; }

.c24-ca-finkrk-partner:hover .tfbank {
  background-position: -475px -130px; }

.c24-ca-finkrk-partner:hover .ingdiba {
  background-position: -570px -130px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* Widget To Show Partner Banks
 */
.c24-ca-finsec-partner .ele {
  background: transparent url("/konten/resources/accounts/imgs/2013/misc/fin/sec/partner_sprite_ca.png") no-repeat;
  height: 65px;
  margin: 0 auto;
  max-width: 95px; }

.c24-ca-finsec-partner.partner-credit .ca-item {
  width: 110px; }

.c24-ca-finsec-partner .ca-item {
  width: 20%;
  text-align: center;
  float: left; }

.c24-ca-finsec-partner .barclaycard {
  background-position: -95px -65px; }

.c24-ca-finsec-partner .swkbank {
  background-position: -1520px -65px; }

.c24-ca-finsec-partner .targobank {
  background-position: 0 -65px; }

.c24-ca-finsec-partner .crediteurope {
  background-position: -190px -65px; }

.c24-ca-finsec-partner .creditplus {
  background-position: -285px -65px; }

.c24-ca-finsec-partner .postbank {
  background-position: -1140px -65px; }

.c24-ca-finsec-partner .dslbank {
  background-position: -475px -65px; }

.c24-ca-finsec-partner .oyakankerbank {
  background-position: -1045px -65px; }

.c24-ca-finsec-partner .hypovereinsbank {
  background-position: -665px -65px; }

.c24-ca-finsec-partner .netbank {
  background-position: -855px -65px; }

.c24-ca-finsec-partner .skgbank {
  background-position: -1425px -65px; }

.c24-ca-finsec-partner .dkb {
  background-position: -380px -64px; }

.c24-ca-finsec-partner .ingdiba {
  background-position: -760px -65px; }

.c24-ca-finsec-partner .onlinekredit {
  background-position: -945px -65px; }

.c24-ca-finsec-partner .easycredit {
  background-position: -570px -65px; }

.c24-ca-finsec-partner .santanderdirekt {
  background-position: -1330px -65px; }

.c24-ca-finsec-partner .santanderconsumer {
  background-position: -1235px -65px; }

.c24-ca-finsec-partner .direkt1822 {
  background-position: -190px -195px; }

.c24-ca-finsec-partner .audibank {
  background-position: -285px -195px; }

.c24-ca-finsec-partner .bankofscotland {
  background-position: -380px -195px; }

.c24-ca-finsec-partner .comdirect {
  background-position: -475px -195px; }

.c24-ca-finsec-partner .commerzbank {
  background-position: -950px -195px; }

.c24-ca-finsec-partner .consorsbank {
  background-position: -570px -195px; }

.c24-ca-finsec-partner .credit-agricole {
  background-position: -95px -335px; }

.c24-ca-finsec-partner .dab {
  background-position: -1425px -195px; }

.c24-ca-finsec-partner .deutschebank {
  background-position: -1330px -195px; }

.c24-ca-finsec-partner .gefa {
  background-position: -1235px -195px; }

.c24-ca-finsec-partner .ikb {
  background-position: -1045px -195px; }

.c24-ca-finsec-partner .ferratum {
  background-position: -190px -335px; }

.c24-ca-finsec-partner .mercedesbenzbank {
  background-position: -665px -195px; }

.c24-ca-finsec-partner .moneyou {
  background-position: -855px -195px; }

.c24-ca-finsec-partner .norisbank {
  background-position: -760px -195px; }

.c24-ca-finsec-partner .suedtiroler-sparkasse {
  background-position: 0 -335px; }

.c24-ca-finsec-partner .psd {
  background-position: -1520px -195px; }

.c24-ca-finsec-partner .volkswagen {
  background-position: 0 -195px; }

.c24-ca-finsec-partner .vtb {
  background-position: -95px -195px; }

.c24-ca-finsec-partner .wuestenrot {
  background-position: -664px -333px; }

.c24-ca-finsec-partner .abbank {
  background-position: -833px -333px; }

.c24-ca-finsec-partner .alpha {
  background-position: -908px -333px; }

.c24-ca-finsec-partner .aps {
  background-position: -1003px -333px; }

.c24-ca-finsec-partner .andi {
  background-position: -1098px -333px; }

.c24-ca-finsec-partner .bancasistema {
  background-position: -1193px -333px; }

.c24-ca-finsec-partner .big {
  background-position: -1288px -333px; }

.c24-ca-finsec-partner .reitmu {
  background-position: -1383px -333px; }

.c24-ca-finsec-partner .novum {
  background-position: -1478px -333px; }

.c24-ca-finsec-partner .cbl {
  background-position: -1573px -333px; }

.c24-ca-finsec-partner .bnf {
  background-position: 0 -450px; }

.c24-ca-finsec-partner .ubaf {
  background-position: -95px -450px; }

.c24-ca-finsec-partner .closebrothers {
  background-position: -168px -450px; }

.c24-ca-finsec-partner .fim {
  background-position: -263px -450px; }

.c24-ca-finsec-partner .first {
  background-position: -380px -450px; }

.c24-ca-finsec-partner .izola {
  background-position: -453px -450px; }

.c24-ca-finsec-partner .mymoney {
  background-position: -547px -450px; }

.c24-ca-finsec-partner .bpf {
  background-position: -643px -450px; }

.c24-ca-finsec-partner .rib {
  background-position: -737px -450px; }

.c24-ca-finsec-partner .ubae {
  background-position: -832px -450px; }

.c24-ca-finsec-partner .blueorange {
  background-position: -927px -450px; }

.c24-ca-finsec-partner:hover .barclaycard {
  background-position: -95px 0; }

.c24-ca-finsec-partner:hover .swkbank {
  background-position: -1520px 0; }

.c24-ca-finsec-partner:hover .targobank {
  background-position: 0 0; }

.c24-ca-finsec-partner:hover .crediteurope {
  background-position: -190px 0; }

.c24-ca-finsec-partner:hover .creditplus {
  background-position: -285px 0; }

.c24-ca-finsec-partner:hover .postbank {
  background-position: -1140px 0; }

.c24-ca-finsec-partner:hover .dslbank {
  background-position: -475px 0; }

.c24-ca-finsec-partner:hover .oyakankerbank {
  background-position: -1045px 0; }

.c24-ca-finsec-partner:hover .hypovereinsbank {
  background-position: -665px 0; }

.c24-ca-finsec-partner:hover .netbank {
  background-position: -855px 0; }

.c24-ca-finsec-partner:hover .skgbank {
  background-position: -1425px 0; }

.c24-ca-finsec-partner:hover .dkb {
  background-position: -380px 0; }

.c24-ca-finsec-partner:hover .ingdiba {
  background-position: -760px 0; }

.c24-ca-finsec-partner:hover .onlinekredit {
  background-position: -945px 0; }

.c24-ca-finsec-partner:hover .easycredit {
  background-position: -570px 0; }

.c24-ca-finsec-partner:hover .santanderdirekt {
  background-position: -1330px 0; }

.c24-ca-finsec-partner:hover .santanderconsumer {
  background-position: -1235px 0; }

.c24-ca-finsec-partner:hover .direkt1822 {
  background-position: -190px -130px; }

.c24-ca-finsec-partner:hover .audibank {
  background-position: -285px -130px; }

.c24-ca-finsec-partner:hover .bankofscotland {
  background-position: -380px -130px; }

.c24-ca-finsec-partner:hover .comdirect {
  background-position: -475px -130px; }

.c24-ca-finsec-partner:hover .commerzbank {
  background-position: -950px -130px; }

.c24-ca-finsec-partner:hover .consorsbank {
  background-position: -570px -130px; }

.c24-ca-finsec-partner:hover .credit-agricole {
  background-position: -95px -271px; }

.c24-ca-finsec-partner:hover .dab {
  background-position: -1425px -130px; }

.c24-ca-finsec-partner:hover .deutschebank {
  background-position: -1330px -130px; }

.c24-ca-finsec-partner:hover .gefa {
  background-position: -1235px -130px; }

.c24-ca-finsec-partner:hover .ikb {
  background-position: -1045px -130px; }

.c24-ca-finsec-partner:hover .ferratum {
  background-position: -190px -271px; }

.c24-ca-finsec-partner:hover .mercedesbenzbank {
  background-position: -665px -130px; }

.c24-ca-finsec-partner:hover .moneyou {
  background-position: -855px -130px; }

.c24-ca-finsec-partner:hover .norisbank {
  background-position: -760px -130px; }

.c24-ca-finsec-partner:hover .suedtiroler-sparkasse {
  background-position: 0 -271px; }

.c24-ca-finsec-partner:hover .psd {
  background-position: -1520px -130px; }

.c24-ca-finsec-partner:hover .volkswagen {
  background-position: 0 -130px; }

.c24-ca-finsec-partner:hover .vtb {
  background-position: -95px -130px; }

.c24-ca-finsec-partner:hover .wuestenrot {
  background-position: -664px -268px; }

.c24-ca-finsec-partner:hover .abbank {
  background-position: -860px -268px; }

.c24-ca-finsec-partner:hover .alpha {
  background-position: -908px -276px; }

.c24-ca-finsec-partner:hover .aps {
  background-position: -1003px -273px; }

.c24-ca-finsec-partner:hover .andi {
  background-position: -1098px -273px; }

.c24-ca-finsec-partner:hover .bancasistema {
  background-position: -1193px -273px; }

.c24-ca-finsec-partner:hover .big {
  background-position: -1288px -273px; }

.c24-ca-finsec-partner:hover .reitmu {
  background-position: -1383px -273px; }

.c24-ca-finsec-partner:hover .novum {
  background-position: -1478px -275px; }

.c24-ca-finsec-partner:hover .cbl {
  background-position: -1573px -273px; }

.c24-ca-finsec-partner:hover .bnf {
  background-position: 0 -387px; }

.c24-ca-finsec-partner:hover .ubaf {
  background-position: -95px -387px; }

.c24-ca-finsec-partner:hover .closebrothers {
  background-position: -168px -390px; }

.c24-ca-finsec-partner:hover .fim {
  background-position: -263px -390px; }

.c24-ca-finsec-partner:hover .first {
  background-position: -357px -390px; }

.c24-ca-finsec-partner:hover .izola {
  background-position: -453px -390px; }

.c24-ca-finsec-partner:hover .mymoney {
  background-position: -547px -390px; }

.c24-ca-finsec-partner:hover .bpf {
  background-position: -643px -390px; }

.c24-ca-finsec-partner:hover .rib {
  background-position: -737px -390px; }

.c24-ca-finsec-partner:hover .ubae {
  background-position: -832px -390px; }

.c24-ca-finsec-partner:hover .blueorange {
  background-position: -927px -390px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
.product-panel {
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center; }
  .product-panel--with-badge {
    padding-top: 25px; }
  .product-panel:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-color: #999; }
  .product-panel__item {
    width: 15%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0;
    padding: 0;
    font-weight: 400; }
    .product-panel__item::after {
      content: '';
      display: table;
      clear: both; }
    .product-panel__item--logo {
      flex: 1;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
    .product-panel__item--grade {
      width: 10%; }
    .product-panel__item--interest-rate {
      color: #7ab51d;
      font-size: 22px;
      font-weight: 700; }
    .product-panel__item--detail-button {
      height: 40px;
      align-self: center; }
    .product-panel__item__title {
      padding: 0;
      font-size: 10px;
      color: #b4b4b4; }
    .product-panel__item__logo img {
      display: block;
      width: auto;
      height: auto;
      max-width: 120px;
      max-height: 50px; }
    .product-panel__item__flag {
      width: 25px;
      height: 17px; }
      .product-panel__item__flag img {
        width: 25px; }
    .product-panel__item__button {
      font-family: Arial, Helvetica, Sans-Serif;
      font-size: 16px;
      width: 132px;
      height: 40px;
      font-weight: 700;
      line-height: 40px;
      padding: 0 30px;
      border-radius: 3px;
      background: #1980d0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1980d0), color-stop(100%, #1980d0), color-stop(100%, #1980d0));
      color: #fff;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      flex-grow: 1;
      border: 0; }
      .product-panel__item__button:hover {
        text-decoration: none !important; }
  .product-panel__optional-link {
    float: right; }

.panel-list {
  margin-top: 20px;
  border-collapse: collapse; }
  .panel-list--without-title {
    margin: 20px 0 10px; }
  .panel-list__title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 25px;
    align-self: center; }
  .panel-list__title-wrapper {
    padding: 0;
    border: 0;
    text-align: center; }
  .panel-list__header {
    display: flex;
    padding: 0 0 10px 0;
    border-collapse: collapse;
    border: 0;
    background: transparent; }
    .panel-list__header__item {
      font-size: 12px;
      font-weight: 700;
      color: #575757;
      display: flex;
      justify-content: center;
      width: 15%;
      border: 0;
      padding: 0; }
      .panel-list__header__item:first-child {
        margin-left: 10px; }
      .panel-list__header__item:last-child {
        margin-right: 10px; }
      .panel-list__header__item--logo {
        justify-content: flex-start; }
      .panel-list__header__item--grade {
        width: 10%; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* SECTION: Reasons */
.reasons-block {
  /* MAPS */
  /* Block: "5 Gründe für Ihren CHECK24 Girokonotvergleich */ }
  .reasons-block h2.page-title {
    font-size: 35px;
    margin: 0 0 40px;
    line-height: 40px; }
  .reasons-block__headline--text {
    text-align: center;
    font-weight: 700; }
  .reasons-block .icon-cross,
  .reasons-block .icon-checkmark {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 34px;
    position: absolute;
    z-index: 100; }
    .reasons-block .icon-cross:before,
    .reasons-block .icon-checkmark:before {
      line-height: 50px; }
  .reasons-block .icon-checkmark {
    background: #7ab51d;
    color: #fff;
    top: 0;
    left: 20px; }
  .reasons-block .icon-cross {
    background: #e40613;
    color: #fff;
    top: -25px;
    right: 20px; }
  .reasons-block .c24-info-tipp {
    margin: auto; }
  .reasons-block .reasons-block-header {
    height: 600px;
    width: 994px;
    position: relative;
    display: block;
    margin: 0 auto; }
    .reasons-block .reasons-block-header h2,
    .reasons-block .reasons-block-header h3 {
      color: #fff;
      font-size: 35px;
      line-height: 150%;
      opacity: 1;
      position: absolute;
      text-shadow: 1px 1px 5px #666;
      width: 100%; }
      .reasons-block .reasons-block-header h2 svg,
      .reasons-block .reasons-block-header h3 svg {
        -webkit-filter: drop-shadow(1px 1px 1px #999);
        filter: drop-shadow(1px 1px 1px #999);
        height: 45px;
        left: 270px;
        position: absolute;
        top: 40px;
        width: 180px;
        /* remove shadow from svg for ipad, otherwise svg won't be displayed */ }
        .reasons-block .reasons-block-header h2 svg path,
        .reasons-block .reasons-block-header h3 svg path {
          fill: #fff; }
        @media all and (device-width: 768px) and (device-height: 1024px) {
          .reasons-block .reasons-block-header h2 svg,
          .reasons-block .reasons-block-header h3 svg {
            filter: none; } }
      .reasons-block .reasons-block-header h2 span,
      .reasons-block .reasons-block-header h3 span {
        left: 460px;
        position: absolute;
        top: 42px; }
  .reasons-block .reason-box {
    line-height: 180%;
    margin: -30px 10px 60px;
    position: relative; }
    .reasons-block .reason-box .content {
      border: 1px solid #dcdcdc;
      background-color: #fafafa;
      box-sizing: border-box;
      color: #666;
      font-size: 12px;
      position: relative;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      padding: 40px 20px; }
    .reasons-block .reason-box h6 {
      color: #575757;
      font-size: 18px;
      margin: 35px 0 5px; }
      .reasons-block .reason-box h6:first-of-type {
        margin-top: 0; }
  .reasons-block .omega .reason-box:last-of-type,
  .reasons-block .alpha .reason-box:last-of-type {
    margin-bottom: 0; }
  .reasons-block .omega .reason-box:first-of-type {
    margin-top: -70px; }
  .reasons-block.fg-reasons-benefits .reasons-block-header {
    height: 481px;
    width: 994px;
    position: relative; }
    .reasons-block.fg-reasons-benefits .reasons-block-header .reason-image {
      height: 481px;
      width: 994px; }
    .reasons-block.fg-reasons-benefits .reasons-block-header h2,
    .reasons-block.fg-reasons-benefits .reasons-block-header h3 {
      right: 120px;
      top: 27%;
      text-align: left;
      width: auto; }
      .reasons-block.fg-reasons-benefits .reasons-block-header h2 b,
      .reasons-block.fg-reasons-benefits .reasons-block-header h3 b {
        padding-left: 60px; }
  .reasons-block.fg-reasons-benefits .reason-box .content h4 {
    font-weight: bold; }
  .reasons-block.fg-reasons-benefits .omega .reason-box:first-of-type {
    margin-top: -170px; }
  .reasons-block.fg-reasons-compare .reasons-block-header {
    background: url("/konten/resources/accounts/imgs/2013/misc/fin/fg/bg-reasons-compare.jpg") no-repeat center 0 transparent;
    height: 481px;
    width: 994px;
    position: relative; }
    .reasons-block.fg-reasons-compare .reasons-block-header h3 {
      right: 120px;
      top: 27%;
      text-align: left; }
      .reasons-block.fg-reasons-compare .reasons-block-header h3 b {
        padding-left: 60px; }
  .reasons-block.fg-reasons-compare .omega .reason-box:first-of-type {
    margin-top: -170px; }
  .reasons-block.tg-tgkonto-possibilities {
    padding: 40px 0 0 0; }
    .reasons-block.tg-tgkonto-possibilities .page-title.standard {
      font-size: 23px; }
    .reasons-block.tg-tgkonto-possibilities .icon-checkmark {
      top: -20px; }
    .reasons-block.tg-tgkonto-possibilities .omega .reason-box:first-of-type {
      margin-top: 30px; }
    .reasons-block.tg-tgkonto-possibilities .alpha .reason-box:first-of-type {
      margin: -100px auto 30px; }
  .reasons-block.tg-tgkonto-termin-plan .reasons-block-header, .reasons-block.tg-tgkonto-strategie-vergleichen .reasons-block-header {
    height: auto;
    position: relative; }
    .reasons-block.tg-tgkonto-termin-plan .reasons-block-header h2, .reasons-block.tg-tgkonto-strategie-vergleichen .reasons-block-header h2 {
      top: 33%;
      text-align: center;
      font-size: 35px;
      color: #575757;
      background: #fff;
      text-shadow: none; }
      .reasons-block.tg-tgkonto-termin-plan .reasons-block-header h2.top, .reasons-block.tg-tgkonto-strategie-vergleichen .reasons-block-header h2.top {
        top: 10%; }
  .reasons-block.tg-tgkonto-termin-plan .reasons-block-header {
    margin-top: 40px; }
    .reasons-block.tg-tgkonto-termin-plan .reasons-block-header h2 {
      color: #666; }
  .reasons-block.tg-tgkonto-grounds .page-title {
    line-height: 120%; }
  .reasons-block.tg-tgkonto-grounds .reasons-block-header {
    height: auto;
    display: none; }
  .reasons-block.tg-tgkonto-grounds .box-icon {
    top: -20px;
    right: 20px;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 34px;
    position: absolute;
    z-index: 100;
    background-size: contain; }
    .reasons-block.tg-tgkonto-grounds .box-icon.magnifier {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/lupe.png") no-repeat center;
      background-size: contain; }
    .reasons-block.tg-tgkonto-grounds .box-icon.bonus {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/bonus.png") no-repeat center;
      background-size: contain; }
    .reasons-block.tg-tgkonto-grounds .box-icon.laptop {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/laptop.png") no-repeat center;
      background-size: contain; }
    .reasons-block.tg-tgkonto-grounds .box-icon.call-agent {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/berater.png") no-repeat center;
      background-size: contain; }
  .reasons-block.tg-tgkonto-grounds .reason-box {
    margin: 30px 5px 30px; }
    .reasons-block.tg-tgkonto-grounds .reason-box .content {
      min-height: 195px;
      padding-bottom: 15px; }
      .reasons-block.tg-tgkonto-grounds .reason-box .content > strong {
        color: #575757; }
  .reasons-block.tg-tgkonto-grounds .omega .reason-box:first-of-type {
    margin-top: 30px; }
  .reasons-block.tg-tgkonto-tg-abroad .reasons-block-header {
    height: auto;
    position: relative;
    margin-top: 30px; }
    .reasons-block.tg-tgkonto-tg-abroad .reasons-block-header h2 {
      top: 50px;
      font-size: 35px;
      margin-top: 10px;
      width: 546px;
      left: 22px; }
  .reasons-block .tg-tgkonto-partner-banken {
    height: 380px; }
  .reasons-block .two-columns p {
    margin: 0; }
  .reasons-block .maps-block {
    position: relative; }
    .reasons-block .maps-block div {
      box-sizing: border-box;
      float: left; }
      .reasons-block .maps-block div:last-of-type {
        float: right; }
      .reasons-block .maps-block div:nth-of-type(1) {
        margin: 0 13% 0 16%; }
      .reasons-block .maps-block div:nth-of-type(2) {
        margin: 20px 0 0; }
      .reasons-block .maps-block div:nth-of-type(3) {
        margin: 0 17% 0 0; }
    .reasons-block .maps-block .map-dt,
    .reasons-block .maps-block .map-eu {
      border: 3px solid #005ea8;
      border-radius: 50%;
      height: 150px;
      width: 150px; }
    .reasons-block .maps-block .map-dt {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/tag/map-dt.png") no-repeat center center transparent;
      background-size: 60%; }
    .reasons-block .maps-block .map-eu {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/tag/map-eu.png") no-repeat center 10px transparent;
      background-size: 75%; }
    .reasons-block .maps-block .map-and {
      background: #005ea8;
      border-radius: 50%;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
      color: #fff;
      font-family: Arial, Verdana, Helvetica, aans-serif;
      font-size: 40px;
      height: 100px;
      line-height: 245%;
      text-align: center;
      width: 100px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0); }
  .reasons-block.ga-grounds:after, .reasons-block.ga-grounds:before {
    content: '';
    left: 0;
    position: absolute;
    width: 994px; }
  .reasons-block.ga-grounds .c24-cnt-ele-content {
    position: relative; }
  .reasons-block.ga-grounds .c24-cnt-ele {
    z-index: 2; }
  .reasons-block.ga-grounds .reasons-block-header {
    height: 375px; }
    .reasons-block.ga-grounds .reasons-block-header h3 {
      font-size: 26px;
      margin: 120px auto 70px;
      opacity: 1;
      top: 0;
      left: 370px; }
      .reasons-block.ga-grounds .reasons-block-header h3 svg {
        left: -110px; }
      .reasons-block.ga-grounds .reasons-block-header h3 span {
        left: 80px;
        top: 35px; }
  .reasons-block.ga-grounds .reasons-block-content {
    padding: 0 20px;
    margin-top: -150px; }
    .reasons-block.ga-grounds .reasons-block-content h3 {
      color: #575757;
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      opacity: 1; }
    .reasons-block.ga-grounds .reasons-block-content .omega,
    .reasons-block.ga-grounds .reasons-block-content .alpha {
      width: 50%; }
    .reasons-block.ga-grounds .reasons-block-content .alpha {
      margin: 100px 0 0 0; }
    .reasons-block.ga-grounds .reasons-block-content .omega {
      float: right;
      margin: 0; }
    .reasons-block.ga-grounds .reasons-block-content > div {
      width: 50%; }
      .reasons-block.ga-grounds .reasons-block-content > div:first-child {
        margin: 100px 0 0 0; }
      .reasons-block.ga-grounds .reasons-block-content > div:last-child {
        float: right;
        margin: 0; }
    .reasons-block.ga-grounds .reasons-block-content .box-type-3 {
      margin-bottom: 15px; }

.reasons-block-content {
  max-width: 994px;
  margin: 0 auto; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* Ribbon Colors */
/* taken from cc-war - sass/creditcard/layout/check24/css/result.scss */
.ribbon {
  color: #fff;
  position: relative;
  left: 4px;
  top: -1px;
  background: #f6b800;
  height: 35px;
  padding: 0 5px 0 10px;
  line-height: 22px;
  margin-left: -10px;
  cursor: default;
  text-shadow: 0.5px 0.5px 2px #999;
  -moz-box-shadow: 2px 2px 2px 0 #dedede;
  -webkit-box-shadow: 2px 2px 2px 0 #dedede;
  box-shadow: 2px 2px 2px 0 #dedede; }
  .ribbon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #c29200 transparent transparent;
    left: 1px;
    position: absolute;
    top: 35px;
    content: ""; }

h4.ribbon {
  font-size: 12px;
  font-weight: 700; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/** Widgets to seperate two contents
 * tpl: /content/plp/finance/common/_widgets/seperator-line.phtml
 */
.seperator-line {
  height: 1px;
  margin: 20px auto 40px;
  position: relative; }
  .seperator-line:after {
    border-bottom: 1px solid #dcdcdc;
    content: '';
    display: block;
    visibility: visible;
    width: 100%; }

.seperator-full-line {
  height: 1px;
  margin: 20px -10px 40px;
  position: relative; }
  .seperator-full-line:after {
    border-bottom: 1px solid #dcdcdc;
    visibility: visible;
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (min-width: 994px) {
      .seperator-full-line:after {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .seperator-full-line:after {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }

.seperator-shadow {
  height: 30px;
  margin: 0 -10px;
  position: relative; }
  .seperator-shadow:after {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (min-width: 994px) {
      .seperator-shadow:after {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .seperator-shadow:after {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }

/** simple spacer for left and right
 * e.g.: /kreditkarte/publikationen/kreditkartenstudie/
 */
.seperator-sidespacer {
  margin-left: 20px;
  margin-right: 20px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* Hinweistexte */
.hint {
  color: #999;
  font-size: 11px; }

/* Intro-Box at the beginning of the page */
.box-type-intro {
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  padding: 30px 30px 20px 200px;
  margin: 20px 0 50px;
  position: relative;
  overflow: hidden; }
  .box-type-intro:before, .box-type-intro:after {
    content: '';
    display: block;
    position: absolute; }
  .box-type-intro:before {
    /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/icon-creditcard.png */
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/icon-creditcard.png");
    height: 127px;
    left: 20px;
    top: 40px;
    width: 126px;
    z-index: 1; }
  .box-type-intro:after {
    background: #005ea8;
    border-radius: 50%;
    height: 260px;
    left: -90px;
    top: -35px;
    width: 260px; }

/* Quellen-Anagben-Box at the end of the page */
/* Box unter "Methoden und Themen" beinhaltet Übersicht über die 5 Teilabschnitte */
.box-cc-overview .headline:before {
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/euro.png */
  background: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/euro.png") no-repeat center #005ea8;
  border-radius: 50%;
  height: 60px;
  right: 25px;
  top: -25px;
  width: 60px; }

.box-cc-overview .left-column {
  float: left;
  padding-top: 20px;
  width: calc(50% - 1px); }
  .box-cc-overview .left-column:first-child {
    border-right: 1px solid #dcdcdc; }

.box-cc-overview a {
  border-bottom: 1px solid #f2f2f2;
  color: #666;
  font-size: 15px;
  line-height: 150%;
  padding: 10px 20px 10px 0;
  position: relative;
  margin-left: 30px; }
  .box-cc-overview a:hover, .box-cc-overview a:active {
    text-decoration: none; }
  .box-cc-overview a.anchor {
    font-weight: 700;
    margin: 0;
    padding: 20px 0 20px 70px; }
    .box-cc-overview a.anchor:before {
      text-align: center;
      content: attr(data-idx);
      font-weight: 700;
      color: #fff;
      display: block;
      position: absolute;
      left: 20px;
      top: 8px;
      background-color: #005ea8;
      line-height: 40px;
      width: 40px;
      height: 40px;
      border-radius: 40px; }
  .box-cc-overview a.anchor-last {
    border-bottom: none;
    margin-bottom: 50px; }
    .box-cc-overview a.anchor-last:last-child {
      margin-bottom: 20px; }

/* Headline über Tabelle mit Altersgruppe */
.box-cc-agegroup {
  margin-bottom: 0; }
  .box-cc-agegroup .headline {
    font-weight: 700;
    margin: 0; }
    .box-cc-agegroup .headline:after {
      bottom: -20px;
      border: 10px solid;
      border-color: #005ea8 transparent transparent;
      left: calc(50% - 6px); }

.box-cc-types {
  margin: -143px 20px 50px; }
  .box-cc-types .headline .conclusion,
  .box-cc-types .headline .reference {
    margin: 0 100px;
    text-align: left; }
  .box-cc-types .headline .conclusion {
    font-weight: 400; }
  .box-cc-types .headline .reference {
    color: #666;
    font-size: 15px; }

.box-cc-types-conclusion {
  margin: -129px 75px 0; }

.cc-type-ranking > div {
  float: left;
  width: 33%; }

.cc-type-ranking h6 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center; }

.cc-type-ranking ul {
  line-height: 200%;
  list-style: none;
  margin: 0 0 0 100px; }

.cc-type-ranking .cc-type-ranking-img {
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/type-ranking.png */
  background: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/type-ranking.png") no-repeat transparent center;
  font-size: 0;
  color: #fff;
  height: 182px;
  margin: 15px 0;
  text-indent: -999%;
  width: 100%; }

.cc-type-ranking .cc-type-debit,
.cc-type-ranking .cc-type-prepaid,
.cc-type-ranking .cc-type-charge {
  font-size: 13px;
  font-weight: 700; }

.cc-type-ranking .cc-type-debit {
  color: #a1bede; }

.cc-type-ranking .cc-type-prepaid {
  color: #0b273d; }

.cc-type-ranking .cc-type-charge {
  color: #154375; }

.cc-state {
  float: right;
  font-size: 18px;
  line-height: 270%;
  list-style: none; }

.hint-state-male,
.hint-state-female {
  color: #666;
  margin-bottom: 40px;
  left: 50px;
  position: relative; }
  .hint-state-male:before,
  .hint-state-female:before {
    content: '';
    display: block;
    height: 37px;
    left: -35px;
    position: absolute;
    top: -12px;
    width: 27px; }

.hint-state-female:before {
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/female.png */
  background: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/female.png") no-repeat center; }

.hint-state-male:before {
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/male.png */
  background: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/male.png") no-repeat center; }

/**
 * Tabellen
 */
/**
 * Images
 */
.full-width-image {
  background-size: 100%;
  display: block;
  font-size: 0;
  text-indent: -999%;
  width: 100%;
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-creditcard.jpg */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-creditcard-type.png */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-type.jpg */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-mastercrad-visa.png */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-safety.jpg */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-type-conclusion.jpg */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-state.png */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-state-gender.png */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-state-male.png */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-gender.jpg */
  /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-agegroup.jpg */ }
  .full-width-image.image-creditcard {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-creditcard.jpg");
    height: 528px; }
  .full-width-image.diagram-creditcard-type {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-creditcard-type.png");
    height: 440px; }
  .full-width-image.image-cc-type {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-type.jpg");
    height: 358px; }
  .full-width-image.diagram-mastercrad-visa {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-mastercrad-visa.png");
    height: 395px; }
  .full-width-image.image-cc-safety {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-safety.jpg");
    height: 435px; }
  .full-width-image.image-cc-type-conclusion {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-type-conclusion.jpg");
    height: 495px; }
  .full-width-image.diagram-state {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-state.png");
    height: 160px; }
  .full-width-image.diagram-state-gender {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-state-gender.png");
    height: 155px;
    margin: 35px 0 25px; }
  .full-width-image.diagram-state-male {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-state-male.png");
    height: 155px;
    margin: 35px 0 25px; }
  .full-width-image.diagram-gender {
    background: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/diagram-gender.jpg") no-repeat center;
    height: 320px;
    margin: 30px 0 30px -20px; }
  .full-width-image.image-cc-agegroup {
    background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/cc-agegroup.jpg");
    height: 545px; }
  .full-width-image.girokonto-wechsel {
    text-indent: 0; }
    .full-width-image.girokonto-wechsel .image-girokonto-wechsel {
      height: 500px;
      margin: 0 auto;
      display: block; }
  .full-width-image.image-girokonto-fakten {
    background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/gk-fakten.jpg") no-repeat scroll 0 0;
    height: 500px;
    margin: 0 auto;
    display: block;
    width: 994px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
.c24-grid-12 .c24-tab-group {
  overflow: hidden; }
  .c24-grid-12 .c24-tab-group .c24-tab-navi {
    background-color: #005ea8;
    margin: 0 auto;
    border: none !important;
    width: 105%; }
    .c24-grid-12 .c24-tab-group .c24-tab-navi li {
      /* one item */
      /* two items */
      /* three items */
      /* four items */
      /* five items */
      /* six items */ }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li a {
        display: block;
        padding: 6px 0 7px 0;
        text-align: center;
        font-weight: normal;
        color: #fff;
        font-size: 15px;
        width: 100%;
        text-decoration: none;
        cursor: pointer;
        line-height: 19px; }
        .c24-grid-12 .c24-tab-group .c24-tab-navi li a:after {
          display: none; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li.active a {
        background-color: #51b2ff; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(1) {
        width: 100% !important; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(2),
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(2) ~ li {
        width: 50% !important; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(3),
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(3) ~ li {
        width: 33.3333% !important; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(4),
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(4) ~ li {
        width: 24% !important; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(5),
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(5) ~ li {
        width: 19.5% !important; }
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(6),
      .c24-grid-12 .c24-tab-group .c24-tab-navi li:first-child:nth-last-child(6) ~ li {
        width: 16% !important; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h1,
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h2,
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h3,
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h4,
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h5 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #575757 !important;
    line-height: 16px !important;
    padding: 0 !important; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h3 {
    color: #575757;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h5 a {
    color: #575757 !important; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content h6 {
    font-weight: normal; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content p {
    font-size: 12px !important; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content .c24-list-news li {
    border-bottom: 0; }
  .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content ol {
    font-weight: bold;
    font-size: 16px; }
    .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content ol li {
      font-weight: bold; }
      .c24-grid-12 .c24-tab-group .c24-tab-group-content .c24-tab-content ol li p {
        font-weight: normal; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
/* SECTION: Conclusion */
.conclusion-block .full-width-image.image-festgeld-how-works {
  background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/image-festgeld-how-works.jpg") no-repeat scroll;
  background-position: center;
  background-size: contain;
  height: 400px;
  width: 994px;
  margin: 20px 0;
  margin: 20px auto; }

.conclusion-block .full-width-image.image-festgeld-best-hands {
  background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/image-festgeld-best-hands.jpg") no-repeat scroll;
  background-position: center;
  background-size: contain;
  height: 520px;
  width: 994px;
  margin: 20px 0;
  margin: 20px auto; }

.conclusion-block .tg-tgkonto-how-works {
  padding: 0 130px; }
  .conclusion-block .tg-tgkonto-how-works img {
    height: 400px; }

.tips-block .block-title.fh1 {
  font-size: 35px;
  font-weight: normal; }

.tips-block .sub-headline {
  font-size: 24px; }

.tips-block h3.headline {
  color: #575757;
  font-size: 20px; }

.comparison-block {
  /* MAPS */ }
  .comparison-block .block-title.fh1 {
    margin-top: 0; }
  .comparison-block .block-title.large {
    font-size: 40px;
    font-weight: 400;
    color: #666;
    margin: auto auto 2em; }
  .comparison-block h4.headline,
  .comparison-block h3.headline {
    font-size: 20px;
    color: #575757; }
  .comparison-block .column-block {
    break-inside: avoid; }
    .comparison-block .column-block h4.headline {
      margin-top: 0; }
    .comparison-block .column-block .c24-button {
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      padding: 10px 50px; }
  .comparison-block .maps-block {
    position: relative;
    padding: 50px 0 20px; }
    .comparison-block .maps-block div {
      box-sizing: border-box;
      float: left; }
      .comparison-block .maps-block div:last-of-type {
        float: right; }
    .comparison-block .maps-block .map-dt,
    .comparison-block .maps-block .map-eu {
      border: 3px solid #005ea8;
      border-radius: 50%;
      height: 150px;
      width: 150px; }
    .comparison-block .maps-block .map-dt {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/tag/map-dt.png") no-repeat center center transparent;
      background-size: 60%;
      margin: 0 17% 0 0; }
    .comparison-block .maps-block .map-eu {
      background: url("/konten/resources/accounts/imgs/2013/misc/fin/tag/map-eu.png") no-repeat center 10px transparent;
      background-size: 75%;
      margin: 0 13% 0 16%; }
    .comparison-block .maps-block .map-and {
      background: #005ea8;
      border-radius: 50%;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
      color: #fff;
      font-family: Arial, Verdana, Helvetica, aans-serif;
      font-size: 40px;
      height: 100px;
      line-height: 245%;
      text-align: center;
      width: 100px;
      margin: 20px 0 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0); }
  .comparison-block .two-columns {
    width: 85%;
    margin: 20px auto; }
    .comparison-block .two-columns.full-width {
      width: 100%; }

.advisor-block h3.fh1 {
  margin-top: 10px; }

.advisor-block .card-container {
  display: flex;
  justify-content: space-around; }

.advisor-block .card-container,
.advisor-block .multi-column {
  padding: 30px 0 40px; }
  .advisor-block .card-container.three,
  .advisor-block .multi-column.three {
    column-count: 3; }
  .advisor-block .card-container .advice-card,
  .advisor-block .multi-column .advice-card {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    width: 33.33%;
    color: #666;
    margin: 0 10px;
    background-color: #FAFAFA;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .advisor-block .card-container .advice-card h3,
    .advisor-block .multi-column .advice-card h3 {
      margin-top: 0; }
    .advisor-block .card-container .advice-card strong,
    .advisor-block .multi-column .advice-card strong {
      font-size: 14px;
      margin: 0 auto 10px;
      display: block; }

.advisor-block .c24-button {
  font-size: 14px;
  margin: 0;
  padding: 10px 35px;
  width: 220px;
  line-height: 20px; }

.advisor-block.fg-advice-faq .text-content {
  min-height: 250px; }

.paragraph-block .headline--highlight {
  font-size: 20px;
  color: #575757; }

.paragraph-block.tg-tgkonto-tg-abroad-text .headline {
  color: #575757;
  text-align: center;
  font-size: 16px; }

.paragraph-block.tgkonto-precautions .c24fin-question {
  float: none;
  margin-bottom: 40px !important;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  width: inherit !important;
  margin-left: 0; }
  .paragraph-block.tgkonto-precautions .c24fin-question form div {
    margin: 15px 25px;
    width: auto; }
  .paragraph-block.tgkonto-precautions .c24fin-question .clearfix:before,
  .paragraph-block.tgkonto-precautions .c24fin-question .clearfix:after {
    content: none; }
  .paragraph-block.tgkonto-precautions .c24fin-question .c24-cnt-ele-title {
    margin-top: 45px; }
  .paragraph-block.tgkonto-precautions .c24fin-question .c24-button {
    position: relative;
    bottom: 40px; }

.paragraph-block .paragraph__icon {
  margin: 20px auto; }
  .paragraph-block .paragraph__icon .headline {
    margin: auto; }
  .paragraph-block .paragraph__icon .paragraph-icon {
    float: left;
    padding-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px; }
  .paragraph-block .paragraph__icon [class^="icon-"]:before,
  .paragraph-block .paragraph__icon [class*=" icon-"]:before {
    font-size: 20px;
    background: #005ea8;
    border-radius: 50%;
    padding: 6px;
    color: #fff; }

.info-blockquote {
  margin: 35px 0;
  padding: 3px 15px;
  border-left: 5px solid #005ea8; }
  .info-blockquote__item {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px; }
    .info-blockquote__item:last-child {
      margin-bottom: 0; }
    .info-blockquote__item--italic {
      font-style: italic; }
  .info-blockquote--center {
    text-align: center; }

.c24-info-box--special-case {
  background: #fafafa;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  line-height: 180%;
  margin: 0 10px 60px;
  position: relative;
  border: 1px dotted #575757; }

.c24-info-box__content {
  padding: 20px; }

.c24-info-box__headline {
  color: #666;
  font-size: 18px; }
  .c24-info-box__headline h5 {
    margin: 0; }

.c24-info-box__text {
  line-height: 180%; }

.text-block__headline {
  color: #575757;
  margin: auto !important;
  font-size: 20px; }
  .text-block__headline:not(:first-child) {
    margin-top: 25px; }

.normal-font {
  font-weight: normal !important;
  margin: auto !important; }

.container-link {
  margin: 40px auto 0;
  position: relative;
  display: block;
  width: 994px; }
  .container-link__section {
    position: relative;
    margin-bottom: 40px; }
    .container-link__section--anchor {
      padding: 0 6px;
      float: left; }
      .container-link__section--anchor:first-child {
        padding-left: 0; }
      .container-link__section--anchor:last-child {
        padding-right: 0; }
    .container-link__section__image {
      height: 313px;
      width: 323px;
      padding: 20px 20px 75px;
      background: #005ea8; }
    .container-link__section__text {
      color: #fff;
      font-size: 16px;
      display: inline-block;
      left: 0;
      right: 0;
      text-align: center;
      position: absolute;
      bottom: 20px;
      margin: 0; }

.custom-button {
  position: relative;
  float: right;
  background: #f4f4f4;
  width: 390px;
  margin: 27px 20px 20px; }
  .custom-button__text {
    text-align: center;
    color: #575757;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 50px 20px 0; }
    .custom-button__text .check24-logo {
      z-index: 100;
      width: 120px;
      height: 50px;
      background: url("/konten/resources/accounts/imgs/2013/logos/check24.svg") no-repeat center;
      display: inline-block; }
  .custom-button .c24-button {
    display: inline-block;
    text-align: center;
    margin: auto 30px 20px;
    padding: 20px 20px;
    font-size: 15px; }
  .custom-button .box-icon-prozent {
    top: -20px;
    right: 175px;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 34px;
    position: absolute;
    z-index: 100;
    background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/prozent.png") no-repeat center;
    background-size: contain; }

.tg-start-text .c24-info-tipp h4,
.tg-tgkonto-text-termin-plan .c24-info-tipp h4 {
  font-size: 12px;
  font-weight: 700; }

.c24-info-tipp.no-spaceing {
  margin-bottom: 0; }

.c24-info-tipp.clear-both {
  clear: both; }

/* Block: Entscheidungskritereien */
.decision-criterion h2 {
  font-size: 18px;
  line-height: 140%;
  margin-top: 70px;
  opacity: 1; }
  .decision-criterion h2 b {
    font-size: 24px; }

.decision-criterion-text {
  box-sizing: border-box;
  padding-right: 15px;
  margin-bottom: 20px; }
  .decision-criterion-text h3 {
    color: #575757;
    font-size: 16px;
    margin: 0 0 10px; }
  .decision-criterion-text .seperator-line {
    margin: 30px 0 20px; }

/* Block: Checklist */
.checklist-block {
  height: 480px;
  position: relative; }
  .checklist-block:after, .checklist-block:before {
    content: '';
    left: 0;
    position: absolute;
    width: 994px; }
  .checklist-block .checklist-image {
    height: 400px;
    margin: 80px 0 40px; }
  .checklist-block .download {
    position: absolute;
    left: -10px;
    top: -550px; }

.ga-steps-change {
  margin-bottom: 10px; }
  .ga-steps-change:before {
    background: #005ea8;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (min-width: 994px) {
      .ga-steps-change:before {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .ga-steps-change:before {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }
  .ga-steps-change .steps-4 {
    background-color: transparent;
    color: #575757;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1; }
    .ga-steps-change .steps-4 p.page-title {
      font-size: 18px;
      margin-top: 0;
      color: #fff; }
    .ga-steps-change .steps-4 ul {
      list-style-type: none;
      padding: 0 60px; }
      .ga-steps-change .steps-4 ul li {
        float: left;
        height: auto;
        padding: 150px 15px 0;
        line-height: 16px;
        width: 25%; }
        .ga-steps-change .steps-4 ul li b {
          display: block;
          height: 40px;
          width: 100%; }
    .ga-steps-change .steps-4 li {
      color: #fff; }
      .ga-steps-change .steps-4 li:nth-child(1) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps4-1.png") no-repeat scroll top center; }
      .ga-steps-change .steps-4 li:nth-child(2) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps4-2.png") no-repeat scroll top center; }
      .ga-steps-change .steps-4 li:nth-child(3) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps4-3.png") no-repeat scroll top center; }
      .ga-steps-change .steps-4 li:nth-child(4) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps4-4.png") no-repeat scroll top center; }

.ga-top-criteria {
  padding: 0 30px 40px; }
  .ga-top-criteria:before {
    background: #f4f4f4;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset; }
    @media screen and (min-width: 994px) {
      .ga-top-criteria:before {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .ga-top-criteria:before {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }
  .ga-top-criteria .center {
    position: relative; }
  .ga-top-criteria .sub-hd {
    font-size: 16px; }
  .ga-top-criteria .h2 {
    font-size: 21px; }

.ga-change-3-steps {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 994px;
  list-style: none;
  /* blue circle normal font */ }
  .ga-change-3-steps li {
    color: #fff;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 30px;
    font-weight: 600;
    height: 182px;
    margin: 0 60px;
    padding: 20px 35px 35px;
    width: 182px; }
  .ga-change-3-steps li p {
    /* chrome */
    padding: 0;
    margin: 0; }
  .ga-change-3-steps li p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2em;
    padding-top: 20px; }
  .ga-change-3-steps li {
    background: url("data:img/png;base64,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") no-repeat transparent; }

.image-konto-wechseln {
  background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/konto_wechseln.jpg") no-repeat 0 0 transparent;
  height: 420px; }

.box-girokonto-wechsel,
.box-girokonto-fakten {
  background-color: #fff;
  margin: -150px 70px 0; }
  .box-girokonto-wechsel .headline,
  .box-girokonto-fakten .headline {
    padding: 40px 0 15px; }
    .box-girokonto-wechsel .headline h4,
    .box-girokonto-wechsel .headline h4 span,
    .box-girokonto-fakten .headline h4,
    .box-girokonto-fakten .headline h4 span {
      color: #575757;
      line-height: 140%;
      font-size: 23px; }
    .box-girokonto-wechsel .headline h4 span,
    .box-girokonto-fakten .headline h4 span {
      font-size: 17px;
      font-weight: normal;
      display: block; }

.gk-wechsel {
  line-height: 20px; }
  .gk-wechsel li {
    width: 90%; }

.faq-giro-headline {
  color: #575757;
  font-size: 23px;
  font-weight: 700; }

.icon-interstitial-block {
  border: 1px solid #dcdcdc;
  border-left: 0px;
  border-right: 0px;
  padding-top: 20px; }
  .icon-interstitial-block .c24-cnt-ele {
    margin-bottom: 20px; }
  .icon-interstitial-block .icon {
    display: block;
    float: left;
    width: 65px;
    height: 65px;
    line-height: 100em;
    font-size: 34px;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-right: 15px; }

.icon-interstitial-block .text {
  margin: 0px; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* Zwei Spaltige Texte */
.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 20px 0; }
  .two-columns .unordered-title,
  .two-columns p {
    page-break-inside: avoid;
    break-inside: avoid; }
  .two-columns .unordered-title:first-child {
    margin-top: 0; }
  .two-columns .numbered-list {
    display: inline-block; }
  .two-columns:not(.seperator-sidespacer) .text-block:after, .two-columns:not(.seperator-sidespacer) .text-block:before {
    height: 1px !important; }
  .two-columns:not(.seperator-sidespacer) .text-block,
  .two-columns:not(.seperator-sidespacer) p:not(.numbered-paragraph):not(.text-block__text) {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-block-start: 0;
    margin-block-end: 0; }
    .two-columns:not(.seperator-sidespacer) .text-block:after, .two-columns:not(.seperator-sidespacer) .text-block:before,
    .two-columns:not(.seperator-sidespacer) p:not(.numbered-paragraph):not(.text-block__text):after,
    .two-columns:not(.seperator-sidespacer) p:not(.numbered-paragraph):not(.text-block__text):before {
      content: '';
      display: block;
      height: 20px; }
  .two-columns .c24fin-question {
    float: none;
    margin-bottom: 40px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-block-start: 0;
    margin-block-end: 0; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/*
 * Box Type 1
 * Box die oft über einem Bild liegt, e.g. /kreditkarte/publikationen/kreditkartenstudie/
 * grauer Bereich mit leichter Transparenz für Überschriften
 * Darunter weißer Bereich mit Auslistungen oder Fließtext
 */
.box-type-1 {
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  /* Concludion-Box: at the end of one topic */ }
  .box-type-1 .headline {
    background: rgba(246, 247, 249, 0.9);
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 0 30px; }
  .box-type-1 .content {
    color: #999;
    font-size: 15px;
    padding: 20px 60px; }
    .box-type-1 .content ul {
      list-style: none; }
      .box-type-1 .content ul li {
        line-height: 150%;
        margin: 20px 25px;
        position: relative; }
        .box-type-1 .content ul li:before {
          /* ../konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/arrow.png */
          background-image: url("/konten/resources/accounts/imgs/products/finance/studien/kreditkartenstudie-2015/arrow.png");
          content: '';
          height: 35px;
          left: -50px;
          position: absolute;
          top: 5px;
          width: 35px; }
        .box-type-1 .content ul li.single-line:before {
          top: -4px; }
  .box-type-1 .conclusion,
  .box-type-1 .reference {
    color: #575757;
    line-height: 140%;
    text-align: center; }
  .box-type-1 .conclusion {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px; }
  .box-type-1 .reference {
    font-size: 14px; }
  .box-type-1 span {
    padding: 0 60px; }

/*
 * Box Type 2
 * Box mit einer hervorgehobenen Überschrift, e.g. /kreditkarte/publikationen/kreditkartenstudie/
 * blauer Bereich für Überschriften (weiß), oft mit Pfeil zum darunter liegenden Bereich
 * Darunter weißer Bereich mit Auslistungen oder Fließtext
 */
.box-type-2 {
  margin: 20px 0; }
  .box-type-2 .headline {
    background: #005ea8;
    color: #fff;
    font-size: 22px;
    line-height: 120%;
    padding: 45px 20px 30px;
    position: relative; }
    .box-type-2 .headline:before, .box-type-2 .headline:after {
      content: '';
      display: block;
      position: absolute; }
    .box-type-2 .headline:after {
      bottom: -40px;
      border: 20px solid;
      border-color: #005ea8 transparent transparent;
      left: 22px; }
  .box-type-2 .content {
    border: solid #dcdcdc;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
    .box-type-2 .content a {
      display: block; }

/*
 * Box Type 3
 * kleine unscheinbare Box mit grauen Hintergrund und ggf. etwas dunkelgraueren Footer,
 * e.g. /kreditkarte/publikationen/kreditkartenstudie/ -> ganz am Ende der Seite für die Quellenangabe
 */
.box-type-3 {
  position: relative;
  margin: 20px 0;
  line-height: 180%;
  page-break-inside: avoid; }
  .box-type-3 .box-type-3-content {
    background-color: #fafafa;
    padding: 20px 30px; }
  .box-type-3 .box-type-3-footer {
    background: #efeeed;
    border-radius: 0 0 6px 6px;
    padding: 20px 30px; }
  .box-type-3 > .content {
    background-color: #fafafa;
    box-sizing: border-box;
    color: #666;
    font-size: 12px;
    position: relative;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .box-type-3 h2,
  .box-type-3 h3,
  .box-type-3 h4,
  .box-type-3 h5,
  .box-type-3 h6 {
    margin-bottom: 0; }
    .box-type-3 h2.wissens-wert,
    .box-type-3 h3.wissens-wert,
    .box-type-3 h4.wissens-wert,
    .box-type-3 h5.wissens-wert,
    .box-type-3 h6.wissens-wert {
      font-size: 18px;
      color: #333;
      font-weight: 700;
      margin-bottom: 10px; }
    .box-type-3 h2 + ul,
    .box-type-3 h2 + p,
    .box-type-3 h3 + ul,
    .box-type-3 h3 + p,
    .box-type-3 h4 + ul,
    .box-type-3 h4 + p,
    .box-type-3 h5 + ul,
    .box-type-3 h5 + p,
    .box-type-3 h6 + ul,
    .box-type-3 h6 + p {
      margin-top: 15px; }
  .box-type-3 ul {
    margin-top: 0; }
  .box-type-3 .ribbon {
    padding: 6px 40px;
    position: absolute;
    top: -3px;
    margin: auto;
    left: -6px; }
  .box-type-3 .content {
    padding: 30px; }

/*
 * Box Type 4
 * kleine unscheinbare Box mit weißen Hintergrund und Schlagschatten,
 */
.c24-info-tipp,
.box-type-4 {
  background: #fff;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  line-height: 180%;
  position: relative;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
  .c24-info-tipp .box-type-4-content,
  .box-type-4 .box-type-4-content {
    padding: 20px 30px; }
  .c24-info-tipp .info-tipp-content,
  .box-type-4 .info-tipp-content {
    padding: 40px 30px 20px; }
  .c24-info-tipp .ribbon,
  .box-type-4 .ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: -6px;
    line-height: 210%;
    margin: 0;
    padding: 6px 40px;
    position: absolute;
    text-shadow: 0.5px 0.5px 2px #999;
    top: -3px;
    width: auto; }

.c24-info-tipp {
  margin: 40px auto; }
  .c24-info-tipp .info-tipp-content {
    background-color: #fafafa; }
    .c24-info-tipp .info-tipp-content h5 {
      margin: 15px auto; }
    .c24-info-tipp .info-tipp-content h5,
    .c24-info-tipp .info-tipp-content h4,
    .c24-info-tipp .info-tipp-content strong {
      color: #666; }

/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/**
 *
 * VARIABLES
 * 0. Servlet Path
 * 1. Font
 * 2. Color
 **/
/* 1. Font */
/* Icon Font */
/** 2. Color **/
/* Font Colors */
/* Background Colors */
/* Border Colors */
/*Labels*/
/* Icon Colors */
/* Thumb colors */
/* Button Colors */
/* Shadows */
/* todo: simplyfie shadow variations */
/*Borders*/
/* Validation Colors */
/* Specific Colors */
/* Rating Colors */
/* Badge Colors */
/* Accounts Teaser */
/* Responsive Design */
/* self made icon numbers */
.interest-box-item,
.yield-box-item {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.interest-box-item:hover {
  background: #7db9e8 !important;
  color: #005EA8 !important; }

.yield-box-item:hover {
  background: #e0e0e0 !important;
  color: #777 !important; }

.interest-box-link:hover, .yield-box-link:hover {
  text-decoration: none !important; }

/* Tagesgeld - Rangliste */
.interest-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }
  .interest-table tr:not(:first-child):hover {
    cursor: pointer; }
  .interest-table tr:nth-child(even) {
    background: #fafafa; }
    .interest-table tr:nth-child(even):last-of-type td {
      border-bottom: 1px solid #dcdcdc; }
  .interest-table tr img {
    max-height: 35px; }
    .interest-table tr img[src*="oney"] {
      max-width: 100px !important; }
  .interest-table tr:not(.table-heading) {
    border-top: 1px solid #dcdcdc; }
  .interest-table th {
    padding: 0 10px 15px 10px;
    background: 0;
    border: 0; }
  .interest-table td {
    padding: 15px 10px;
    border: 0; }
  .interest-table .rang {
    text-align: center;
    width: 10%; }
    .interest-table .rang.numbered-paragraph:before {
      background-color: #005ea8;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      content: attr(data-idx);
      display: block;
      float: left;
      font-size: 18px;
      font-weight: bold;
      height: 35px;
      line-height: 180%;
      margin: 0 10px 0 0;
      text-align: center;
      width: 35px;
      position: relative;
      z-index: 1; }
    .interest-table .rang.numbered-paragraph::before {
      float: none;
      margin: 0 auto; }
  .interest-table .provider {
    padding-left: 20px;
    width: 25%; }
  .interest-table .interest,
  .interest-table .yield {
    text-align: center;
    width: 10%; }
  .interest-table .comment {
    width: 45%; }

html* .yield-box-item img, html* .interest-box-item img {
  margin-top: -6px !important; }

.yield-box-item {
  position: relative; }
  .yield-box-item .c24fin-top-kontonote {
    right: 12px;
    top: 10px; }

.js24BackToTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  box-sizing: border-box;
  padding: 13px 0 0;
  text-align: center;
  color: #FFF;
  background-color: #1980d0;
  width: 48px;
  height: 48px;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer; }
  .js24BackToTop:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    display: block;
    border-top: 5px solid white;
    border-right: 5px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: 19px;
    left: 19px; }

.ca-nav span {
  background: url(/konten/resources/accounts/imgs/2013/sprite.png) no-repeat transparent;
  cursor: pointer;
  height: 47px;
  position: absolute;
  text-indent: -9000px;
  top: 12%;
  width: 14px;
  z-index: 80; }
  .ca-nav span.ca-nav-prev {
    background-position: 0 -223px;
    left: 1px; }
    .ca-nav span.ca-nav-prev:hover {
      background-position: -80px -223px; }
  .ca-nav span.ca-nav-next {
    background-position: -40px -223px;
    right: 1px; }
    .ca-nav span.ca-nav-next:hover {
      background-position: -120px -223px; }

.half-left {
  width: 480px;
  float: left; }

.half-right {
  width: 480px;
  float: right; }

.app-steps.kostenlos .two-columns {
  margin-bottom: 0; }

.ga-steps-application.ga-steps-wechseln {
  text-align: center;
  background-color: #005ea8; }
  .ga-steps-application.ga-steps-wechseln .steps-6 {
    background-color: transparent;
    color: #fff;
    height: 280px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1; }
    .ga-steps-application.ga-steps-wechseln .steps-6 .connection-blue-line {
      border-top: 1px solid #005ea8;
      height: 1px;
      top: 117px;
      width: 810px;
      margin: 0 auto; }
    .ga-steps-application.ga-steps-wechseln .steps-6 p.page-title {
      font-size: 18px;
      margin-top: 0;
      color: #575757;
      font-weight: 600; }
    .ga-steps-application.ga-steps-wechseln .steps-6 ul {
      list-style-type: none;
      padding: 20px;
      font-weight: 600;
      width: 994px;
      margin-left: auto;
      margin-right: auto; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li {
        float: left;
        height: auto;
        line-height: 16px;
        margin: 0 30px;
        width: 99px;
        padding-top: 105px; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li div {
          color: #575757;
          font-weight: normal; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li b {
          display: block;
          height: 40px;
          width: 100%; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(1) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps6-1.png") no-repeat scroll top center; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(1):hover .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(1):active .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(1):focus .display-none {
          left: 0;
          bottom: -20px;
          position: absolute;
          width: 100%;
          display: block; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(2) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps6-2.png") no-repeat scroll top center; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(2):hover .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(2):active .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(2):focus .display-none {
          left: 0;
          bottom: -20px;
          position: absolute;
          width: 100%;
          display: block; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(3) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps6-3.png") no-repeat scroll top center; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(3):hover .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(3):active .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(3):focus .display-none {
          left: 0;
          bottom: -20px;
          position: absolute;
          width: 100%;
          display: block; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(4) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps6-4.png") no-repeat scroll top center; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(4):hover .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(4):active .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(4):focus .display-none {
          left: 0;
          bottom: -20px;
          position: absolute;
          width: 100%;
          display: block; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(5) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps6-5.png") no-repeat scroll top center; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(5):hover .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(5):active .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(5):focus .display-none {
          left: 0;
          bottom: -20px;
          position: absolute;
          width: 100%;
          display: block; }
      .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(6) {
        background: url("/konten/resources/accounts/imgs/2013/misc/fin/ac/steps6-6.png") no-repeat scroll top center; }
        .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(6):hover .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(6):active .display-none, .ga-steps-application.ga-steps-wechseln .steps-6 ul li:nth-child(6):focus .display-none {
          left: 0;
          bottom: -20px;
          position: absolute;
          width: 100%;
          display: block; }
  .ga-steps-application.ga-steps-wechseln:before {
    background: #f4f4f4;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (min-width: 994px) {
      .ga-steps-application.ga-steps-wechseln:before {
        left: calc(-50vw + (100% / 2));
        width: 100vw; } }
    @media screen and (max-width: 993px) {
      .ga-steps-application.ga-steps-wechseln:before {
        left: -10%;
        overflow: hidden;
        right: -10%;
        width: 120%; } }

.sub-headline {
  font-size: 16px;
  font-weight: 500; }
  .sub-headline.compact {
    margin-top: 0; }

.unordered-title .headline {
  color: #575757;
  font-size: 16px;
  margin: 0 0 0 35px !important;
  display: inline-block;
  min-height: 25px; }

.unordered-title + p {
  margin-bottom: 20px; }

.unordered-title .symbol {
  font-size: 24px;
  color: #fff;
  background-color: #005ea8;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  display: inline; }
  .unordered-title .symbol:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    border-top: 3px solid white;
    border-right: 3px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 9px;
    left: 9px; }

/* HEADLINES AND Wechseln.phuml PAGE SPECIFIC OVERRIDES
*  TODO: delete ga-change when the Page is redesigned*/
.ga-change .left-hd {
  font-size: 19px;
  color: #575757; }

.ga-change .box-type-1-footer {
  padding: 5px;
  font-style: italic;
  font-size: 0.7em; }

.ga-change .download a {
  height: auto;
  padding: 30px; }

.ga-change .half-left p {
  margin-bottom: 20px; }

.ga-change .box-type-1 .content {
  color: #575757; }

.ga-change .faq-giro-headline {
  color: #575757;
  font-size: 23px;
  font-weight: 700; }

.ga-change h3.h2 {
  margin: 0;
  color: #575757;
  font-size: 20px;
  font-weight: 400; }

.c24fin-table {
  margin-top: 15px;
  background-color: #fff;
  width: 994px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  border-collapse: collapse; }
  .c24fin-table td:not(.c24fin-table-head) {
    text-align: left;
    font-weight: normal;
    background-color: #fff; }

.c24fin-table-head {
  background: #fff;
  color: #575757;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  height: 50px;
  border-collapse: collapse;
  text-align: center;
  padding: 0; }

.c24fin-table-gradient-01 {
  background: #efefef; }

#c24-page-container-content {
  overflow: hidden; }

.c24-cnt-ele {
  background: transparent; }
  .c24-cnt-ele.ekomi {
    margin-left: 30px; }

.download-hint {
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  width: 90%; }

.c24fin-image {
  float: right;
  margin: 0 0 10px 10px; }
  .c24fin-image.border {
    border: 1px solid #dcdcdc;
    padding: 3px; }

.tab-title,
.stars-bars,
.note-overlay,
.overlay,
.ca-nav-next,
.ca-nav-prev,
label,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.xdebug-error.xe-notice {
  position: fixed;
  z-index: 500; }
