/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.partnerbutton, .button {
    background-color: rgba(255,103,69, 1.0);
    color: rgba(255, 255, 255, 1.0);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 3px;
    text-shadow: 0 0 1px black;
    font-weight: 700;
    background-image: linear-gradient(to right, #ff6745 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.3s ease;
}

.partnerbutton:hover, .button:hover {
    background-position: left bottom;
    text-decoration: none !important;
}

.tiny-button {
    font-size: 0.9rem;
}

.soldout {
    font-size: 0.9rem;
    background-color: #ddd;
}


/**** VIP-Portal ****/

.fx-width {
    width: 320px;
}

/**** End hero ****/
  
form input[type=submit], form .hs-button {
background-color: #ff6745;
  }
  
.button, button, form .hs-button, form input[type=submit] {
background-image: linear-gradient(180deg,#ff6745 0,#ff6745);
  }

.soldout:hover {
    background-color: #ddd;
    background-image: none !important;
}
  
 /*---------- Fadeeffekt ----------*/
  
.splide__controls {
display:none!important;
  }
.fade-in {
  opacity: 0;
  animation: fadeInAnimation ease 3s forwards;
  animation-play-state: paused; /* Animation startet pausiert */
}

@keyframes fadeInAnimation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/*** Sonstiges CSS ***/
  
  .sonderangebot {
    position: absolute;
    top: -65px;
    right: 10px;
    background-color: #ff6745;
    color: white;
    font-weight: bold;
    padding: 15px 55px;
    transform: translate(50%, -50%) rotate(45deg);
    transform-origin: top right;
  	overflow-x: hidden;
  	overflow-y: hidden;
  }

    .darkbackground {
    /*background-color: #00205B;*/
    background-color: transparent;
    border-top: 0px;
    }

/*** Angebots-Box ***/

.borderlist, .bordershortlist {
    position:relative;
    padding-bottom: 1em;
    padding-top: 1em;
  }

.borderlist:after, .bordershortlist:after {
    content: "";
    background: #ffffff33;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50%;
  }

.borderlist:first-child:after, .borderlist:last-child:after, .bordershortlist:last-child:after {
    display: none;
  }

.cell_1701087839697-background-color {
    box-shadow: #00205b80 4px 4px 0px;
    margin-bottom: 2em;
    flex: 1;
}
.cell_16824251613632-background-color {
    box-shadow: #004e9e80 4px 4px 0px;
    margin-bottom: 2em;
    flex: 1;
}
.row-number-33 > .row-fluid {
    display: flex;
}
      
.row-number-33 > .row-fluid {
    display: flex;
    flex-direction: column;
}}

  @media (min-width: 1024px) {
    .b-section {
        margin-bottom: var(--space-3xl);
  }}

/***  HIER BEGINNT DIE PRODUKTTABELLE ***/

/* Grundlegendes Styling der Tabelle */
th, td {
    text-align: center;
}

tr {
    border:none;
}

td {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

td:first-child {
    text-align: left;
    font-weight: bold;
}
thead th, .price-tag, .table-bottom {
    background-color: transparent;
    /*background-color: #004e9e;*/
    color: white;
}

.pdltable {
    width: 100%;
    min-width: 50%;
    border-collapse: collapse;
    border-spacing: 0px !important;
    border: 0px !important;
    background-image: url('https://24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/Imported%20sitepage%20images/bg-pattern-large.svg');
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-spacing: 0px;
}

.bottomtitle {
    text-align: left;
    margin-top: 0px; 
}

.price-tag, .table-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.fa-circle-info, .fa-circle-check, .fa-circle-xmark {
    width: 24px;
    height: 24px;
}

.fa-circle-check, .fa-circle-xmark {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.borderlist .fa-circle-check, .bordershortlist .fa-circle-check {
    display: inline-block;
}

.borderlist .fa-circle-check, .bordershortlist .fa-circle-check {
    width: 1rem;
    height: 1rem;
}

.fa-circle-check, {
    color: #004e9e;
}

.fa-circle-xmark{
    color: #dddddd;
}

.fa-circle-info {
     color: #FFF;
}

.symbnol-align {
    vertical-align: middle;
}

/***  INFO BOX OVERLAY ***/
  
.info-overlay {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    z-index: 2;
}

.info-box {
    padding: 15px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
}

.close-info {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* Responsives Tabellen-Design für Mobile */

@media screen and (max-width: 920px) {
    thead {
        display: none;

    }
    tbody, table {
        width: 100%;
        border: none;
    }
 
    tr {
        display: block;
    }

    td:not(:first-child):before {
        content: attr(data-label);
        text-align: left;
        display: block;
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: none;
        border-top: 1px solid #DDDDDD;
        align: center;
        background-color: white;
    }

    td:first-child {
        width: 100%;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    td:not(:first-child) {
        width: 100%;
        text-align: right;
    }
    .fa-circle-check, .fa-circle-xmark, .fa-circle-info {
        margin-left: auto;
        margin-right: 20px;
    }
  
    .info-overlay {
        left: 2.5px;
        top: 0px;
    }
}

/*** KLASSIKER VERGLEICH ***/

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.box-container {
    display: flex;
    justify-content: space-between;
}

.box {
    width: 33%;
    box-sizing: border-box;
}

.box50 {
    width: 50%;
    box-sizing: border-box;
}

.common-features {
    width: 100%;
    box-sizing: border-box;
}

/*** DUAL-BOX LAYOUT ***/

.dual-box-container {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dual-box {
    flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.75rem);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.dual-box .box-content {
    height: 100%;
    background-image: url(https://vip.sv98.de/hubfs/Imported%20sitepage%20images/bg-pattern-large.svg);
    background-position: 0px top;
    background-repeat: no-repeat;
    padding: 0 10px;
    justify-content: space-between;
}

.dual-box:nth-of-type(1) .box-content {
    background-position: -600px top;
}

.dual-box:nth-of-type(2) .box-content {
    background-position: -1200px top;
}

.dual-box .product-header {
    height: 260px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
}

.dual-box .partnerbutton {
    display: inline-block;
    margin-bottom: 2rem;
    padding: .5rem 1rem;
}

/* Responsive Anpassung */
@media (max-width: 920px) {
    .dual-box-container {
        flex-direction: column;
    }
    .dual-box {
        width: 100%;
    }
}



/*** QUAD-BOX LAYOUT ***/

.product-header h2 {
    margin: 0 0 10px;
}

.quad-box-container {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(4, 1fr);    
}

.quad-box .box-content {
    max-height: 100%;
    min-height: 75%;
    padding: 1rem 1rem 0 1rem;
    position: relative;
}

.quad-box-container .quad-box .price-list {
  width: 100%;
}

.quad-box .box-button {
    align-self: center;
}

@media (max-width: 1250px) {
    .quad-box-container {
      grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 660px) {
    .quad-box-container {
      grid-template-columns: repeat(1, 1fr);
    }
}




/*** PRODUKT SLIDER ***/

   .product-wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
        /*display: none;*/
    }

    .product-container {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        transition: transform 0.5s ease;
    }

    .product-box {
        flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 350px;
        border: 1px solid #ccc;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
    }

    .product-box .box-content {
        height: 100%;
        background-image: url(https://vip.sv98.de/hubfs/Imported%20sitepage%20images/bg-pattern-large.svg);
        background-position: 0px top;
        background-repeat: no-repeat;
        padding: 0 10px;
    }

    .product-box:nth-of-type(2) .box-content {
          background-position: -390px top;
    }

    .product-box:nth-of-type(3) .box-content {
          background-position: -775px top;
    }

    .product-box:nth-of-type(4) .box-content {
          background-position: -1155px top;
    }

    .product-box .product-header {
        height: 260px;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: column;
    }

    .product-box .product-header .badge, .quad-box .box-content .product-header .badge {
        position: absolute;
        top: 45px;
        left: -60px;
        transform: rotate(-45deg);
        background: white;
        padding: 6px 40px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    .product-box .product-header .badge span, .quad-box .box-content .product-header .badge span {
        color: #ff6745;
    }

    .product-box .product-header h2 {
        flex: 1;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .product-box .product-header h2 .landingtitle { 
        margin: 0;
    }

    .product-box .product-header .pricetitle {
        margin-bottom: 0;
    }

    .product-box .product-header .price-container {
        position: relative;
        padding-bottom: 2rem;
    }

    .product-box .product-header .product-price-info {
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .product-box img {
        max-width: 100%;
        height: auto;
    }

    .product-box .label {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: red;
        color: white;
        padding: 5px;
        font-size: 12px;
    }

    .nav-buttons {
        display: none;
    }

    .product-wrapper .nav-buttons {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        justify-content: space-between;
    }
    .product-wrapper .nav-buttons button {
        font-size: 20px;
        border-radius: 100%;
        opacity: 0.6;
    }

    @media (max-width: 1400px) {
      .product-wrapper {
          display: block;  
      }
        .product-container {
            justify-content: left;
            gap: 10px;
        }

        .nav-buttons {
            display: flex;
        }
    }

    @media (max-width: 600px) {
        .product-box {
          flex-basis: 80%;
        }
    }

    @media (min-width: 1401px) {
        .product-container {
            transform: unset !important;
        }
    }

.box-content:nth-child(1) {
    background-color: #004e9e;
}

.box-content:nth-child(2) {
    background-color: #004e9e;
}

/*** TESTIMONIAL SLIDER ***/

    .slider {
        position: relative;
        width: 80%;
        height: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border: 1px solid #ddd;
        padding: 20px;
        box-sizing: border-box;
    }

    .slide span {
      color: #ff6745;
      text-transform: uppercase;
    }

    .navigation {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .navigation button {
        height: 24px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        background: #ddd;
    }

    .navigation button.active {
        background: #ff6745;
    }