table td div { width: unset } 
.page {
  padding-top: 60px;
}
.top-content {
  padding: 15px 25px;
}
.top-content .hero {
  margin-top: 40px;
}
header .navbar {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}
main {
  max-width: 1180px;
  margin: 0 auto 80px;
}
@media (min-width: 861px) {
  main {
    padding: 0 20px;
  }
}
@media (max-width: 860px) {

}
@keyframes loaderAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.card__loader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 46%,
      rgba(255, 255, 255, 0.35) 50%,
      rgba(255, 255, 255, 0) 54%
    )
    50% 50%;
  animation: loaderAnimation 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}
.feature-table-indicator,
.pricing-table-indicator {
  position: relative;
}
.expanded .feature-table-indicator::before,
.expanded .pricing-table-indicator::before {
  transform: rotate(0deg);
}
.feature-table-indicator::before,
.pricing-table-indicator::before {
  background: url("../../images/b6ebb0f39c9b7e0d454d.svg") center no-repeat;
  background-size: 100%;
  content: "";
  margin-top: -5px;
  position: absolute;
  transition: all 0.3s ease-out;
  transform: rotate(180deg);
  top: 50%;
  right: 10px;
  width: 18px;
  height: 11px;
}
.feature-table-indicator-top::before {
  right: 55px;
}
.strikethrough {
  display: inline-block;
  position: relative;
}
.strikethrough::before {
  content: "";
  position: absolute;
  left: -0.2em;
  right: -0.2em;
  top: 0.18em;
  bottom: 0.18em;
  background: linear-gradient(
    to left top,
    transparent 45.5%,
    #888 47.5%,
    #888 52.5%,
    transparent 54.5%
  );
  pointer-events: none;
}
.dot {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
}
.dot:last-child {
  margin-right: 0;
}
.dot--filled {
  background-color: #008e94;
}
.dot--unfilled,
.pricing-table__feature-overview.disabled .dot--filled {
  background-color: #fff;
  border-color: #ccc;
}
.button {
  border-radius: 3px;
  color: #525252 !important;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 5px;
  text-decoration: none;
}
@media (min-width: 861px) {
  .button {
    padding: 11px !important;
  }
}
.button:hover {
  text-decoration: none !important;
}
.button--primary {
  background-color: #f07d00;
  color: #fff !important;
  margin-top: 16px;
}
.button--secondary {
  color: #f07d00 !important;
  border: 1px solid #f07d00;
}
.button--secondary:hover {
  background-color: #f07d00;
  color: #fff !important;
}
.badge {
  background-color: #008e94;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-weight: bold;
  height: 105px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transform: rotate(8deg);
  width: 105px;
}
.badge__text {
  font-size: 35px;
}
.badge__subline {
  font-size: 14px;
}
.check-list {
  font-size: 14px;
  line-height: 18px;
  list-style-type: none;
  padding-left: 25px;
}
@media (min-width: 861px) {
  .check-list {
    font-size: 16px;
  }
}
.check-list li {
  margin-bottom: 6px;
  position: relative;
}
.check-list li::before {
  content: "";
  display: block;
  background: url("../../images/check.svg") center no-repeat;
  background-size: 100% auto;
  height: 20px;
  left: -25px;
  position: absolute;
  width: 20px;
}

header {
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1490196078);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
}

@media (min-width: 861px) {
  .top-content {
    margin-top: 25px;
    text-align: center;
  }
}
.hero {
  display: flex;
  font-size: 14px;
}
@media (min-width: 861px) {
  .hero {
    display: block;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
  .hero .check-list {
    margin-bottom: 5px;
    padding-left: 0;
    text-align: center;
  }
  .hero .check-list li {
    display: inline-block;
    margin-right: 40px;
  }
}
.hero__subline {
  display: none;
}
@media (min-width: 861px) {
  .hero__subline {
    display: block;
  }
}
.hero .badge {
  flex-shrink: 0;
  margin-left: 15px;
}
@media (min-width: 861px) {
  .hero .badge {
    position: absolute;
    right: 40px;
    bottom: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.5);
  }
}

@media (min-width: 1280px) {
}

@media (min-width: 861px) {
  .mobile-plan-slider {
    display: none;
  }
}
.pricing-table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  color: #333;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  width: 100%;
}
.pricing-table thead {
  background-color: #f5f5f5;
}
.pricing-table th {
  font-weight: normal;
}
@media (max-width: 640px) {
  .pricing-table {
    display: none;
  }
}
.pricing-table th:first-child,
.pricing-table td:first-child {
  border-left: 1px solid #ccc;
}
.pricing-table th:last-child,
.pricing-table td:last-child {
  border-right: 1px solid #ccc;
}
.pricing-table tr.hidden {
  display: none;
}
.pricing-table tr.visible {
  display: table-row;
}
.pricing-table td {
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
  padding: 5px 10px;
}
.pricing-table td:first-child {
  padding-left: 20px;
}
.pricing-table .feature-toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pricing-table .dot {
  transition: border 0.2s ease-out, background-color 0.2s ease-out;
}
.pricing-table__header-action,
.pricing-table__header-product {
  background-color: #f5f5f5;
  z-index: 9;
}
.pricing-table__header-action {
  border-left: none !important;
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-table__header-action .range-slider {
  margin: 0 auto;
  max-width: 300px;
  width: 90%;
}
.pricing-table__header-product {
  border: 1px solid #ccc;
  border-right: none;
  padding: 0;
  width: 219px;
}
.pricing-table__feature-header {
  background-color: #525252;
  color: #fff;
}
.pricing-table__feature-header td {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}
@media only screen and (max-width: 860px) {
	.pricing-table__feature-header td {
		padding-bottom: 11px !important;
		padding-top: 11px !important;
	}
}

.pricing-table__feature-header td:first-child {
  border-left: 1px solid #525252;
}
.pricing-table__feature-header td:last-child {
  border-right: 1px solid #525252;
}
.pricing-table__feature-header td.feature-toggle {
  font-weight: bold;
}
.pricing-table__feature-header.disabled .dot,
.pricing-table__feature-header.expanded .dot {
  opacity: 0;
}
.pricing-table__feature-header td + td {
  text-align: center;
}
.pricing-table__feature-overview.even,
.pricing-table__feature-overview.even + .pricing-table__feature-detail {
  background-color: #fff;
}
.pricing-table__feature-overview.odd,
.pricing-table__feature-overview.odd + .pricing-table__feature-detail {
  background-color: #f5f5f5;
}
.pricing-table__feature-overview td {
  font-size: 14px;
  padding-bottom: 9px !important;
  padding-top: 9px !important;
}
.pricing-table__feature-overview td + td {
  text-align: center;
}
.pricing-table__feature-overview .pricing-table-indicator {
  padding-right: 30px;
}
.pricing-table__feature-overview .pricing-table-indicator::before {
  background-image: url("../../images/527a8df45ee4f4724a3d.svg");
  height: 6px;
  margin-top: -3px;
  right: 13px;
  width: 10px;
}
.pricing-table__feature-detail td {
  border-left: none;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pricing-table__feature-detail td a {
  color: #f07d00;
  font-weight: bold;
  text-decoration: none;
}
@keyframes loaderAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.card__loader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 46%,
      rgba(255, 255, 255, 0.35) 50%,
      rgba(255, 255, 255, 0) 54%
    )
    50% 50%;
  animation: loaderAnimation 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}
.feature-table-indicator,
.pricing-table-indicator {
  position: relative;
  /* padding: 16px !important;
  padding-left: 20px !important; */
}
.expanded .feature-table-indicator::before,
.expanded .pricing-table-indicator::before {
  transform: rotate(0deg);
}
.feature-table-indicator::before,
.pricing-table-indicator::before {
  background: url("../../images/b6ebb0f39c9b7e0d454d.svg") center no-repeat;
  background-size: 100%;
  content: "";
  margin-top: -5px;
  position: absolute;
  transition: all 0.3s ease-out;
  transform: rotate(180deg);
  top: 50%;
  right: 10px;
  width: 18px;
  height: 11px;
}
.feature-table-indicator-top::before {
  right: 55px;
}
.strikethrough {
  display: inline-block;
  position: relative;
}
.strikethrough::before {
  content: "";
  position: absolute;
  left: -0.2em;
  right: -0.2em;
  top: 0.18em;
  bottom: 0.18em;
  background: linear-gradient(
    to left top,
    transparent 45.5%,
    #888 47.5%,
    #888 52.5%,
    transparent 54.5%
  );
  pointer-events: none;
}
.dot {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
}
.dot:last-child {
  margin-right: 0;
}
.dot--filled {
  background-color: #008e94;
}
.dot--unfilled,
.pricing-table__feature-overview.disabled .dot--filled {
  background-color: #fff;
  border-color: #ccc;
}
.button {
  border-radius: 3px;
  color: #525252 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 5px;
  text-decoration: none;
}
@media (min-width: 861px) {
  .button {
    padding: 10px;
  }
}
.button:hover {
  text-decoration: none !important;
}
.button--primary {
  background-color: #f07d00;
  color: #fff !important;
}
.button--secondary {
  color: #f07d00 !important;
  border: 1px solid #f07d00;
}
.button--secondary:hover {
  background-color: #f07d00;
  color: #fff !important;
}
.badge {
  background-color: #008e94;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-weight: bold;
  height: 105px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transform: rotate(8deg);
  width: 105px;
}
.badge__text {
  font-size: 31px;
}
.badge__subline {
  font-size: 14px;
}
.check-list {
  font-size: 14px;
  line-height: 18px;
  list-style-type: none;
  padding-left: 25px;
}
@media (min-width: 861px) {
  .check-list {
    font-size: 16px;
  }
}
.check-list li {
  margin-bottom: 6px;
  position: relative;
}
.check-list li::before {
  content: "";
  display: block;
  background: url("../../images/check.svg") center no-repeat;
  background-size: 100% auto;
  height: 20px;
  left: -25px;
  position: absolute;
  width: 20px;
}

.card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 219px;
  min-height: 180px;
  padding: 14px !important;
  text-align: center;
}
.card__loader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.card__loader > div {
  border-radius: 4px;
  background-color: #f5f5f5;
}
.card__loader-name {
  width: 30px;
  height: 25px;
  margin-bottom: 20px;
}
.card__loader-fees {
  width: 60px;
  height: 45px;
  margin-bottom: 20px;
}
.card__loader-button {
  width: 100px;
  height: 35px;
}
.card[data-test] {
  color: #525252;
  justify-content: flex-end;
}
.card[data-test] .card__title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.card .button:not([href]) {
  opacity: 0;
}
.card__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2px !important;
  margin-bottom: 16px;
}
.card__recurring-fee {
  color: #888;
}
.card__recurring-fee--normal {
  font-size: 15px;
  margin-bottom: 4px;
}
.card__recurring-fee--reduced {
  color: #008e94;
  font-weight: bold;
  font-size: 24px;
}

body h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}
@media (min-width: 861px) {
  body h1 {
    font-size: 36px;
  }
}
.table-wrapper {
    position: relative;
}
 .rabatt_orange {
      position: absolute;
      top: -87px;
      right: -63px;
      z-index: 20;
      background-image: url(../../images/50_Rabatt_small2.webp);
      width: 121px;
      height: 121px;
    }

    @media only screen and (max-width: 1280px) {
      .rabatt_orange {
        position: absolute;
        top: -130px;
        right: -0px;
        z-index: 10;
        background-image: url(../../images/50_Rabatt_small2.webp);
        width: 121px;
        height: 121px;
      }
    }

    .rabatt_orange p {
      margin: 0;
      color: #333333;
    }

    .rabatt_percent_value {
      position: absolute;
      left: 0px;
      top: 16px;
      font-size: 41px;
      width: 100%;
      text-align: center;
      font-weight: 700;
    }

    .rabatt_percent {
      position: absolute;
      right: 23px;
      top: 33px;
      font-size: 27px;
      font-weight: 700;
    }

    .rabatt_text {
      position: absolute;
      left: 28px;
      font-weight: 700;
      font-size: 18px;
      bottom: 36px;
    }

    .rabatt_term {
      color: #fff;
      bottom: 13px;
      position: absolute;
      left: 22px;
      font-size: 13px;
      color: #fff !important;
      font-style: italic;
      font-family: 'Inter';
    }

.swiper {
  width: 100%;
  height: 208px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #525252;
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #525252;
}

.slider-container {
  background-color: #f5f5f5;
  height: 255px;
  position: relative;
}

.mobile-download-pdf {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .card {
    min-width: 125px !important;
  }
  .swiper-slide-container {
    min-width: 125px !important;
  }
}

@media (min-width: 601px) and (max-width: 861px) {
  .card {
    min-width: 240px !important;
  }
  .swiper-slide-container {
    min-width: 240px !important;
  }
}
.pricing-table {margin-top: 40px}
.meistgekauft {
    background-color: #fce101;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

.pricing-table__header-product .meistgekauft {
    position: absolute;
    top: -18px;
    width: 100%;
    top: -30px;
    min-height: 30px;
    
}
.swiper-slide-container .meistgekauft.empty {
  background: none
}

.quality-mark-block {margin-bottom: 100px}
.tuev-container-new {
  padding: 0;
  border-radius: 10px;
  background: transparent linear-gradient(98deg, #29b6e9 0%, #003f81 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 50px #00000029;
  max-width: 993px;
  width: 100%;
  position: relative;
  z-index: 6;
  margin: 25px auto;

  font-size: 17px;
  color: #fff;
}

.tuev-container-new .tuev-container-new-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

.tuev-container-new .tuev-container-new-approved {
  padding: 31px 50px;
  background-color: #fff;
  color: #2289CB;
  font-size: 55px;
  line-height: 40px;
  font-weight: 900;
}

.tuev-container-new .tuev-container-new-approved span {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}

.tuev-container-new-txt {
  margin: 15px 35px;
}

.tuev-container-new .tuev-container-new-tuev-link {
  display: block;
  width: 155px;
  margin: -20px 5px;
  padding-top:10px;
}

.tuev-container-new .tuev-container-new-tuev-link img {
  width: 155px;
}

.tuev-container-new-toolTipContainer {
  display: none;

  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 483px;
  max-width: 98%;
  height: fit-content;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
  list-style-type: none;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 9px;
  padding: 5px 0 10px 0;
}

.tuev-container-new-toolTipContainer>li {
  font-size: 15px;
  color: #000;
  line-height: 1.2em;
  width: fit-content;
  max-width: 90%;
  margin: 10px auto 10px auto;
}

.tuev-container-new-toolTipContainer>li b {
  color: #003f81;
  font-weight: 800;
}

.tuev-container-new-toolTipContainer:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 48%;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.tuev-container-new-tooltip:hover+.tuev-container-new-toolTipContainer {
  display: block;
}

@media only screen and (max-width: 751px) {
  .tuev-container-new .tuev-container-new-row {
    flex-direction: column;
    gap: 20px;
  }

  .tuev-container-new .tuev-container-new-approved {
    font-size: 44px;
    line-height: 35px;
    border-radius: 20px;
    padding: 25px 30px;
    margin-top: -30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }

  .tuev-container-new .tuev-container-new-approved>span {
    font-size: 28px;
  }

  .tuev-container-new .tuev-container-new-tuev-link {
    margin: 10px 0 25px 0;
  }

  .tuev-container-new-txt {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .tuev-container-new-toolTipContainer {
    width: 98%;
  }

  .tuev-container-new-toolTipContainer>li {
    font-size: 14px;
  }
}

.mouseover_box {
  width: 230px;
  height: fit-content;
}

.mouseover_img {
  width: 100%;
  height: auto;
  background: #ffffff !important;
  border: 7px solid rgb(213, 213, 213);
}

.mouseover_img img {
  width: 100%;
}




.tuev-container-new-toolTipContainer.tooltipPositionTop {
  transform: translate(-50%, -127%);
}

.tuev-container-new-toolTipContainer.tooltipPositionTop::after{
  display:none;
}

.tuev-container-new.maxwidth100{
  max-width:100%;
}

.show500px {
  display: none;
}

@media only screen and (max-width: 500px) {
  .quality-mark-block {margin-bottom: 30px}
  .show500px {
    display: inline-block;
  }
}


.mark{       background: rgb(0 142 148);
    color: #fff;
    border-radius: 1px;
    padding: 0px 4px;}
		
		
.payroll-selection {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #ccc;
    width: 490px;
    margin: 40px auto 0 auto;
}
		
		
.payroll-selection .payroll-label{
font-size:24px;
font-weight:bold;
margin-right:20px;
white-space:nowrap;
cursor:pointer;
}	
		
/* .payroll-selection .payroll-label input{
    width: 20px;
    height: 20px;
		margin-right:2px;
    vertical-align: -2px;filter: hue-rotate(180deg) brightness(1.18);
cursor:pointer;
}	 */
		
.payroll-selection select{
border-radius:4px;
border-color:#757575;font-size:16px;
padding:3px 5px;  
background:#fff;

}

.payroll-selection .price {
	
    font-size: 22px;
    color: #008e94;
		margin:0;
    font-weight: bold;
	
}
.payroll-selection .price-old {
		text-decoration: line-through;
    font-size: 16px;
		color:#888888;
		margin:0 10px 0 25px;
	
}


.payroll-plus{
	position:absolute;
	background:#F07D00;
	border-radius:100px;
	color:#fff;
	font-size:36px;
	width:40px;
	height:40px;
	left:-20px;
	top:-20px;
	display:flex;
justify-content: center;
cursor:pointer;
align-items: center;
}

.payroll-plus-text{
position: absolute;
    color: #F07D00;
    top: 5px;
    text-align: right;
    left: -130px;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 15px;
cursor:pointer;
}


.price-notice-style1{
	    background-image: url(../../images/X.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-color: #EAE6E6;
    border-radius: 100px;
    padding: 10px 20px 10px 60px;
    font-size: 12px;
    line-height: 1.3em;
    width: fit-content;
		max-width:90%;
}
.price-notice-pos1{
    margin-bottom: 16px;
    margin-left: 540px;
}
@media only screen and (max-width: 1200px) {
	.price-notice-pos1{
    margin-left: auto;
		margin-right:auto;
}
}
@media only screen and (max-width: 500px) {
	.price-notice-style1 br{
    display:none;
}
}