
/* ******************************************************** */
/* ********************* finwall.css ********************** */
/* ******************************************************** */

.qtip {
    transition: none;
    min-width: 300px;
  }

  /* Note */
  .product_note {
    border: 1px solid #3363ad;
    width: 65px;
    min-width: 65px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #3363ad;
    box-shadow: 2px 2px 10px #acacac;
    line-height: 1.7;
  }
  .teaserbox_note .product_note {
    height: max-content;
  }

  .note_outer {
    min-height: 60%;
  }

  .note_text {
    width: 100%;
    color: #fff;
    min-height: 40%;
    background: #3363ad;
  }

  /* BEwertungsicons */

  .bewertungsicon {
    font-size: 12px;
  }

  .bewertung-gut {
    color: #169C65;
  }
  .bewertung-normal {
    color: #FFA941;
  }
  .bewertung-negativ {
    color: #D32600;
  }

  /* Hakenicons */

  .haken-ja,
  .haken-nein {
    font-size: 12px;
  }

  .haken-ja {
    color: #169C65;
  }

  .haken-nein {
    color: #D32600;
  }

  .geb-item .is_not_free.geb-item-value.featured,
  .kosten_pa_1.is_not_free {
    color: var(--neutral-dark-blue-100, #101851);
  }

  .note_content {
    align-self: center;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .product_note .short_text {
    font-size: 14px;
  }

  .product_note .medium_text {
    font-size: 12.5px;
  }

  .product_note .long_text {
    font-size: 10px;
  }

  .toggle-active {
    border-left: 0 !important;
    border-right: 0;
    border-top: 0;
  }

  .first_item_highlight .kk_feature_1 .kk_feature_text,
  .first_item_highlight .kk_feature_2 .kk_feature_text,
  .first_item_highlight_teaser_set .kk_feature_1 .kk_feature_text,
  .first_item_highlight_teaser_set .kk_feature_2 .kk_feature_text {
    background: yellow;
  }
  .kk_feature .kk_feature_text {
    padding-left: 2px;
    padding-right: 2px;
  }

  .kk_feature {
    display: flex;
    margin: 5px 0;
    padding: 0px 2px;
    border-radius: 5px;
    text-align: left;
    width: 100% !important;
    font-size: 14px;
  }

  .kk_feature .fas {
    margin-right: 2.5px;
    display: flex;
    align-items: center;
  }

  #wp-admin-bar-avada,
  #wp-admin-bar-new_draft {
    display: none !important;
  }

  .avada-page-titlebar-wrapper {
    z-index: 99;
    background: #fff;
  }

  /* Feature */

  @media (max-width: 882px) {
    #main {
      padding: 15px;
      padding-right: 10px !important;
      padding-left: 10px !important;
    }

    .feature_wrap {
      flex-direction: row;
      display: grid;
      grid-template-columns: 100%;
      align-self: flex-start;
    }

    .feature_wrap .kk_feature {
      margin: 0px;
      box-shadow: unset;
      display: flex;
      align-items: center;
      padding: 4px 0px;
    }
    .feature_wrap .kk_feature svg{
        min-width: 18px;
    }

    /* Fix for mobile view */

    .avada-page-titlebar-wrapper {
      display: none;
    }
    #main.clearfix {
      padding-top: 0px;
    }
  }

  /* Test to make tables better for mobile, especially lists with more than two columns */
  @media (max-width: 686px) {
    table.product-detail-table tr {
      display: flex;
      flex-direction: column;
      white-space: break-spaces;
    }

    table.product-detail-table tr td {
      width: 100%;
      padding: 5px 0px 0px 5px;
      white-space: normal;
    }

    table.product-detail-table tr td:first-child {
      font-weight: bold;
    }
  }

  /*
  AB Test CFT Copy Testing
  Hide different features based on group a visitor is assigned into
   */

  .kk_feature_cpt {
    /* Hide on default */

    display: none;
  }

  .cpt_group_one .cpt_is_set .kk_feature_1,
  .cpt_group_two .cpt_is_set .kk_feature_1,
  .cpt_group_three .cpt_is_set .kk_feature_1,
  .cpt_group_four .cpt_is_set .kk_feature_1 {
    display: none;
  }

  .cpt_group_one .cpt_is_set .kk_feature_cpt_one,
  .cpt_group_two .cpt_is_set .kk_feature_cpt_two,
  .cpt_group_three .cpt_is_set .kk_feature_cpt_three,
  .cpt_group_four .cpt_is_set .kk_feature_cpt_four {
    display: flex;
  }

  .payment {
    display: inline-flex;
    align-items: center; /* vertical centering */
  }

  .payment:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;        /* height of line */
    background-color: #c7cbd8; /* softer than pure black */
    margin-left: 5px;
  }

  .badges {
    display: inline-flex;
    align-items: center; /* vertical centering */
  }

  .badges:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;        /* height of line */
    background-color: #c7cbd8; /* softer than pure black */
    margin-left: 5px;
  }

  @media only screen and (max-width: 640px) {
    body.vergleich-page #main {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }

    body.vergleich-page .awb-icon-search {
      display: none;
    }

    body.vergleich-page .fusion-mobile-menu-icons .awb-icon-bars:before {
      color: #9FA3B9 !important;
    }

    .fusion-builder-column-0 > .fusion-column-wrapper {
      margin-right: 0px;
      margin-left: 0px;
    }

    .fusion-builder-column-2 > .fusion-column-wrapper {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .teaserbox {
      width: 100% !important;
      margin-right: 0px !important;
      margin-left: 0px !important;
      padding: 10px !important;
    }

    .teaserbox_logo {
      justify-content: flex-start !important;
    }

    .teaserbox.Kreditkarte .teaserbox_logo{
      justify-content: flex-start;
    }

    .middle_content {
      grid-column: 1/4 !important;
      grid-row: 1;
    }
    .middle_content a.product-title {
      text-align: left !important;
      padding-bottom: 8px;
    }

    .teaserbox_special_text {
      padding-left: 30px !important;
      grid-row: 2;
      margin-bottom: 8px;
    }

    .teaserbox_special_text.second {
      margin-top: 0px;
  }

    .teaserbox .teaserbox_price {
      margin-top: 0px;
      grid-row: 3 !important;
      align-self: center;
    }
    .teaserbox_bullets {
      grid-row: 3 !important;
      margin-bottom: 0px !important;
      margin-top: 0px !important;
    }

    .teaserbox .kk_feature {
      margin: 0px !important;
    }

    .kk_feature {
      font-size: 13px;
      line-height: 1.5;
    }

    .teaserbox_payments {
      grid-column: span 4;
      grid-row: 4 !important;
      margin-top: 10px;
    }

    .teaserbox_cta {
      grid-row: 5 !important;
      grid-column: 1/5 !important;
      padding-top: 0px;
      margin: 0px !important;
      padding-top: 5px !important;
    }

    .teaserbox_cta > a {
      width: 100%;
    }
    .teaserbox_cta .button {
      display: block;
      text-align: center;
    }

    ul.etabs > li {
      margin-bottom: 20px;
    }
    .product-tabs .tab-content {
      width: unset !important;
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 449px) {
    .qtip {
      left: 10px !important;
    }
  }

  /* ************ ****** **************** ****** ************ */
  /* ************ ****** New Card Designs ****** ************ */
  /* ************ ****** **************** ****** ************ */

  .primary-card-wrapper {
    background: linear-gradient(to right, #17AFF9, #21cec1);
    border-radius: 20px;
    padding-top: 5px;
    margin-bottom: 30px !important;
  }

  .primary-card-wrapper .new-product-card {
    border: 2px solid transparent !important;
    background-color: #F6FEFA;
    margin-top: 3px;
    background: linear-gradient(to bottom, #F6FEFA, #FFFFFF);
    background-clip: padding-box;
  }

  .primary-card-wrapper .first-column table td,
  .primary-card-wrapper .second-column table td,
  .primary-card-wrapper .table-1 tr:nth-child(even),
  .primary-card-wrapper .table-1 table {
    background-color: transparent;

  }

  .primary-card-label {
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    font-weight: 700;
  }

  .new-product-card {
    grid-template-columns: 17% 17% 17% 33% 15% !important;
    grid-template-rows: unset !important;
  }

  .product-label {
    position: absolute;
    left: 24px;
    top: 0px;
    background-color: #E0EDFF;
    color: #101851;
    font-size: 13px;
    padding: 3px 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    white-space: nowrap;
  }

  .default-card .geb-item-value {
    font-size: 20px !important;
  }

  .default-card .geb-item-text {
    font-size: 13px !important;
  }

  .default-card .grid_img img {
    height: 70px;
  }

  .primary-card-wrapper .grid_child_5 {
    height: 130px;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .secondary-card .grid_child_5 {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 95px;
  }

  .new-product-card .default-card .grid_child_5 {
    height: 70px;
  }

  .new-product-card .grid_child.more-info {
    margin-top: 15px;
  }

  .new-product-card .grid_img p {
    display: none;
  }

  .product-item-listing .sub-heading{
    font-weight: 600 !important;
    font-size: 30px !important;
    margin-top: 80px;
    color: #101851;
  }

  @media screen and (max-width: 882px) {
    .product-label {
      right: 24px;
      left: unset;
    }

    .new-product-card .grid_child_4, .new-product-card .grid_child_3 {
      display: none;
    }

    .new-product-card .grid_child_5 {
      min-height: 52px;
      grid-column: 1 / 7;
    }

    .new-product-card .bold-feature {
      font-weight: 700;
    }

    .new-product-card .payment-icons-wrapper {
      justify-content: start;
    }

    .default-card .grid_child_5, .secondary-card .grid_child_5, .primary-card-wrapper .grid_child_5 {
      height: unset;
    }

    .new-product-card .feature_wrap .kk_feature svg {
      width: 18px;
      margin-right: 5px;
    }

    .new-product-card .grid_img {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: start;
      font-size: 14px;
    }

    .default-card .grid_img, .secondary-card .grid_img {
      margin-top: 15px;
    }

    .new-product-card .grid_img p {
      display: block;
      margin-bottom: 0px;
    }

    .product-label {
      font-size: 12px;
    }

    .new-product-card .feature_wrap {
      padding: 0px;
    }

    .secondary-card .grid_child_5 {
      margin-bottom: 0px;
    }
  }



  /* ************ ****** **************** ****** ************ */
  /* ************ ****** Rechner Designs  ****** ************ */
  /* ************ ****** **************** ****** ************ */

  #calculation-form {
    border: 1px solid #f0f0f2;
    background-color: #f9f9fa;
    padding: 24px;
    border-radius: 8px;
  }

  #calculation-form label,
  #calculation-form .input-wrapper input,
  #calculation-form button {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #101851;
  }

  #calculation-form label{
    width: 100%;
    font-weight: 600;
  }

  #calculation-form .input-wrapper input {
    border-radius: 8px;
    padding: 23px 30px 23px 15px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
  }

  #calculation-form .input-wrapper input:hover {
    border: 1px solid #C1DBFF;
  }

  #calculation-form .input-wrapper input:focus {
    border: 1px solid #C1DBFF;
    box-shadow: 0 0 3px rgba(193, 219, 255, 0.8);
  }

  #calculation-form .input-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }

  #calculation-form .input-wrapper .currency {
    position: absolute;
    right: 10px;
    color: #999;
    padding-bottom: 10px;
  }

  #calculation-form button {
    padding: 10px;
    background-color: blue;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 14px 35px;
    justify-self: self-end;
    margin-top: 35px;
    font-weight: 600;
  }

  #calculation-form button:hover {
    background-color: #0056b3;
  }

  #result {
    margin-top: 20px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #f0f0f2;
  }

  #result div {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #101851;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
  }

  #result hr, #calculation-form hr {
    border: 1px solid #f0f0f2;
  }

  #calculation-form hr {
    border: 1px solid #e8eaed;
    margin: 25px 0px;
  }

  #result .tip {
    display: block;
      font-weight: 400;
      font-size: 16px;
  }

  #result h4 {
    margin-bottom: 35px;
  }

  #result .value {
    font-weight: 600;
  }

  .info-icon::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D'18'%20height%3D'19'%20viewBox%3D'0%200%2018%2019'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M1.6875%209.21875C1.6875%205.33586%204.83586%202.1875%208.71875%202.1875C12.6016%202.1875%2015.75%205.33586%2015.75%209.21875C15.75%2013.1016%2012.6016%2016.25%208.71875%2016.25C4.83586%2016.25%201.6875%2013.1016%201.6875%209.21875ZM8.71875%203.3125C5.45718%203.3125%202.8125%205.95718%202.8125%209.21875C2.8125%2012.4803%205.45718%2015.125%208.71875%2015.125C11.9803%2015.125%2014.625%2012.4803%2014.625%209.21875C14.625%205.95718%2011.9803%203.3125%208.71875%203.3125ZM7.17188%208.23438C7.17188%207.92371%207.42371%207.67188%207.73438%207.67188H8.85938C9.17004%207.67188%209.42188%207.92371%209.42188%208.23438V11.8906H10.4062C10.7169%2011.8906%2010.9688%2012.1425%2010.9688%2012.4531C10.9688%2012.7638%2010.7169%2013.0156%2010.4062%2013.0156H7.3125C7.00184%2013.0156%206.75%2012.7638%206.75%2012.4531C6.75%2012.1425%207.00184%2011.8906%207.3125%2011.8906H8.29688V8.79688H7.73438C7.42371%208.79688%207.17188%208.54504%207.17188%208.23438Z'%20fill%3D'%23101851'%2F%3E%3Cpath%20d%3D'M8.71875%205.07031C8.53797%205.07031%208.36124%205.12392%208.21092%205.22436C8.06061%205.3248%207.94345%205.46756%207.87427%205.63458C7.80508%205.8016%207.78698%205.98539%207.82225%206.1627C7.85752%206.34001%207.94458%206.50288%208.07241%206.63071C8.20024%206.75855%208.36311%206.8456%208.54043%206.88087C8.71774%206.91614%208.90152%206.89804%209.06855%206.82886C9.23557%206.75968%209.37833%206.64252%209.47877%206.4922C9.5792%206.34188%209.63281%206.16516%209.63281%205.98438C9.63281%205.74195%209.53651%205.50946%209.36509%205.33804C9.19367%205.16662%208.96117%205.07031%208.71875%205.07031Z'%20fill%3D'%23101851'%2F%3E%3C%2Fsvg%3E");
  }

  @media screen and (max-width: 882px) {
    #calculation-form {
      padding: 10px;
    }

    #result {
      padding: 10px;
    }
  }

  /* *************** Vergleich pages Filtering *************** */
  .filter-wrapper{
    width: max-content;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 850px) {
    .scrollable-wrapper {
      position: relative;
      padding: 5px;
    }

    .scrollable-container {
      -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
      padding-bottom: 20px;
      overflow: auto;
    }

    .filter-wrapper {
      width: max-content;
    }

    .filter-wrapper > :nth-child(2) {
      margin-left: 10px;
    }

    .filter-counter.active-counter {
      margin-right: -10px;
    }

    .filters-container {
      padding-left: 0px !important;
      padding-right: 5px !important;
    }

    .filter-item-button, .dropdown-toggle {
      margin-right: 10px !important;
    }

    .scrollable-wrapper::before,
    .scrollable-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 20px; /* Adjust the width of the gradient as needed */
      pointer-events: none;
      z-index: 1; /* Ensure the gradient is above the content */
    }

    .scrollable-wrapper::before {
      left: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .scrollable-wrapper::after {
      right: 0;
      background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
  }

  .filter-form {
    margin-top: 15px;
  }

  .filter-item-button, .dropdown-toggle {
    border-radius: 8px;
    padding: 4px 12px;
    color: #404674;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    line-height: 25px;
  }

  .filter-item-button{
    display: inline-block;
    border: 1px solid #CFD1DC;
  }

  .filter-counter {
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
  }

  .dropdown-toggle i {
    padding-left: 7px;
  }

  .filter-item-button:hover,  .dropdown-toggle:hover {
    background-color: #E0EDFF;
    color: #101851;
    border: 1px solid #E0EDFF;
  }

  .active-filter {
    background-color: #E0EDFF;
    color: #101851;
    border: 1px solid #E0EDFF;
  }

  .active-counter {
    font-weight: 500;
  }

  .filter-item-button.active-filter {
    position: relative;
    padding-left: 29px;
  }

  .filter-item-button.active-filter::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.5 10.5L8.2 14.2L15.5 6.8' stroke='%23101851' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat center / contain;
  }

  /* *************** Custom Dropdown for Filtering *************** */
  .dropdown-container {
    position: relative;
    display: inline-block;
    font-size: 14px;
  }

  .dropdown-toggle {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #CFD1DC;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    color: #404674;
    border-radius: 10px;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    margin-top: 15px;
    list-style: none;
    padding: 0;
    top: 30px;
    width: max-content;
  }

  .dropdown-item {
    padding: 8px 5px;
    cursor: pointer;
    font-size: 14px;
  }

  .dropdown-item:hover {
    background-color: #f1f1f1;
    border-radius: 10px;
  }

  .dropdown-item:focus {
    border: 1px SOLID #707497;
  }


  .dropdown-toggle.active-filter {
    position: relative;
    padding-left: 29px;
    border: 1px solid #E0EDFF;
  }

  .dropdown-toggle.active-filter::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.5 10.5L8.2 14.2L15.5 6.8' stroke='%23101851' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat center / contain;
  }

  .fa_container > div {
    padding: 0px 20px;
  }
  /* *************** Filter mobile width ****************/
  @media screen and (max-width: 400px) {
    .filter-wrapper {
      width: max-content;
    }
  }
  /* *************** end of Filtering ****************/

  /* *************** Sorting *************** */
  .products-sort_wrap {
    display: flex;
    justify-content: flex-end;
    font-size: 0.9rem;
  }

  .products-sort_wrap select {
    border: none;
    width: fit-content;
    color: #101851;
    font-weight: bold;
    padding-left: 4px;
  }

  .products-sort_wrap label {
    align-content: center;
  }
  /* *************** end of Sorting *************** */

  /* *************** Fusion Menu *************** */

  /* Using Font Awesome icons */
  .fusion-mobile-menu-icons .awb-icon-bars:before {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 21px;
  }

  .fusion-mobile-menu-icons .awb-icon-bars[aria-expanded="true"]:before {
    content: '\f00d';
  }

  .fusion-mobile-nav-item {
    position: relative;
  }

  .fusion-mobile-nav-item > a {
    position: relative;
    z-index: 1;
  }

  .fusion-open-submenu {
    position: absolute !important;
    width: 100% !important;
  }

  .fusion-open-submenu::before {
    font-size: 17px;
  }

  .fusion-open-submenu[aria-expanded="true"]:before {
    content: "\f106";
    color: #163bfb;
    font-size: 26px;
  }

  .fusion-megamenu-holder {
    border-radius: 20px;
    padding: 20px !important;
  }

  .fusion-megamenu-title {
    font-size: 12px !important;
    color: rgba(16, 24, 81, .5) !important;
  }

  .fusion-megamenu-bullet {
    display: none;
  }

  .fusion-main-menu .sub-menu li a {
    margin: 2px 0px;
    padding: 0px 5px !important;
    font-weight: 400;
  }

  .fusion-main-menu .sub-menu li a:hover {
    text-decoration: none;
  }

  .fusion-main-menu .sub-menu a {
    border-radius: 10px;
  }

  .fusion-main-menu .sub-menu a:hover {
    color: #163bfb;
    background-color: #F0F6FE !important;
  }

  .fusion-main-menu .sub-menu li {
    padding: 3px 0px !important;
  }

  .fusion-megamenu-wrapper .fusion-megamenu-submenu {
    border: none !important;
    padding: 10px !important;
  }

  body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after {
    top: unset !important;
    bottom: 0px;
  }

  body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon) {
    padding: 0px 10px;
  }

  .fusion-megamenu-wrapper .fusion-megamenu-border {
    border-bottom: unset !important;
  }

  .sub-menu li:has(a[title="alle"])::after {
    content: '';
    position: relative;
    left: -10px;
    width: 5px;
    height: 5px;
    border-right: 2px solid #163bfb;
    border-top: 2px solid #163bfb;
    transform: rotate(45deg);
    align-self: center;
  }

  .sub-menu li:has(a[title="alle"]) {
    margin-right: 10px;
    display: flex;
    justify-content: end;
  }

  .sub-menu li:has(a[title="alle"]) span {
    padding-right: 8px;
  }

  .fusion-megamenu-title {
    padding: 0 10px 0px 5px !important;
  }

  .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
    color: #101851 !important;
  }

  .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
    background-color: #fff;
    align-content: center;
    border: none;
    height: auto;
    text-transform: none;
    font-size: 16px;
    color: #101851;
    line-height: 1.2;
    border-left: 8px solid rgb(255, 255, 255);
    font-family: 'Montserrat';
  }

  .fusion-mobile-menu > li > a:first-child {
    height: 54px !important;
  }

  li.fusion-mobile-nav-item:has(ul.fusion-sub-menu-open) > a {
    border-left: 8px solid #163bfb !important;
    color: #163bfb !important;
    font-weight: 500 !important;
  }

  .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a:hover {
    background-color: #fff;
  }

  .fusion-mobile-menu {
    box-shadow: -12px 6px 10px 0px rgba(69, 69, 69, 0.1);
  }

  .fusion-mobile-menu .sub-menu {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }

  .fusion-mobile-menu .menu-item-has-children >a{
    font-size: 20px !important;
    font-weight: 400 !important;
    border-top: 1px solid #10185126 !important;
  }

  .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
    padding-left: 0px !important;
  }

  .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-open-submenu {
    text-align: end;
    padding: 10px 25px;
  }

  .fusion-open-submenu[aria-expanded="true"]:before {
    content: "\f106";
  }

  .fusion-mobile-menu a[href="#"] {
    font-size: 12px !important;
    font-weight: 700;
    color: #10185180 !important;
    border-bottom: 1.5px solid #10185126 !important;
  }

  .fusion-megamenu-width-site-width .sub-menu {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
  }

  .fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li a:after,
  .fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li a:before  {
    width: 0px !important;
  }

  .fusion-mobile-menu-search {
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  }

  #mobile-menu-item-42800 > ul > li.fusion-mobile-nav-item {
    padding-bottom: 16px;
  }

  .fusion-mobile-nav-item > ul > li.fusion-mobile-nav-item {
    padding-bottom: 20px;
  }

  @media only screen and (max-width: 800px) {
    .sub-menu li:has(a[title="alle"])::after {
      left: 0px !important;
      top: 1px;
    }

    .sub-menu li:has(a[title="alle"]) {
      justify-content: unset !important;
    }

    .sub-menu li:has(a[title="alle"]) span {
      padding-right: 0px;
    }

    .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
      padding-right: 1px !important;
    }

    .fusion-mobile-menu a[href="#"] {
      padding-top: 13px;
    }
  }


  /* *************** end of Fusion Menu *************** */

  /* ************ ****** **************** ****** ************ */
  /* ************ ****** Second New Card Designs ****** ************ */
  /* ************ ****** **************** ****** ************ */

  .second-new-product-card {
    grid-template-columns: 17% 14% 14% 29% 10% 16% !important;
  }

  .second-new-product-card .grid_child_5 .featured-bullet-point .value,
  .second-new-product-card .grid_child_5 .featured-bullet-point .text {
    display: none;
  }

  @media screen and (max-width: 882px) {
    .second-new-product-card .grid_child_5 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .second-new-product-card .grid_child_5 .featured-bullet-point .value,
    .second-new-product-card .grid_child_5 .featured-bullet-point .text {
      display: inline-block;
    }

    .second-new-product-card .featured-bullet-point .value {
      font-size: 15px;
      font-weight: bold;
    }

    .second-new-product-card .featured-bullet-point .text {
        font-size: 13px;
        font-weight: normal;
    }

    .second-new-product-card .note_outer {
      width: 80px !important;
    }

    .second-new-product-card .note-value {
      font-size: 25px !important;
    }

    .second-new-product-card .note .note_text {
      font-size: 13px !important;
      margin-top: -28px !important;
    }

    .second-new-product-card .product-label {
      right: unset;
    }

    .second-new-product-card .badges {
      padding-left: 0px !important;
      padding-right: 8px;
    }
  }
  /* ************ end of second new product design ************ */

  /* ************ ****** **************** ****** ************ */
  /* ************ ****** product card values ****** ************ */
  /* ************ ****** **************** ****** ************ */
  .card_value_wrapper {
    flex-direction: row;
    justify-content: space-evenly !important;
  }

  .card-double-value, .card-single-value {
    text-align: center;
    color: var(--neutral-dark-blue-80, #101851);
    font-family: 'Open Sans';
  }

  .card-double-value .card-value {
    font-weight: 700;
    font-size: 18px;
  }

  .card-single-value .card-value {
    font-weight: 700;
    font-size: 24px;
  }

  .card-double-value .card-value-group:first-child{
    margin-bottom: 10px;
  }

  .desktop-hidden {
    display: none;
  }

  @media screen and (max-width: 882px) {
    .card_value_wrapper {
      flex-direction: column;
    }

    .mobile-hidden {
      display: none;
    }

    .desktop-hidden {
      display: revert;
    }

    .card-double-value, .card-single-value {
      text-align: end !important;
      justify-items: flex-end;
    }

    .card-single-value .card-value {
      font-size: 22px;
    }

    .card-double-value .card-value-group {
      margin-bottom: 0px !important;
    }
  }

  .hidden {
    display: none;
  }

  /* ************ Newsletter Button in Header ************ */

  .desktop-header-newsletter {
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 300;
    border-left: 1.5px solid #9FA3B9;
    padding-left: 17px;
  }

  .mobile-header-newsletter {
    position: absolute;
    top: 0px;
    right: 67px;
    z-index: 300;
  }

  .mobile-header-newsletter .newsletter-btn {
    font-size: 18px;
    color: #101851;
  }

  .newsletter-btn {
    color: #163BFB;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 4px 6px;
  }

  .newsletter-btn i {
    font-size: 12px;
  }

  .desktop-header-newsletter .newsletter-btn {
    background-color: #F0F6FE;
  }

  .header-newsletter a:hover {
    cursor: pointer;
  }

  .fusion-main-menu>ul>li:last-child {
      right: 150px !important; /* Comment this to hide newsletter in header */
      margin-left: 150px; /* margin-left: 10px to hide newsletter in header */
  }

  @media screen and (max-width: 882px) {
    .newsletter-btn i {
      font-size: unset !important;
    }

    .fusion-layout-column {
      margin-top: 7px;
      margin-bottom: 7px;
    }

    .page-template .grid_child_1 a {
      display: flex;
      flex-direction: column;
      align-items: self-start;
    }
  }

/* Create a custom menu for dlp baufi: dlp-baufinanzierungsvergleich */
/* body.postid-63892 #mobile-menu-mobile-menu > li:not(.menu-item-visible) { */
body.vergleich-page #mobile-menu-mobile-menu > li:not(.menu-item-visible) {
  display: none !important;
}

/* body:not(.postid-63892) #mobile-menu-mobile-menu > li.menu-item-visible { */
body:not(.vergleich-page) #mobile-menu-mobile-menu > li.menu-item-visible {
  display: none !important;
}

/* end of custom menu for dlp-baufinanzierungsvergleich */

.fusion-flexslider:before { /*    Remove a tag on related post image   */
  content: none !important;
}


/* Change dropdown indicator and border bottom for menu */
.fusion-main-menu li:hover > a .fusion-dropdown-indicator,
.fusion-main-menu li.fusion-active-link > a .fusion-dropdown-indicator {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.fusion-dropdown-indicator {
  display: inline-block;
  transition: transform 0.3s ease;
}
/* Keep menu underline visible */
body:not(.fusion-header-layout-v6).fusion-top-header
.fusion-main-menu > ul > li:hover:not(.fusion-menu-item-button) > a.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after,
body:not(.fusion-header-layout-v6).fusion-top-header
.fusion-main-menu > ul > li.fusion-active-link:not(.fusion-menu-item-button) > a.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after {
  transform: scaleX(1);
}

/* remove recommendation and note section on page '/tagesgelder/dlp-fvg-tagesgeldvergleich/' when it has limit url parameter */
body.is-iframe .dlp-note,
body.is-iframe .dlp-recommendation {
    display: none !important;
}

/* Multiproduct-card styles */

.multi-product-card {
  display: flex;
  padding: 0;
  gap: 10px;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center;
}

.card-content-table > table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.card-content-table > table th {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 30px;
  text-align: center;
  color: #6e7a91;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 8px;
}

.card-content-table > table td {
  padding: 5px 30px;
  text-align: center;
  font-size: 14px;
  color: #101851;
  border-bottom: 1px solid #ebebeb;
}

.card-content-table > table a {
  color: #163bfb;
  text-decoration: none;
  font-weight: 500;
}

.multi-product-card .grid_img img {
  width: 100%;
  height: auto;
}

.multi-product-card .grid_child.grid_img {
  flex-shrink: 0;
  min-width: 100px;
}

/* end of Multiproduct-card styles */
