<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.price-wrapper {
    background: url('../images/pricing_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 100px 0 !important;
}

.price-content h2 {
    color: white;
    font-size: 34px;
    margin-bottom: 40px;
}

.price-content h2, .price-box-headline-wrapper h3 {
    font-weight: 900;
    text-transform: uppercase;
}

.price-content h4 {
    font-weight: 800;
    text-transform: uppercase;
}

.price-content {
    margin: 0px 60px;
}

.price-content .price-action-image {
    width: 100%;
    max-width: 415px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.price-boxes-flex {
    display: flex;
    justify-content: center;
    gap: 10%;
}

.price-box {
    width: 33%;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.price-box .price-box-abo:last-child {
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #707070;
}

.price-box-headline-wrapper {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-box-headline-wrapper h3 span {
    font-weight: 600;
}

.price-box-headline-wrapper h3 {
    line-height: 31px;
    font-size: 30px;
}

.price-box.orange .price-box-headline-wrapper {
    color: #F3954B;
    background-color: #161615;
    border-radius: 20px 20px 0 0;
}

.price-box.orange .price-box-headline-wrapper h3 {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #b88925 30%, #a57a1d 40%, transparent 80%),
              radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #7a5d1f 62.5%, #876722 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.price-box.yellow .price-box-headline-wrapper {
    color: #F6EA53;
    background-color: #161615;
    border-radius: 20px 20px 0 0;
}


.gold-wrapper {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #b88925 30%, #a57a1d 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #7a5d1f 62.5%, #876722 100%);
}

.price-box.yellow .price-box-abo {
    background-color: #F6EA53;
}

.price-box-abo {
    padding: 22px 0 25px 0;
    position: relative;
}

.price-box h4 {
    font-size: 25px;
}

.abo-duration, .abo-term {
    font-size: 20px;
    letter-spacing: 0px;
    font-family: 'myriad-pro-condensed';
    margin-top: 6px;
}

.abo-duration span {
    font-weight: 700;
}

.abo-duration.alternative {
    color: #161615 !important;
    display: inline;
    padding: 2px 10px;
}

.price-box .abo-price {
    font-weight: 900;
}

.abo-price .currency-sign {
    font-size: 48px;
}

.abo-price .price-before-comma {
    font-size: 83px;
}

.abo-price .price-comma {
    font-size: 44px;
}

.abo-price .price-after-comma {
    font-size: 35px;
}

.price-box-abo .price-addon {
    font-size: 20px !important;
    font-family: 'myriad-pro-condensed';
}

.price-absolute-image-right {
    position: absolute;
    width: 125px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    right:  -20px;
}

.price-absolute-image-left, .price-absolute-image-left-add, .price-absolute-image-left-three {
    position: absolute;
    z-index: 100;
    width: 180px;
    left: -130px;
}

.price-absolute-image-left {
    top: 30px;
}

.price-absolute-image-left-add {
    top: 190px;
}

.absolute-buttons-left {
    position: absolute;
    left: -130px;
    top: 50%;
    transform: translateY(-30%);
    display: flex;
    flex-direction: column;
    z-index: 60;

}

.absolute-image-button {
    width: 180px;
}

.price-absolute-image-left-three {
    top: 350px;
}

.price-absolute-image-bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 60;
}

.absolute-right-corner {
    position: absolute;
    width: 120px;
    top: 0;
    right: -40px;
    z-index: 100;
}

.image-entgelt {
    position: absolute !important;
    width: 120px;
    top: 50%;
    right: 0;
    transform: translate(20px, -50%);
}

.additional-text {
    color: white;
    font-size: 14px;
    letter-spacing: -0.8px;
    font-weight: 500;
    text-align: center;
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.additional-text &gt; p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1600px) {
    .price-wrapper {
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 1400px) {
    .price-boxes-flex {
        flex-direction: column;
        align-items: center;
        gap: 90px;
    }

    .price-box {
        width: 100%;
        max-width: 450px;
    }
}

@media only screen and (min-width: 769px) {
    .only-mobile-discount-info {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .additional-text &gt; h2 {
        font-size: 28px;
    }

    .image-entgelt {
        width: 100px;
    }

    .absolute-right-corner {
        top: -20px;
        right: -35px;
        width: 100px;
    }

    .price-boxes-flex {
        gap: 120px;
    }

    .price-absolute-image-bottom {
        bottom: -80px;
    }

    .price-absolute-image-left-add, .price-absolute-image-left-three {
        display: none;
    }

    .price-content {
        margin: 0px 30px 50px 30px;
    }

    .price-box {
        margin-top: 90px;
    }

    .price-absolute-image-left {
        top: -130px;
        width: 220px;
        left: -40px;
    }

    .absolute-buttons-left {
        top: -80px;
        left: 50%;
        transform: translateX(-75%);
        flex-direction: row;
    }

    .absolute-image-button {
        width: 120px;
    }

    .price-box-headline-wrapper h3 {
        line-height: 30px;
        font-size: 26px;
    }

    .price-box-headline-wrapper {
        min-height: 100px;
    }

    .abo-duration {
        font-size: 15px;
    }

    .abo-price .currency-sign {
        font-size: 40px;
    }

    .abo-price .price-before-comma {
        font-size: 60px;
    }
    
    .abo-price .price-comma {
        font-size: 35px;
    }

    .abo-duration, .abo-term {
        font-size: 18px;
    }
    
    .price-absolute-image-right {
        display: none;
    }

    .only-mobile-discount-info {
        display: none;
    }

}

.additional-button {
    display: flex;
    justify-content: center;;
}

.additional-button a {
    background-color: #ec7621;

    color: white !important;
    text-align: center;
    padding: 10px 20px;
}</pre></body></html>