.footer-payments img {
    height: 40px;
}

.fw-medium {
    font-weight: 400 !important;
}

.qc-cmp2-persistent-link {
    cursor: pointer;
    position: fixed;
    background-color: rgb(20, 30, 35);
    padding: 5px 15px;
    color: #FFF;
    display: flex;
    text-decoration: none;
    align-items: center;
    max-height: 30px;
    z-index: 2147483640;
    bottom: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  font-size: 13px;
}

#qc-cmp2-ui button[mode="primary"], #qc-cmp2-ui button[mode="secondary"] {
    background: #212529;
    border: none;
    color: white;
}

#qc-cmp2-ui button[mode="primary"], #qc-cmp2-ui button[mode="secondary"] {
    background: rgb(20, 30, 35);
    border: none;
    color: white;
}

@media (min-width: 768px) {
    .css-10cg35w.css-10cg35w .qc-cmp2-footer .qc-cmp2-footer-links button:not(.qc-cmp2-link-active) {
        color: rgb(20, 30, 35);
    }
}

.css-10cg35w.css-10cg35w .qc-cmp2-consent-info .qc-cmp2-header-links button {
    margin: 0px 15px;
    color: rgb(20, 30, 35);
}

.css-k8o10q.css-k8o10q {
    place-content: center;
    backface-visibility: hidden;
    border: none;
    background: rgb(20, 30, 35);
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 0;
    min-height: 34px;
    -webkit-box-pack: center;
    letter-spacing: 2px;
    margin: 0.5em;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.35s;
    white-space: nowrap;
    width: 95%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 1px;
}

#qc-cmp2-ui button[mode="primary"], #qc-cmp2-ui button[mode="secondary"] {
    background: #212529;
    border: none;
    color: white;
}


.stats-wrapper {
    background-color: rgb(var(--primary_color));
  	margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    padding-bottom: 30px;
    color: white;
    align-items: center;

    overflow: hidden; /* 🔥 WICHTIG */
}
.stats-wrapper .col:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.2);
  background: #ffb000;
  border-bottom: none;
}

@media (max-width: 768px) and (orientation: portrait) {
    .stats-wrapper .col {
      background-color: rgb(var(--primary_color));
      	margin-left: 10px;
    	margin-right: 10px;
      	padding-left: 10px;
      	padding-right: 10px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .stats-wrapper .col:last-child {
        border-bottom: none; /* 🔥 WICHTIG */
    }
  
  .section {
    padding-bottom: 0 !important;
  margin-bottom: 60px;
    margin-top: 20px;
}
}

.stat-box {
    flex: 1;
    min-width: 150px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.section {
    padding-bottom: 0 !important;
  margin-bottom: 60px;
    margin-top: 20px;
}
.stat-card {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 16px;
    transition: 0.3s;
}

.stat-card:hover {
    background: #e9ecef;
    transform: translateY(-5px);
}

.stat-sep {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 28px;
    font-weight: 300;
}