.col-lg-6 {max-width:49%;}
 .phloffers_kondition {font-size:90%;}
  #o0ea946e8-a393-46e8-956d-3ab974ef6f13 .phloffervalidto{display: none;}
  #o0ea946e8-a393-46e8-956d-3ab974ef6f13 .pricecart{display: none;}
  .tabtoplinkwapper .tabtoplink:last-child {
    /*background-color: #e0001f !important;*/
    position: relative;
    overflow: visible;
}
  .tabtoplinkwapper a.tabtoplink:last-child::after {
     content: "Neu!";
    position: absolute;
    top: -14px;
    right: -22px;
    background-color: #e0001f;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    /*border: 2px solid #ff6b00;*/
    z-index: 10;
	transform: rotate(25deg);
    white-space: nowrap;
  /* animation: glimmer 2s ease-in-out infinite;*/
}

@keyframes glimmer {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}
@media (max-width: 980px) {
    .tabtoplinkwapper .tabtoplink:last-child {
        margin-top: 1.5rem;
    }
}