@font-face {
  font-family: "Futura Bold";
  src: url("../webfonts/FuturaNowTextW05-Bold.woff2");
  src: url("../webfonts/FuturaNowTextW05-Bold.woff") format("woff");
}
@font-face {
  font-family: "Futura Book";
  src: url("../webfonts/FuturaNowTextW05-Regular.woff2");
  src: url("../webfonts/FuturaNowTextW05-Regular.woff") format("woff");
}
@font-face {
  font-family: "szkb-gutschein";
  src: url("../webfonts/szkb-gutschein.eot");
  src: local("☺"), url("../webfonts/szkb-gutschein.woff") format("woff"), 
  url("../webfonts/szkb-gutschein.otf") format("opentype"), 
  url("../webfonts/szkb-gutschein.svg#filename") format("svg");
}

b
{
    font-family: "Futura Bold";
    font-weight: bold;
}

#debugInfo
{
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px;
    border: 1px solid #99ccff;
    padding: 10px;
    background-color: #000;
}

#debugInfo .keyValue
{
    color: #9cf;
    font-family: arial, sans;
    font-size: 12px;
}
#debugInfo .keyValue .label
{
    display: inline-block;
    min-width: 120px;
    font-weight: bold;
}
#debugInfo .keyValue .value
{
    display: inline-block;
    margin-left: 5px;
}

body
{
    font-size: 100%;
    padding: 0;
    margin: 0;
    font-family: "Futura Book", arial, sans, verdana;
}

button[type=submit],
button.redeem
{
    width: 358px;
    height: 56px;
    color: #fff;
    background-color: #e6181a;
    margin: 40px 162px 146.2px 2.8px;
    padding: 16px 98px 16px 100px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    transition: .3s all;
}
button.redeem
{
    width: 320px;
    margin: 10px;
}

button[type=submit]:hover:disabled,
button[type=submit]:disabled,
button.redeem:hover:disabled,
button.redeem:disabled
{
    background-color: #d4d4d4;
    cursor: default;
    color: #fff;
}

button[type=submit]:hover,
button.redeem:hover
{
    background-color: #b70b0c;
    color: #fecdb0;
}

input[type=file]
{
    display: none;
}

button.uploadButton
{
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    background-color: #fff;
    color: #e6181a;
    font-size: 13px;
    text-align: center;
    padding: 16px 100px;
    cursor: pointer;
    transition: .3s all;
}

button.uploadButton::before
{
    font-family: 'szkb-gutschein';
    content: '\f093';
    color: #e6181a;
    margin-right: 12px;
}

button.uploadButton:hover,
button.uploadButton:hover::before
{
    color: #d4d4d4;
}

div.errorMsg
{
    color: #e6181a;
    font-size: 12px;
    padding: 5px;
    background-color: #f6c5c5;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
    line-height: 12px;
    width: 336px;
}

.erklarungGrau
{
    font-size: 13px;
    font-weight: normal;
    color: #999;
    line-height: 1.29;
}

.hide,
embed.hide,
div.hide,
a.hide
{
    display: none;
}



img#fileImg,
embed#filePdf
{
    max-width: 200px;
}

#top-flex 
{
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

#top-flex #navigation-flex,
#top-flex #banner-flex,
#top-flex #qty-flex,
#top-flex #content-flex
{
    background-color: #fff;
    margin-top: 12px;
}

#top-flex #qty-flex
{
    padding: 18px 12px;
    font-size: 15px;
    color: #000;
}

#top-flex #navigation-flex
{
    min-height: 46px;
}

#top-flex #navigation-flex.fixed,
#top-flex #navigation-flex .navigation.fixed
{
    position: fixed;
    top: 0;
    z-index: 50;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.26);
}

#top-flex #banner-flex .pageBanner
{
    display: flex;
    flex-direction: row;
}
#top-flex #banner-flex .pageBanner .content
{
    width: 65%;
}
#top-flex #banner-flex .pageBanner .image
{
    /*width: 50%;*/
    width: 35%;
}

#top-flex #banner-flex .pageBanner img
{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#top-flex #banner-flex .pageBanner .contentText,
.maintenancePage
{
    padding: 13px;
}

ul.navigation
{
    position: relative;
    padding: 0 0px;
    margin: 0;
    height: 46px;
}

ul.navigation li
{
    display: inline-block;
    height: 46px;
}

a,
a:hover,
a:visited,
a:active
{
    text-decoration: none;
    color: #e6181a;
}

a:hover
{
    color: #000;
}

.linkToDetails
{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 23px 36px;
}

h2 .levelLink
{
    font-size: 13px;
    font-family: "Futura Book";
    text-transform: none;
    float: right;
}

ul.navigation li a,
ul.navigation li a:hover,
ul.navigation li a:visited,
ul.navigation li a:active
{
    height: 22px;
    line-height: 22px;
    display: block;
    padding: 12px 14px;
    font-weight: normal;
    font-size: 15px;
}

ul.navigation li a:hover,
ul.navigation li a.active
{
    height: 20px;
    border-bottom: 2px solid #e6181a;
    padding: 12px 14px 12px 14px;
    color: #333;
}
ul.navigation li a:hover
{
    border-bottom: 2px solid #000;
}

#content-flex
{
    padding: 38px 12px;
}
h2
{
    margin-bottom: 24px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    font-size: 24px;
    text-transform: uppercase;
}
.upperCase
{
    text-transform: uppercase;
}
h3
{
    color: #000;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}
h4
{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
h5
{
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
h6
{
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
.disclaimer
{
    padding: 10px;
    background-color: #ededed;
    border-radius: 8px;
    margin-top: 5px;
    max-width: 558px;
}

.headerDescription
{
    font-size: 13px;
    color: #000;
    margin-bottom: 36px;
    max-width: 760px;
}
#levelsContainer
{
    display: flex;
    position: relative;
}
#levelsContainer .levelsRequirements
{
    display: flex;
    align-self: flex-start;
}
#levelsContainer .levelsRequirements.fixed
{
    position: fixed;
    bottom: 0;
}
#levelsContainer .levelsRequirements.fixedTop
{
    position: fixed;
    top: 60px;
}
#levelsContainer .levelContainer
{
    background-color: #fafafa;
    position: relative;
    width: 380px;
    min-height: 240px;
    display: inline-block;
    margin-right: 25px; 
    border: 1px solid #d4d4d4;
    border-radius: 12px;
}
#levelsContainer .levelContainer .title
{
    text-align: center;
    height: 142px;
    vertical-align: middle;
    line-height: 142px;
    font-size: 24px;
    color: #fff;
    background-color: #d4d4d4;
    border-radius: 10px 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
#levelsContainer .levelContainer.active
{
    border: 0;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.14);
}
#levelsContainer .levelContainer.active .title
{
    background-color: #e6181a;
}
#levelsContainer .levelContainer .title .myLevel
{
    display: none;
    font-size: 13px;
    width: 126px;
    text-align: center;
    height: 42px;
    color: #e6181a;
    background-color: #fff;
    border-radius: 21px;
    position: absolute;
    line-height: 42px;
    font-weight: bold;
    right: 21px;
    bottom: -22px;
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.17);
    text-transform: none;
}
#levelsContainer .levelContainer.active .title .myLevel
{
    display: block;
}
#levelsContainer .levelContainer .productContainer
{
    padding: 46px 36px;
}

#levelsContainer .levelContainer .productContainer .typeTitle
{
    line-height: 1.27;
    font-size: 15px;
    color: #000;
    margin: 0 0 16px;
}

#levelsContainer .levelContainer .productContainer .items
{
    margin-bottom: 40px;
}

#levelsContainer .levelContainer .productContainer .items a,
#levelsContainer .levelContainer .productContainer .items a:hover,
#levelsContainer .levelContainer .productContainer .items a:active,
#levelsContainer .levelContainer .productContainer .items a:visited
{
    display: block;
    line-height: 1.33;
    margin: 16px 0 16px 40px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
}
#levelsContainer .levelContainer .productContainer .items a::before
{
    font-family: 'szkb-gutschein';
    content: '\f057';
    color: #707070;
    margin: 0 12px 0 -12px;
    font-weight: 300;
    padding: 5px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -5px;
    left: -31px;
}

#levelsContainer .levelContainer .productContainer .items a.active::before
{
    content: '\f058';
    color: #009a3d;
}

.listOfProducts
{
    min-width: 375px;
}
.listOfProducts.fixed
{
    margin-left: 812px;
}

.listOfProducts .productListTitle a,
.listOfProducts .productListTitle a:hover,
.listOfProducts .productListTitle a:active,
.listOfProducts .productListTitle a:visited
{
    display: block;
    padding: 16px 0;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    text-transform: uppercase;
}
.listOfProducts .productListTitle a::after 
{
    font-family: 'szkb-gutschein';
    content: '\f078';
    display: block;
    position: absolute;
    right: 0;
    font-size: 23px;
    line-height: 63px;
    font-weight: 600;
    top: 0;
    transition: all 0.3s;
}

.listOfProducts .productListTitle.active a::after 
{
    transform: rotate(180deg);
}

.listOfProducts .productListArea
{
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.listOfProducts .productListArea.active
{
    max-height:  none;
    opacity: 1;
    padding-bottom: 80px;
    transition: all .5s ease-out;
    min-height: 450px;
}
.listOfProducts .superTitle a,
.listOfProducts .superTitle a:hover,
.listOfProducts .basisTitle a,
.listOfProducts .basisTitle a:hover
{
    font-size: 22px;
}

.listOfProducts .superTitle a
{
    margin-top: -1px;
}

.listOfProducts .productListArea 
{
    
}
.listOfProducts .productListArea .productDetail
{
    width: 280px;
    height: auto;
    min-height: 80px;
    margin: 20px 0 20px 10px;
    padding: 0 6px 0 0;
    border-radius: 12px;
    box-shadow: 0 4px 18px 0 rgba(37, 38, 94, 0.1);
    background-color: #ffffff;
    padding: 25px 30px;
}
.listOfProducts .productListArea .productDetail.active
{
    border-left: 4px solid #e6181a;
}

.listOfProducts .productListArea .productDetail .productDetailTitle
{
    font-size: 17px;
    height: 17px;
    letter-spacing: 0.39px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.sliderElement
{
    display: inline-block;
    width: 224px;
    height: 352px;
    margin: 8px;
    /*box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.14);*/
    box-shadow: 3px 8px 13px -2px rgba(0 0 0 / 0.14);
    background-color: #fafafa;
    border-radius: 12px;
    position: relative;
    vertical-align: top;
}

.sliderElement.inactive
{
    opacity: 0.3;
}

.sliderElement .linkLikeText
{
    position: absolute;
    bottom: 16px;
    color: #e6181a;
    font-size: 13px;
    line-height: 17px;
}

.sliderElement:hover .linkLikeText
{
    color: #333;
}

.sliderElement .imageWrapper
{
    width: 224px;
    height: 208px;
    overflow: hidden;
    display: block;
    background-size: 100%;
    background-position: center center;
    transition: .3s all;
    border-radius: 12px 12px 0 0;
    position: relative;
}
.sliderElement .imageWrapper .logo
{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.sliderElement .imageWrapper .promotionTag,
.voucherFlex .voucherImage .promotionTag
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 86px;
    height: 86px;
    border-radius: 50% 50% 50% 0;
    background-color: #e6181a;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}
.sliderElement .imageWrapper .promotionTag span,
.voucherFlex .voucherImage .promotionTag span
{
    padding: 22px 14px;
    display: block;
    text-align: center;
}
.redeemedTag
{
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 24px;
    background-color: #e6181a;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.redeemedTag span
{
    padding: 10px 28px;
    display: block;
    text-align: center;
}

.sliderElement a,
.sliderElement a:hover,
.sliderElement a:active,
.sliderElement a:visited
{
    display: block;
    height: 352px;
    color: #000;
    text-decoration: none;
}
.sliderElement a:hover .imageWrapper
{
    background-size: 110%;
}


.sliderElement .previewText
{
    display: block;
    padding: 18px 16px 16px 16px;
}

.sliderElement .previewText h3
{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 15px;
}

.sliderElement .previewText .teaserValue
{
    min-height: 15px;
    line-height: 15px;
    color: #707070;
}

.basisContainer,
.superContainer,
.redeemedContainer,
.specialContainer
{
    position: relative;
}

.splide__track
{
    padding-bottom: 30px;
}

.voucherFlex,
.voucherFlex2
{
    display: flex;
    flex-direction: row;
}

.voucherFlex h2,
.voucherFlex2 h2
{
    margin-top: 0;
    margin-bottom: 0;
}

.voucherFlex .voucherContent,
.voucherFlex2 .voucherContent
{
    padding: 0 23px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.voucherFlex .voucherContent .teaserValue,
.voucherFlex2 .voucherContent .teaserValue
{
    color: #707070;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.voucherFlex .voucherImage,
.voucherFlex2 .voucherImage
{
    position: relative;
}

#fileName
{
    font-size: 13px;
}

.erklarung
{
    font-size: 13px;
    color: #000;
}

.backlink .label
{
    display: none;
}

select
{
    padding: 5px;
    min-width: 73px;
    text-align: left;
    line-height: 45px;
    height: 45px;
    font-size: 13px;
    border-color: #d4d4d4;
    border-radius: 4px;
}

.delivery .deliveryAddressTitle,
.detailTitle
{
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    line-height: 1.27;
    color: #000;
}

.detailBlock
{
    display: block;
    margin-bottom: 24px;
    margin-top: 24px;
}

.detailBlock input[type=radio]
{
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
    border-radius: 10px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    vertical-align: middle;
    margin-top: -3px;
}

.detailBlock label.radioLabel
{
    display: inline-block;
    min-width: 120px;
    color: #000;
    font-size: 13px;
    height: 20px;
    margin-right: 32px;
    line-height: 16px;
}

#modalBg
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 10;
}

#modal
{
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: auto;
    width: 727px;
    min-height: 200px;
    padding: 40px 36px 40px 40px;
    border-radius: 12px;
    box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 12px 24px 0 rgba(0, 0, 0, 0.14);
    background-color: #fafafa;
    z-index: 20;
    font-size: 13px;
}

#modal.promo
{
    padding: 0;
    display: flex;
    flex-direction: row;
}

#modal.promo .image
{
    display: flex;
    border-radius: 12px 0 0 12px;
}

#modal.promo .image img
{
    border-radius: 12px 0 0 12px;
    max-width: 422px;
}

#modal.promo .content
{
    padding: 24px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}

#modal.promo strong
{
    font-size: 24px;
    font-family: 'Futura Bold'
}

#modal.promo .contentText
{
    height: 100%;
}

#modal.promo .content button
{
    background-color: #e6181a;
    border: 0;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    padding: 16px;
    bottom: 0;
    cursor: pointer;
}

#modal .modalClose
{
    font-size: 28px;
    position: absolute;
    right: 36px;
    top: 28px;
    z-index: 21;
}

#modal a.modalClose,
#modal a.modalClose:hover,
#modal s.modalClose:active,
#modal a.modalClose:visited
{
    color: #707070;
}

#modal h2
{
    font-size: 17px;
    margin: 1px 30px 21px 0px;
    color: #000;
    font-family: "Futura Bold";
}

.confirmationNote,
.confirmationError
{
    margin: 40px 10px 0 0;
    padding: 28px 12px 28px 16px;
    border-radius: 4px;
    background-color: #c5e2f6;
    color: #006796;
}

.confirmationNote .notesTitle
{
    display: block;
    color: #006796;
    margin: 0 0 10px;
    font-size: 17px;
    font-family: "Futura Bold";
}

.confirmationError
{
    background-color: #f6c5c5;
    color: #960000;
}

a.confirmedBackLink
{
    display: block;
    margin: 24px 0;
}

div.counter-container
{
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

span.counter
{
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: #e6181a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    left: 14px;
    top: -10px;
}

i.icon::after
{
    font-family: 'szkb-gutschein';
    text-decoration: none;
    font-style: normal;
    display: inline-block;
}
i.icon.back::after
{
    content: '\f060';
    color: #707070;
    width: 32px;
    height: 24px;
    font-size: 24px;
    margin-bottom: 35px;
}
i.icon.back:hover::after
{
    color: #333;
}

i.icon.gift::after
{
    content: '\f06b';
    color: #969696;
    width: 26px;
    font-size: 26px;
    height: 33px;
}

i.icon.times::after
{
    content: '\f00d';
    color: #707070;
    font-size: 24px;
    line-height: 24px;
}

i.icon.times:hover::after
{
    color: #333;
}

.splide__arrow
{
    height: 60px;
    width: 60px;
    opacity: 0.4;
    background-color: #000;
}
.splide__arrow:hover
{
    opacity: 0.2;
}

.splide__arrow:disabled,
.splide__arrow:disabled:hover
{
    opacity: 0.0;
}

.splide__arrow svg
{
    height: 24px;
    width: 24px;
    color: #fff;
    fill: white;
}

.requirementArrows
{
    display: none;
}

.requirementArrows a.arrow,
.requirementArrows a.arrow:hover,
.requirementArrows a.arrow:active,
.requirementArrows a.arrow:visited
{
    position: absolute;
    top: 380px;
    left: 5px;
    display: block;
    width: 48px;
    height: 48px;
    z-index: 10;
    background-color: #000;
    opacity: 0.4;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.requirementArrows a.arrow.right-arrow
{
    left: auto;
    right: 5px;
}

.requirementArrows a.arrow:hover
{
    opacity: 0;
    background-color: #4d4d4d;
}

.requirementArrows a.arrow:after
{
    font-size: 19px;
    font-family: "szkb-gutschein";
    content: "\f053";
}

.requirementArrows a.arrow.right-arrow:after
{
    content: "\f054";
}

a.showAllLink,
a.hideAllLink
{
    display: none;
}

.redeemedConfirmationText 
{
    padding: 10px;
    box-shadow: 0px 8px 16px -1px #dfdfdf;
    margin-top: 20px;
    display: flex;
    gap: 10px;
    background-color: #fff;
}


.redeemedConfirmationText .redeemedConfirmationTextHeader
{
    font-family: "Futura Bold";
    display: block;
}

@media screen and (max-width: 767px)
{
    #top-flex #banner-flex .pageBanner
    {
        flex-direction: column;
    }
    #top-flex #banner-flex .pageBanner .content, 
    #top-flex #banner-flex .pageBanner .image
    {
        width: 100%;
    }
    ul.navigation
    {
        padding: 0 0 0 12px;
    }
    ul.navigation li a, ul.navigation li a:hover, 
    ul.navigation li a:visited, ul.navigation li a:active,
    ul.navigation li a:hover, ul.navigation li a.active
    {
        font-size: 16px;
        padding: 12px 5px;
    }
    i.icon.gift::after
    {
        font-size: 25px;
        
    }
    span.counter
    {
        top: -8px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    #top-flex #qty-flex
    {
        font-size: 16px;
        padding: 20px 12px 10px 12px;
    }
    h2 .levelLink
    {
        display: block;
        float: none;
    }
    .voucherFlex, 
    .voucherFlex2
    {
        display: block;
    }
    .voucherFlex .voucherContent, 
    .voucherFlex2 .voucherContent,
    .voucherImage img
    {
        width: 100%;
    }
    
    .voucherFlex .voucherContent, 
    .voucherFlex2 .voucherContent
    {
        padding: 0;
    }
    
    button[type=submit],
    button.redeem
    {
        width: 100%;
        margin: 16px 0;
        padding: 16px;
        text-align: center;
    }
    button.redeem[type=submit]
    {
        margin-bottom: 0px;
    }
    
    #levelsContainer 
    {
        display: block;
    }
    
    #levelsContainer .levelsRequirements
    {
        overflow-x: scroll;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .listOfProducts
    {
        min-width: 0;
        width: 100%;
    }
    #levelsContainer .levelContainer
    {
        width: 80%;
        margin-right: 15px;
        min-width: 87%;
    }
    #levelsContainer .levelContainer .productContainer .items a::before
    {
        left: -15px;
    }
    
    #levelsContainer .levelsRequirements.fixed,
    #levelsContainer .levelsRequirements.fixedTop,
    #levelsContainer .listOfProducts
    {
        display: block;
    }
    .listOfProducts .productListArea .productDetail
    {
        width: 100%;
        margin: 20px 0 20px 0px;
        box-sizing: border-box;
    }
    .listOfProducts .productListArea.active
    {
        overflow: initial;
        width: 100%;
    }
    #levelsContainer .levelContainer .productContainer .items a, 
    #levelsContainer .levelContainer .productContainer .items a:hover, 
    #levelsContainer .levelContainer .productContainer .items a:active, 
    #levelsContainer .levelContainer .productContainer .items a:visited
    {
        font-size: 13px;
        margin: 16px 0 16px 20px;
    }
    
    #levelsContainer .levelContainer .productContainer
    {
        padding: 40px 24px;
    }
    
    #levelsContainer .levelContainer .title
    {
        font-size: 24px;
        height: 90px;
        line-height: 90px;
    }
    
    .headerDescription
    {
        margin-bottom: 40px;
    }
    .detailBlock label.radioLabel
    {
        display: inline-block;
        width: 70%;
    }
    .detailBlock input[type=radio]
    {
        display: inline-block;
        width: 10%;
    }
    .voucherFlex h2, 
    .voucherFlex2 h2
    {
        margin-top: 34px;
    }
    .voucherFlex .voucherContent, 
    .voucherFlex2 .voucherContent
    {
        font-size: 16px;
    }
    
    #modal
    {
        top: 100px;
        width: auto;
        box-sizing: border-box;
        margin: 5px;
        display: block;
        padding: 20px;
    }
    #modal .modalClose
    {
        right: 26px;
    }
    .confirmationNote, 
    .confirmationError
    {
        margin: 20px 0 0 0;
    }
    #modal h2
    {
        font-size: 24px;
    }

    #modal.promo
    {
        display: block;
    }
    
    #modal.promo .image img
    {
        width: 100%;
        border-radius: 12px 12px 0px 0px;
    }
    
    #modal.promo .image
    {
        border-radius: 12px 12px 0px 0px;
    }
    #modal.promo .content
    {
        padding-top: 0;
    }
    button.uploadButton
    {
        width: 100%;
        padding: 16px;
    }
    .disclaimer
    {
        max-width: none;
    }
}
@media screen and (max-width: 520px)
{
    .requirementArrows
    {
        display: block;
    }
    .basisContainer,
    .superContainer,
    .redeemedContainer,
    .specialContainer
    {
        zoom: 70%;
    }
    
    .maintenancePage img
    {
        width: 100%;
    }
    
    #modal h2
    {
        margin: 13px 30px 21px 0px;
    }
    
    #modal .contentText h2
    {
        margin: 21px 30px 21px 0px;
    }
    
/*    .requirementArrows a.arrow.left-arrow
    {
        display: none;
    }*/
}

@media screen and (max-width: 374px)
{
    .basisContainer,
    .superContainer,
    .redeemedContainer,
    .specialContainer
    {
        zoom: 55%;
    }
    
    ul.navigation li a, ul.navigation li a:hover, 
    ul.navigation li a:visited, ul.navigation li a:active,
    ul.navigation li a:hover, ul.navigation li a.active,
    #top-flex #qty-flex
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 290px)
{
    ul.navigation li a, ul.navigation li a:hover, 
    ul.navigation li a:visited, ul.navigation li a:active,
    ul.navigation li a:hover, ul.navigation li a.active,
    #top-flex #qty-flex
    {
        font-size: 11px;
    }
}

@media screen and (max-width: 270px)
{
    ul.navigation li a, ul.navigation li a:hover, 
    ul.navigation li a:visited, ul.navigation li a:active,
    ul.navigation li a:hover, ul.navigation li a.active,
    #top-flex #qty-flex
    {
        font-size: 10px;
    }
}