@font-face {
  font-family: 'NVIDIASans_W_Rg';
  src: url('../NVIDIASans_W_Rg.woff') format('woff'),
       url('../NVIDIASans_W_Rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'NVIDIASans_W_Rg', sans-serif;
}
.effekt-media-landing {
    --ltn__secondary-color: #3e5f6b;

    /* Button Text Color */
    --ltn__secondary-btn-color: #000;
    --ltn__secondary-btn-hover-color: #000;
    --ltn__paragraph-color: #264d5a;
    --ltn__heading-color: #1f3842;
    --border-color-4: #23414e;
}
.SpringSpecial::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kvImg.png) no-repeat;
    background-size: contain;
    z-index: 5;
    pointer-events: none;
    -webkit-transform: translateY(var(--kv-bg-y, 0));
    transform: translateY(var(--kv-bg-y, 0));
    opacity: var(--kv-bg-opacity, 1);
}

.effekt-media-landing {
background-color: #72b6e4;
position: relative;
   
}
.SpringSpecial .kv {
    position: relative;
    min-height: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: var(--color-white);
}
@media (min-width: 996px) {
    .SpringSpecial .kv {
        min-height: 810px;
    }
}


.SpringSpecial .kv__textbox {
    text-align: left;
    width: 50%;
    margin: 0;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5%;
    margin-bottom: 2%;
    color: #fff;
}
@media (min-width: 996px) {
    .SpringSpecial .kv__textbox {
        text-align: left;
        width: 48%;
        margin: 0;
        height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 3%;
        margin-bottom: 2%;
    }
}

.SpringSpecial .kv__textbox p {
    font-size: 2.8vw;
    margin: 0;
    font-family: "NVIDIASans_W_Rg", sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
}
@media (min-width: 996px) {
    .SpringSpecial .kv__textbox p {
        font-size: 22px;
        line-height: 2rem !important;
    }
}

.SpringSpecial .kv__textbox h1 {
    font-size: 7.5vw;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-family: "NVIDIASans_W_Rg", sans-serif;
    line-height: 0.8;
    padding: 2% 0;
    margin-top: 5px;
    color:#fff;
}
@media (min-width: 996px) {
    .SpringSpecial .kv__textbox h1 {
        font-size: 4.2vw;
        padding: 5px 0 1%;
    }
}
.SpringSpecial .kv__iconBox {
    padding: 0;
    margin-top: 20%;
}
.SpringSpecial .kv__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 450px;
    margin: 0;
}
.SpringSpecial .kv__iconBox-item {
    margin: 0 6% 0 0;
}
.SpringSpecial .kv-note {
    text-align: right;
    position: absolute;
    bottom: 3%;
    left: 50%;
    font-size: 14px;
    color:#fff;
    margin-right:15px;
}
.SpringSpecial img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}
.SpringSpecial .kv__iconBox-item {
    margin: 0 6% 0 0;
}
.msi-logo {
    margin: auto;
    width:100%;
}

.intro__wrapper-title span {
    color: #ffe3a9;
}
.intro__wrapper-title {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.popup__content header {
    background-color: unset;
}

.SpringSpecial .choice {
    background: #859f24;
    position: relative;
    z-index: 6;
}
@media (min-width: 996px) {
    .SpringSpecial .choice {
        z-index: 0;
    }
}
@media (min-width: 996px) {
    .SpringSpecial .choice__flexBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 996px) {
    .SpringSpecial .choice__imgBox {
        width: 50%;
    }
}


.SpringSpecial .choice__txtBoxWrap {
    width:50%;
    padding: 5%;
    color:#fff;
    max-width: 700px;
}
.SpringSpecial p {
    font-size: 1.2rem;
}

.SpringSpecial .choice__txtBox h2 {
    font-size: 32px;
}
.SpringSpecial .choice h2 {
    color:#fff;
}
@media (min-width: 996px) {
    .SpringSpecial .choice h2 {
        font-size: 46px;
        color: #fff;
    }
}

:root { 
    --font-bank: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
 }
.effekt-media-landing .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}
.effekt-media-landing .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.effekt-media-landing .fade-in2 {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1.6s ease;
}

.effekt-media-landing .fade-in2.visible {
    opacity: 1;
    transform: translateY(0);
}

.effekt-media-landing .fade-in3 {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.7s ease;
}

.effekt-media-landing .fade-in3.visible {
    opacity: 1;
    transform: translateY(0);
}
.content-main.container {
    width:100% !important;
    max-width:100% !important;
}
.content-main.container,
.content-main.container .content-main--inner {
    padding:0;
}
.effekt-media-landing,
.effekt-media-landing * { box-sizing: border-box; }

.ltn__call-to-action-area {
    --ltn__secondary-color: #046A91;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    color: #fff;
    border: none !important;
}
.keysleft {
    text-align: center;
}
.keysleft a {
    text-align: center;
    display: block;
    font-size: 20px;
    background-color: #ffffff;
    color:#000;
    padding:15px;
    border-radius: 15px;
    margin:auto;
    transition: 0.2s all;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 420px;
}
.keysleft a:hover {
    background-color: #cacaca;
    color: #ff0000;
}
.effekt-media-landing table a {
    font-weight: bold;
}


[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

    .sloganBox__sub {
        font-size: 3.9vw !important;
    }

    .sloganBox__main {
        font-size: 4.6vw !important;
    }

    .sloganBox {
        position: absolute;
        width: auto;
        top: 240px;
        left: 53%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;

    }




    .sloganBox__sub::before {
        -webkit-filter: drop-shadow(5px 5px 1px rgba(2, 60, 167, 0.8235294118));
        filter: drop-shadow(5px 5px 1px rgba(2, 60, 167, 0.8235294118));
    }

    .desBox {
        color: #fff;
        padding: 0 0 0 10px;
        text-shadow: 0 0 10px #023ca7;
        position: relative;
        z-index: 20;
        position: absolute;
font-family: "NVIDIASans_W_Rg", sans-serif;
        text-align: center;
        width: auto;
        bottom: initial;
        top: 400px;
        left: 53%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2vw;
        line-height: 0.8;
    }

    .sloganBox__sub::before {
        content: attr(data-stroke);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0a9ff), to(#8bddff));
        background-image: linear-gradient(#f0a9ff, #8bddff);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        z-index: 10;
    }

    .sloganBox__main::before {
        -webkit-filter: drop-shadow(5px 5px 1px rgba(2, 60, 167, 0.8235294118));
        filter: drop-shadow(5px 5px 1px rgba(2, 60, 167, 0.8235294118));
    }

    .sloganBox__main::before {
        content: attr(data-stroke);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0a9ff), to(#8bddff));
        background-image: linear-gradient(#f0a9ff, #8bddff);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        z-index: 10;
    }

#full-speed {
    --ltn__secondary-color: #69cdf2;
    --section-bg-2: rgba(255,255,255, .1);
    --ltn__secondary-btn-color: #FFF;
    min-height: calc(80vh);
    align-items: center;
    background-size: cover;
    z-index:5;
    position: relative;
}
#full-speed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%; /* wie hoch der Fade sein soll */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #8cb6c6 100%);
    pointer-events: none;
    z-index:3;
}



#full-speed .computer {
    position: absolute;
    z-index: 66;
}

.himmel {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1;
}

#full-speed .logos {
    position: absolute;
    top:20px;
    right:40px;
    width:200px;
}
#full-speed .logos2 {
    position: absolute;
    top:60px;
    right:280px;
    width:240px;
}
#full-speed .logomsi {
    position: absolute;
    top:10px;
    left:40px;
}
#full-speed .logos img {
width:100%;
}
.redeemarea__p1-p {
    color:#fff;

}
.redeemarea__p1  {
    position: relative;
    margin: auto;
    font-size:20px;
    font-weight: 600;
}
.redeemarea__boxa {
    background-color: #bddbe6;
    background-image: linear-gradient(to bottom, #fff1eb 0%, #ace0f9 100%);
    width:100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding:20px;
}
.redeemarea__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
}
.redeemarea__btns a {
    width: calc(28% - 20px);
    color: #3e5f6b;
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-weight: 800;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
    box-shadow: 0 0 10px rgb(82 145 169);
    font-size: 17px;
}
.redeemarea__btns a:hover {
    cursor: pointer;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.redeemarea__p1, .redeemarea__p1-item {
    display: flex;
    gap:20px;
    justify-content: center;
    align-items:center;
}
.redeemarea__p1-item {
    flex-direction: column;
    gap:0px;
    justify-content: center;
    align-items:center;
}

.eligible__wrapper-pdLine {
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: center;
}
.redeemarea__boxa {
    margin-top:80px;
    margin-bottom:40px;

}
.itemBox {
    text-align: center;
    transition: 0.3s all;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    transition: 0.3s all;
    cursor: pointer;
}
.itemBox:hover {
    box-shadow: 0 0 20px rgb(13, 59, 76) !important;
}
.itemBox.active {
    -webkit-filter: drop-shadow(0 0 10px #0b2153);
    filter: drop-shadow(0 0 10px #0b2765);
    background: rgb(13, 52, 94);
}
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    color:#fff !important;
}
.itemBox img {
    max-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin:auto;
}
.ltn__call-to-action-area {
    position: fixed;
    z-index:10;
    width: 100%;
    height:100%;
    bottom:0;
    top:0;
    display: none;
}
.ltn__call-to-action-area .container {
    margin:auto;
}
.computer {
    max-width: 800px;
    top:200px;
    left:10%;
}
@media (max-width:1600px) {
    .computer {
        max-width: 700px;
        top: 200px;
        left: 5%;
    }
}
@media (max-width:1300px) {
    .computer {
        max-width: 600px;
        left: 50%;
        margin-left: -300px;
        margin-top:150px;
    }
    #full-speed {
        padding-top: 150px;
        min-height: calc(120vh);
    }

    .redeemarea__btns {
        flex-wrap:wrap;
    }
    .redeemarea__btns a {
        width:60%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .sloganBox  {
        left:50%;
        margin-left:-200px
    }
    .desBox  {
        left:50%;
        margin-left:-200px;
        margin-top:300px;
    }
}

@media (max-width:1000px) {
    .computer {
        max-width: 600px;
        left: 50%;
        margin-left: -300px;
        margin-top:150px;
    }
    .sloganBox__main {
        font-size: 7vw !important;
    }
    .sloganBox__sub {
        font-size: 6vw !important;
    }

    .desBox {
        font-size: 4vw !important;
        margin-left: 0px;
        left:10px;
    }
    #full-speed {
        min-height: calc(80vh);
    }
    .eligible__wrapper-pdLine {
        flex-wrap: wrap;
    }
    .himmel {
        display: none;
    }
    .logos img, .logos2 img, .logomsi img {
        max-width: 70%;
    }
    .logos {
        right:0px !important;
    }
    .logos2 {
        right:140px !important;
            top: 46px !important;
        }
}


@media screen and (max-width:1000px) and (orientation:landscape){
    #full-speed {
        min-height: calc(200vh) !important;
    }
}



@media (max-width:800px) {

    .textbox01 {
        font-size: 1.5rem !important;
        margin-top:-20px;
    }
    .textbox02 {
        font-size: 1.4rem !important;
    }
    .products-table .link {
        display: none !important;
    }
    .popup .btnSty {
        margin-left: -100px !important;
        left: 50% !important;
    }
    .itemBox h4 {
        font-size:0.6rem !important;
    }
    .products-table td, .products-table th {
        padding: 10px !important;
        font-size: 1rem !important;
    }

    .itemBox img {
        width: 100%;
    }

    .computer {
        margin-top:-50px;
    }
    .popup__title {
        font-size:25px !important ;
    }
    .desBox {
        margin-top: 20px;
    }
    .sloganBox__main {
        font-size: 10vw !important;
        margin-left:20px !important;
    }
    .sloganBox__sub {
        font-size: 9vw !important;
        margin-left:20px !important;
        margin-bottom: 30px !important;
    }
    .sloganBox__main {
        margin-bottom: 40px !important;
    }
    #full-speed .logomsi {
        left: 10px !important;
    }
    .info-buttons .buttons h3 {
         font-size: 2rem !important;
         padding: 10px !important;
         --gap: 0px !important;
         width: 100% !important;
         border-bottom: 1px solid #000 !important;
     }
    .sloganBox {
        top:80px;
    }
    .logos2 {
        top: 32px !important;
        right: 120px !important;
    }
    .logos {
        top: 10px !important;
    }
    .products-table .link {
        display: none;
    }
    h2.section-title {
        font-size: 2rem !important;
    }
    .desBox {
        font-size: 6vw !important;
    }
    .tabItem a {
        width: 100%;
    }
    h1.top {
        font-size:40px !important;
    }
    #full-speed .logos {
        width:140px;
    }
    #full-speed .logos img {
        float: right !important;
        margin-right: 20px !important;
    }
    #full-speed .logos2 {
        width:140px;
    }
    #full-speed .logomsi {
        width:120px;
    }
    .redeemarea__btns a {
        width:100%;
    }
}

.ltn__utilize-overlay {
    min-height: 100%;
    align-items: center;
    background-size: cover;
    background-image: url(../img/himmel.jpg);
    position: fixed;
    z-index:3;
}

.ltn__about-us-area,
.before-bg-bottom {
    background: #8cb6c6 !important;
}
.modelle {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}

.select-availability-area table + h3 {
    margin-top: 40px auto 0 auto;
    text-align: center;
}

.select-availability-area {
    text-align: center;
    padding-bottom:40px;
}
.select-availability-area table {
    margin:auto;
    background-color: #72b6e4;
}
.select-availability-area table td {
padding:2px;
}
.select-availability-area table td a {
    padding:20px;
    display: block;
    border:1px solid #fff;
    transition: 0.2s all;
}
.select-availability-area table td a:hover {
    border:1px solid #fff !important;
    background-color: #72b6e4 !important;
}
.call-to-action-inner-6 {
    flex-direction: column;
}

.ltn__breadcrumb-inner .page-title {
    font-size: 72px;
}

.ltn__breadcrumb-inner .page-title img {
    display: inline-block;
    max-width: 220px;
    margin-left: 10px;
}

.page-title-description {
    font-size: 1rem;
}



#scrollUp {
    display: none !important;
}

.ltn__breadcrumb-area:before {
    background: rgba(0,0,0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}



.ltn__upcoming-project-item {
    background-color: rgba(0,0,0, .2);
    backdrop-filter: blur(10px);
    border-right: 5px solid var(--ltn__secondary-color);
}

.ltn__upcoming-project-img img {
    max-width: 80%;
}

.ltn__upcoming-project-info p {
    color: var(--ltn__paragraph-color);
}

.section-title img {
    display: inline-block;
    max-width: 175px;
    margin-right: 20px;
}

.section-title + .ltn__callout {

}

.section-title {
    text-align: center !important;
}

h2.section-title {
    font-size: 3rem;
}

.bg-image-bottom {
    background-position: bottom center;
}


.bg-image-right-before::before {

}

.ltn__callout {
    background-color: var(--section-bg-2);
}


ltn__upcoming-project-area::before {
    background: rgba(0,0,0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.before-bg-bottom {
    background-color: #020B10;
}

.project .intro__wrapper-title {
    color: #fff;
    padding: 50px 25px 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.project .intro__wrapper-title .textbox01 {
    text-shadow: 0 0 10px #565656;
}

.anno .common-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
    font-size: min(max(3.5vw, 16px), 22px);
    font-family: "NVIDIASans_W_Rg", sans-serif;
    padding: 15px;
    color: #e8dfdf;
    text-shadow: rgba(75, 51, 19, 0.883) 1px 1px 2px;
    font-weight: bold;
}

.msi-header {
    text-align: center;
}


.anno-logo {
    position: absolute;top:50px;width:480px;left:50%;margin-left: -240px;
}

.anno-logo2 {
    position: absolute;top:150px;width:480px;left:50%;margin-left: -240px;
}
@media(max-width: 995px) {
    .header-img {
        flex-direction: column;
    }
    .header-img .first-container, .header-img .second-container {
        width: 100%;
    }
    .header-img .second-container  {
        min-height: 220px;
    }
    .anno-logo, .anno-logo2 {
        top:20px;width:240px;left:50%;margin-left: -120px;
    }
    .anno-logo2 {
        top:70px;
    }
    .header-img .first-container::after {
        display: none;
    }
    .itemBox {
        width:100%;
        height: 60px;
    }
    .itemBox p {
        padding:29px !important;
        font-size: 12px !important;
    }
    .msi-logo {
        margin: auto;
    }
}

.anno .common__container {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 25px;
    position: relative;
    z-index: 5;
}

.intro__date {
    position: relative;
    font-size: min(max(2vw, 20px), 22px);
    text-shadow: #000 2px 2px 3px;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0), rgba(27, 32, 37, 0.8));
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}
.intro h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
    color: var(--color-white);
}
@media (min-width: 996px) {
    .intro h3 {
        font-size: 36px;
    }
}

.intro__date h3, .intro__date p {
    position: relative;
    z-index: 2;
    color: #fff;
}
.intro__note {
    opacity: 0.8;
    padding: 25px 0 10px;
    font-size: min(max(3.5vw, 17px), 20px);
    color: #fff;
}
.intro__redeemCode {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    font-size: min(max(2vw, 20px), 32px);
    border: #d4b99b 1px solid;
    margin-top: 60px;
    padding: 15px 15px 20px;
    border-radius: 50px;
}
.intro__redeemCode p {
    position: relative;
    z-index: 2;
    padding-left: 10%;
}
.intro__redeemCode .num {
    font-size: 120%;
    font-weight: bold;
    color: #d4b99b;
}
.intro__redeemCode-peo {
    position: absolute;
    z-index: 2;
    width: 20%;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.anno img {
    max-width: 100%;
    vertical-align: bottom;
}
.intro__btns {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.model__pdLine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.model__pdLine__item {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    background-color: #72b6e4;
    border-radius: 25px;
    overflow: hidden;
    padding:0;
    font-size: min(max(2vw, 17px), 20px);
}

.model__pdLine__item .img {
    position: relative;
    flex: 0 0 40%;
}
.model__pdLine__item .imgBg {
    position: relative;
    z-index: 0;
}
.model__pdLine__item .imgPd {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 95%;
}
.model__pdLine__item .imgBg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.model__pdLine__item .imgPd img {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.model__pdLine__item p {
    flex: 0 0 60%;
    position: relative;
    z-index: 3;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model__pdLine__item.active p {
    color: #230b01;
}
.msi__container {
    width: 100%;
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
}
.effekt-media-landing a:hover, .effekt-media-landing button:hover {
    color: #fff !important;
}
.popup__header {
    padding: 25px;
    text-align: center;
    background: url(../img/bg.jpg) center center repeat-x;
}
.terms {
    font-size: 18px;
    line-height: 1.5;
}
.popup__header h2 {
    font-size: min(max(3.5vw, 28px), 36px);
    color: #fff;
    font-family: "NVIDIASans_W_Rg", sans-serif;
}
.popup__close {
    position: fixed;
    z-index: 10;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    width: 45px;
    height: 45px;
    cursor: pointer;
    opacity: 0.8;
    background: #ff8a4e;
    border-radius: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.popup__close:hover {
    opacity: 1;
}
.popup__close::before {
    content: "x";
    font-family: "NVIDIASans_W_Rg", sans-serif;
    font-size: 40px;
    color: #fff;
        margin-top: -11px;
}
.popup__body {
    padding: 35px 25px 150px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
}

.terms h3 {
    padding-bottom: 25px !important;
    font-size: 20px !important;
    font-family: "NVIDIASans_W_Rg", sans-serif;
    position: relative !important;
    text-align: center !important;
    margin-bottom: 50px; !important;
    margin-top: 50px !important;
}

.terms h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: -20px;
    left: 0;
    background-size: cover;
    background-size: contain;
    transition: opacity 0.3s
    ease-in-out;
}
.terms p {
    padding-bottom: 20px;
}
.terms ul {
    margin-left: 20px;
    padding-bottom: 20px;
}

.product-list {
    padding: 25px;
}
.terms a {
    color: #d4b99b;
    border-bottom: #d4b99b 1px solid;
}
.product-section h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0 0;
    background: #fff;
    color: #fff;
    padding: 10px;
}
.product-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.product-row span {
    display: block;
    border: #fff 1px solid;
    padding: 10px;
}
.redeem__step h3 {
    font-weight: normal;
    font-size: min(max(1.5vw, 22px), 28px);
    margin-top: 10px;
    color:#fff !important;
    line-height: 2.2rem !important;
}
.redeem ul {
    padding: 30px 0;
    font-size: 18px;
    text-align: left;
}
.redeem ul li {
    display: flex;
    font-size: min(max(1.5vw, 17px), 20px);
    margin: 10px 0;
}
.redeem__btn {
    text-align: center;
    padding: 35px 0;
}
.common-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
    font-size: min(max(3.5vw, 16px), 22px);
    font-family: "NVIDIASans_W_Rg", sans-serif;
    padding: 15px;
    color: #e8dfdf;
    text-shadow: rgba(75, 51, 19, 0.883) 1px 1px 2px;
    font-weight: bold;
    text-decoration: none;
}
.common-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    top: -20px;
    left: 0;
    background-size: cover;
    background-size: contain;
    opacity: 0.6;
}
.common-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: -20px;
    left: 0;
    background-size: cover;
    background-size: contain;
    opacity: 0.6;
}
.info-buttons a  {
    display: inline-flex;
    background-color: rgba(27, 32, 37, 0.8);
    border: #fff 1px solid;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    cursor: pointer;
    margin: 5px;
    transition: unset;
}
.info-buttons a:hover, .info-buttons a.active {
    font-weight: bold;
    color: #230b01;
    background: url(../img/bg.jpg) center center repeat;
}
.filter-container {
    text-align: center;
}
.filter-container h3 {
    color: #fff;
    margin-top:20px;
}
.products-table {
    width: 100%;
    border:rgba(121, 131, 142, 0.8);
}
.products-table tr {
    background-color: rgba(27, 32, 37, 0.8);
    width:50%;
    color: #fff;
}
.products-table tr td {
    padding: 25px;
}
.model__pdBox {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 25px;
    padding: 5px;
    background-color: rgba(27, 32, 37, 0.8);
}
.modelCard {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: rgba(121, 131, 142, 0.8) 1px solid;
    border: rgba(121, 131, 142, 0.8) 1px solid;
}
.modelCard__btn {
    position: relative;
    margin-left: 10px;
}
.modelCard__btn a, .modelCard__btn button {
    border: #fff 1px solid;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    font-family: "NVIDIASans_W_Rg", sans-serif;
    background: unset;
}
.modelCard-title a {
    color: #fff;
    font-weight: bold;
}
.intro {
    background:#859f24;
    padding: 5% 0;
}
@media (min-width: 996px) {
    .modelCard {
        width: 50%;
    }
    .model__pdBox {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0px;
        margin-top: 60px;
    }
    .product-row {
        flex-direction: row;
    }
    .product-row span {
        flex: 1;
    }
    .popup__close {
        width: 90px;
        height: 90px;
    }
    .popup__close::before {
        font-size: 40px;
    }
    .msi__container {
        max-width: 1280px;
        padding: 0;
    }
    .model__pdLine {
        gap: 50px;
        flex-direction: row;
    }
    .model__pdLine__item {
        max-width: 400px;
        flex: 1;
        flex-direction: column;
    }
    .model__pdLine__item .imgPd {
        transform: translate(-50%, 20%);
    }
    .model__pdLine__item p {
        min-height: 100px;
    }

    .anno .common__container {
        max-width: 1600px;
    }
    .intro__box {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 60px;
    }
    .intro__date {
        flex: 1;
        padding: 25px;
    }
    .intro__date::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
    }
    .intro__date::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        right: 0;
        top: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
    }
    .intro__btns {
        flex-direction: row;
        padding-top: 100px;
        width: 100%;
        margin: 0 auto;
        max-width: 1000px;
    }
    .intro__btns a, .intro__btns button {
        flex: 1;
    }
    .anno .common-title::after {

        background-size: cover;
        background-size: contain;
    }

}
@media (min-width: 996px) {
    .intro__wrapper-title {
        font-size: 32px;
    }
}

.intro__wrapper-dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.intro__wrapper-dateBox .item {
    position: relative;
    color: #fff;
    margin: 20px 0;
    width: 100%;
}
.intro__wrapper-dateBox .item__title {
    position: relative;
    font-size: 16px;
    font-style: italic;
    z-index: 50;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}
.intro__wrapper-dateBox .item__title {
    font-size: 18px;
}

.intro__wrapper-dateBox .item__text {
    position: relative;
    padding: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    z-index: 50;
}
.main-note {
    text-align: center;
    color: #bcbcbc;
    font-size: 17px;
    padding: 20px 0;
}

.btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}


.btnBox .middlebutton {
    background: #F0943F;

}


 h2.common-title {
        color:#fff !important;
        font-size: 3rem;
    }

    .btnssection {
        padding:0 0 100px 0;
    }
    .flex-products {
        display: flex;
        gap:20px;
        justify-content: center;
    }
     .flex-products div {
        width:33%;
     }
.flex-products span {
   color: #fff;
    font-size: 26px;
}
.flex-products div img {
    width:100%;
}
     .logolower {
        margin-top:30px;
     }
    .logolower img {
        margin:auto;
        max-width: 300px;
     }
    .flex-products h3 img {
       max-width: 200px;
        margin: auto;
     }
    .flex-product img {
        border-radius: 10px;
    }
     .popup__header {
        position: relative;
     }
     .popup__inner {
        position: relative;
     }
.popup__header {
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.common-subtitle span {
font-size: 34px !important;
    line-height: 38px;
}
.product-row-item {
    width:50%;
}

.hide-on-mobile {
    display: block;
}
.hide-on-desktop {
    display: none;
}
.flex-products h3 {
    font-size: 2rem;
}

.intro__wrapper-title {
    font-size: 2.5rem !important;
}

table td {
    background: unset !important;
    border: none !important;
}
.flex-product {
    display: flex;
    gap:10px;
    align-items: center;
}
.box-price {
    padding: 10px;
    color:#ffc755;
    background-color: #000000;
    border-radius: 10px;
}
@media(max-width:900px){
    .intro__wrapper-dateBox .item__text {
        font-size: 1rem;
        margin: 0;
    }
    .intro__wrapper-dateBox .item {
        margin: 0;
    }
    .intro__wrapper-title {
    font-size: 1.5rem !important;
    }
}
@media(max-width:720px){
    .intro__wrapper-title {
    font-size: 1.4rem !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .hide-on-desktop {
        display: block !important;
    }
    .intro__wrapper-dateBox {
        flex-direction: column;
    }
    .intro__wrapper-dateBox .item__title {
        margin-bottom:0;
    }
    .flex-products {
        flex-direction: column;
    }
    .flex-products div {
        width:100%;
    }
    .intro h3 {
        margin-top:0;
    }
    .mainTxt {
        margin-bottom:0;
    }
    h2.common-title {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    .select-availability-area table td a {
        padding: 15px;
        font-size: 13px;
    }
    .intro__wrapper-dateBox .item__title {
        font-size: 20px !important;
    }
    .intro {
        padding: 30px 0 50px 0;
    }
    .mainTxt {
        font-size: 35px !important;
    }
    .intro h3 {
        line-height: 2rem;
    }
    .product-row-item {
        width: 100%;
    }
}
@media(min-width:1260px){
    .content-main.container.block-group {
        margin-bottom: 0;
    }
}

.mainTxt {
    position: inherit;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    z-index: 20;
    font-size: 75px;
    opacity: 1;
    transform: translate(0px, -66.6667px);
    transition: opacity 0.8s, transform 0.8s;
    display: block;
    translate: none;
    rotate: none;
    scale: none;
}
.mainTxt__box01 {
    color: #fff;
}
@media (min-width: 996px) {
    .mainTxt__box02 {
        -webkit-text-stroke-width: 3px;
    }
}
.mainTxt__box02 {
    color: #fff;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #AD280A;
}

.damiantext {
    text-align: center;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.intro__wrapper-dateBox .item__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5em;
    color: #F0943F;
    text-align: center;
}

.middleitem {
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
}

.powerByMsi__redeemTitle {
    color: #F0943F;
    text-align: center;
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
}
.powerByMsi__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.powerByMsi__step .powerByMsi__step-num {
    color: #F0943F;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    line-height: 1.5em;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.powerByMsi__step .powerByMsi__step-txt {
    /* color: #000; */
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    width: 80%;
}

.btnSty.redeemBtn, .btnSty.tcBtn {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    /* border: 2px solid #444; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 14px 20px 12px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
}
.btnsmm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btnSty {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    padding: 15px 25px;
    font-family: "NVIDIASans_W_Rg", sans-serif;
}
.redeemBtn {
    background: #287C7B;
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
}
@media (min-width: 992px) {
    .popup__content {
        padding: 40px 20px;
    }
}
.popup__content {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    padding: 40px 0;
    position: relative;
}
.popup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup__content {
    background: #000;
    border: 1px solid #287C7B;
    border-radius: 12px;
}

 .popup__inner {
        margin: 50px auto 0;
    }

.popup__inner {
    width: 100%;
    max-width: 1200px !important;
}

.popup__inner h4, .popup__inner span, .powerByMsi__step-txt {
    text-align: left !important;
    display: inline-block !important;
}

.teilnahmeh2 {
    font-size: 40px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin: 0;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #51d9d7, #287C7B);
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, .3));
}
table tr, table th, table td {
    border: 1px solid rgba(255, 242, 231, 0.5) !important;
    padding: 5px;
}
table th {
    text-align: center;
    color: #fff;
    background: rgba(240, 148, 63, 0.5);
    text-transform: uppercase;
    background: unset;
}
table td {
      color: #fff !important;
  }

.max-width-1650 {
    max-width: 1650px;
    margin: auto;
}

h4 {
    color: #fff;
}

@media(max-width:991px) {
    .intro__wrapper-dateBox, .btnBox.max-width-1650 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:20px;
    }

    .btnBox.max-width-1650 a {
        margin:0;
        width: 100%;
        max-width: 320px !important;
    }
    .intro__wrapper-dateBox .item {
        border:unset !important;
    }
    .intro__wrapper-dateBox .item__text {
        padding:0 !important;
        margin: 0 !important;
    }
    .powerByMsi__step {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btnSty.redeemBtn {
        margin: unset !important;
        left: unset !important;
        width: calc(100% - 20px);
    }
    .popup__header, .powerByMsi__step-num {
        margin: unset !important;
        padding: unset !important;
    }
    .common-subtitle span {
        font-size: 24px !important;
        line-height: 38px;
    }
    .flex-products div img {
        width:90%;
        margin: auto;
    }
}

.common-subtitle {
    color: #fff !important;
}

.btnBox.max-width-1650 a {
    transition:0.3s all;
}
.btnBox.max-width-1650 a:hover {
    transform: scale(1.05);
}
.SpringSpecial .redeem__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5% 3%;
}
@media (min-width: 996px) {
    .SpringSpecial .redeem__flexbox {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}
.SpringSpecial .redeem__stepbox {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    color: var(--color-white);
    text-align: center;
}
.SpringSpecial .redeem__stepbox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 6px solid #fff;
    border-radius: 999px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}
.SpringSpecial .redeem__stepbox p {
    padding: 10px;
    margin: 0;
    color: #fff;
}
@media (min-width: 996px) {
    .SpringSpecial .redeem__stepbox p {
        font-size: 16px;
    }
}
.SpringSpecial .redeem__arrow {
    width: 6%;
    padding: 30px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 996px) {
    .SpringSpecial .redeem__arrow {
        width: 2%;
        padding: 50px 0 0 0;
        -webkit-transform: none;
        transform: none;
    }
}
.SpringSpecial .redeem__arrow figure img {
    width: 50%;
    margin: auto;
}
@media (min-width: 996px) {
    .SpringSpecial .redeem__arrow figure img {
        width: 70%;
        margin: auto;
    }
}
.SpringSpecial .redeem__btnbox-btn a {
    color: var(--color-white);
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 15px;
    cursor: pointer;
}
@media (min-width: 996px) {
    .SpringSpecial .redeem__btnbox-btn a {
        font-size: 18px;
    }
}
.btnBox a {
    padding: 15px 30px;
}
.btnBox a {
    position: relative;
    color: #fff;
    font-size: 17px;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 42px;
    border-radius: 8px;
        width: 90%;
    background: #ff7800 !important;
    margin: 10px auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 30%;
}
.keysleft  {
    margin-bottom:60px;
}
@media(max-width:996px){
    .SpringSpecial p {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .popup-inner {
        padding:20px !important;
        width:95% !important;
    }
        .SpringSpecial .choice__txtBoxWrap {
        width: 100% !important;
        max-width: 100% !important;
    }
    .select-availability-area {
        padding-left:10px;
        padding-right:10px;
    }
    .flex-products {
        gap:0px;
    }
    .flex-products a {
        font-size: 1rem;
    }
    .keysleft  {
    margin-bottom:20px;
    }
    .SpringSpecial .kv-note {
        left: 20px;
        margin-bottom: 70px;
    }
    .SpringSpecial .kv-note p {
        font-size: 0.8rem;
    }
    .SpringSpecial .kv__textbox {
        width:65% !important;
    }
}
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
}
.popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 1200px;
    width: 90%;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 12px #000000, 0px 0px 12px #000000;
    box-shadow: 0px 0px 12px #000000, 0px 0px 12px #000000;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 50px 0;
    word-wrap: break-word;
    color: #000;
}
.popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}
.popup .modal-content {
    background-color: transparent;
}
.modal-content {
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.modal-content .modal-header h5 {
    font-size: 34px;
    padding-bottom: 10px;
    border-bottom: 0;
    margin: 20px 0;
    color: #000000;
    font-family: "NVIDIASans_W_Bd", var(--MSIBodyFont);
    background: linear-gradient(45deg, rgba(114, 182, 228, 1), rgb(90 154 197));
    background: -webkit-linear-gradient(45deg, rgba(114, 182, 228, 1), rgb(90 154 197));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.modal-content .modal-body {
    text-align: left;
}
.modal-content .modal-body p.text__style {
    background-color: rgba(114, 182, 228, 0.3);
    padding: 10px;
    color: #054978;
    font-size: 17px;
    line-height: 1.5;
}
.modal-content .modal-body .redeem-modal {
    color: #414141;
}
.modal-content .modal-body .redeem-modal {
    margin: 1% 0;
}
.modal-content .modal-body .listTypeNone {
    list-style-type: none;
    margin: 20px 0;
}
.modal-content .modal-body .redeem-modal {
    color: #414141;
}
.modal-content .modal-body .redeem-modal {
    margin: 1% 0;
}
.modal-content .modal-body ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    color: #656565;
}
.modal-content .modal-body ul li ol {
    padding: 0 0 0 23px;
}
.lower-roman {
    list-style: lower-roman;
    color: #656565;
}
.modal-content .modal-body ul li ol li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    color: #656565;
}
.popup .modal-content a {
    border: none;
    background: none;
    color: #aa6b7c;
    border-bottom: 1px solid;
}
.popup-inner a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.modal-content .modal-body .tc__textbox h6 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 120, 0, 0.8);
    display: inline-block;
    font-style: italic;
    color: rgba(255, 120, 0, 0.8);
}
.modal-content .modal-body .tc__textbox ul {
    margin-left: 30px;
}
.modal-content .modal-body p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 10px;
    color: #656565;
}
.modal-content .modal-body .redeem-modal h5.tc__title {
    font-weight: bold;
    margin: 30px 0 0 0;
    font-size: 18px;
    display: inline-block;
    padding: 8px 14px;
    color: #ffffff;
    background-color: #72b6e4;
}
.product-item th {
    text-align: left;
    padding: 10px 0 10px 8px;
    font-size: 18px;
    font-weight: bold;
    color: #71b6e3;
    background-color: rgba(114, 182, 228, 0.2);
    border: 1px solid #9be6f6;
    border-right: 0;
}
.product-item th {
    text-align: left;
    padding: 10px 0 10px 8px;
    font-size: 18px;
    font-weight: bold;
    color: #71b6e3;
    background-color: rgba(114, 182, 228, 0.2) !important;
    border: 1px solid #9be6f6 !important;
    border-right: 0;
}
.product-item .rowspan {
    border-bottom: 1px solid #9be6f6 !important;
    border-right: 1px solid #9be6f6 !important;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.product-item td {
    border-right: 0;
    border-left: 1px solid #9be6f6;
    border-bottom: 1px solid #9be6f6;
    padding: 5px;
    vertical-align: middle;
    color: #5290b8 !important;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9) !important;
        border: 1px solid #9be6f6 !important;
}

.modal-content .modal-body ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    color: #656565;
}
.modal-content .modal-body ul li ol {
    padding: 0 0 0 23px;
}
.lower-roman {
    list-style: lower-roman;
    color: #656565;
}
.modal-content .modal-body ul li ol li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    color: #656565;
}
.common-title {
    padding-top:40px;
    padding-bottom: 40px;
}
@media (min-width: 1930px) {
    .SpringSpecial .kv {
        min-height: 43vw;
    }
}

.flex-products div {
    position: relative;
}
.SpringSpecial .modelle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    min-height: 520px;
    padding: 40px 20px 30px;
    text-align: center;
    z-index: 1;
}

/* echtes Bild ausblenden */
.SpringSpecial .modelle img {
    display: none;
}

/* Bild */
.SpringSpecial .model__imgBox-img--1::before,
.SpringSpecial .model__imgBox-img--2::before,
.SpringSpecial .model__imgBox-img--3::before {
    content: "";
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;

}

.SpringSpecial .model__imgBox-img--3::before {
    background-image: url('../img/model-5060-ti-8g-ventus-2x-oc-plus.webp');
}

.SpringSpecial .model__imgBox-img--1::before,
.SpringSpecial .model__imgBox-img--2::before {
    background-image: url('../img/model-5060-ti-8g-gaming-trio-oc.webp');
}

/* Zahl */
.SpringSpecial .model__imgBox-img--1::after,
.SpringSpecial .model__imgBox-img--2::after ,
.SpringSpecial .model__imgBox-img--3::after{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 70vw;
    font-weight: bold;
    pointer-events: none;
    animation: modelNumPulse 2.5s ease-in-out infinite;
    z-index: 1;
}

.SpringSpecial .model__imgBox-img--1::after {
    content: "40";
}

.SpringSpecial .model__imgBox-img--2::after {
    content: "25";
}
.SpringSpecial .model__imgBox-img--3::after {
    content: "20";
}

@media (min-width: 996px) {
    .SpringSpecial .model__imgBox-img--1::before,
    .SpringSpecial .model__imgBox-img--2::before,
    .SpringSpecial .model__imgBox-img--3::before {
        height: 360px;
    }

    .SpringSpecial .model__imgBox-img--1::after,
    .SpringSpecial .model__imgBox-img--2::after,
    .SpringSpecial .model__imgBox-img--3::after {
        font-size: 400px;
    }
}

@media (min-width: 1201px) {
    .SpringSpecial .model__imgBox-img--1::before,
    .SpringSpecial .model__imgBox-img--2::before,
    .SpringSpecial .model__imgBox-img--3::before  {
        height: 420px;
    }

    .SpringSpecial .model__imgBox-img--1::after,
    .SpringSpecial .model__imgBox-img--2::after,
    .SpringSpecial .model__imgBox-img--3::after  {
        font-size: 490px;
    }
}
.green-color {
    color: #b1ff96;
    font-size:2rem;
}
.produkte-auf {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin:auto;
    font-size: 1.3rem;
    width: calc(100% - 20px) !important;
    margin: 15px;
    gap:20px;
}
.produkte-auf a {
    display: flex;
    align-items: center;
    justify-content: start;
    background: #509729;
    border-radius: 20px;
    gap:10px;
    transition: 0.3s all;
}
.produkte-auf a:hover {
    background: #264715;
    color: #fff;
}
.produkte-auf a img {
    border-radius: 20px;
}

.flex-products .box-price {
    margin-right: 10px;
    padding:5px !important;
}
@media(max-width: 1400px) {
    .flex-products {
        flex-direction: column;
        width: 100% !important;
        text-align: center;
        margin: auto;
    }
    .flex-products div {
        width: 100% !important;
        text-align: center;
        margin: auto;
    }
}

@media(max-width: 995px) {
    .SpringSpecial .kv__textbox h1 {
        width: 100px;
    }
    .flex-products span {
        font-size: 22px;
    }
}
@media(max-width: 479px) {
    .flex-products span {
        font-size: 16px;
    }
}