/* content - dam - amex - be - nl - kaarten - american-express-platinum-kaart - v4 - custom.css */

/* BASE */
@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";


/* CUSTOM */
.Hero-custom .card-img-bg {background-position: 50% 20% !important;}

/* sticky CTA */
.container-fluid .ShopBar {bottom: -140px; transition: bottom 0.5s ease-in-out;}
.container-fluid .ShopBar.active {bottom: 0px;}
#amex-footer {margin-bottom: 6rem!important;}

/* CSS Sebas Custom below*/


#JuridischeInfo {position: relative;} #JuridischeInfo .row {position: relative; z-index: 2;} #JuridischeInfo::after {content: ''; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 50%; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index: 1;}

/* ------------------------------------------------------------------------------------------------------------------- */

#Sinds1850 {position: relative;} #Sinds1850 .row {position: relative; z-index: 2;} #Sinds1850::before {content: ''; position: absolute; top: 0; left: 0; right:0; width: 100%; height: 100%; z-index: 1; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); mix-blend-mode: overlay;opacity: 0.7;}

/* ------------------------------------------------------------------------------------------------------------------- */

#Tijdperk {position: relative; padding-bottom: calc(var(--Sz1) + var(--Sz1)) !important;} #Tijdperk .row {position: relative; z-index: 2;} #Tijdperk::before {content: ''; position: absolute; bottom: 0; right:0; width: 100%; height: 100%; z-index: 1; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); mix-blend-mode: overlay; opacity: 0.7;} #Tijdperk::after {content: ''; position: absolute; bottom: 0; right:var(--Sz2); width: 90%; height: 100%; background: white; z-index: 1; -webkit-mask-image: url(/content/dam/amex/nl/assets/bubl/img/Florish.svg); mask-image: url(/content/dam/amex/nl/assets/bubl/img/Florish.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-repeat: no-repeat; mask-size: 100%;   -webkit-mask-position: right bottom; mask-position: right bottom;}

/* --------------------------------------------------------------------------------------------------------- */

#Stappen .IconBox {width: 100px; height: 100px; border-radius: 100px; display: flex; align-items: center; overflow: hidden; margin: 0 auto; margin-bottom: var(--Sz0);} #Stappen .IconBox .icons.parbase div {transform: scale(0.9);}

/* --------------------------------------------------------------------------------------------------------- */
/* --hero card shine---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.container-fluid .Hero-custom .row .col-md-6:last-child .image {overflow: hidden!important; border-radius: var(--BrSmall); box-shadow: var(--BoxShadow);}

.container-fluid .Hero-custom .row .col-md-6:last-child .image::after {
    content: ' ';
    position: absolute;
    height: 300%;
    width: 300%;
    top: 0px;
    left: 0px;
    z-index: 2;
    -webkit-animation: moveafter 4s infinite linear;
    -moz-animation: moveafter 4s infinite linear;
    animation: moveafter 4s infinite linear;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* --------------------------------------------------------------------------------------------------------- */
/* --BannerC styling---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.BannerC .image {
    animation: flip 8s ease-out infinite;
    overflow: hidden;
}

@keyframes flip {
    0% {
        transform: perspective(600px) rotateY(-2deg);
    }

    50% {
        transform: perspective(600px) rotateY(10deg);
    }

    100% {
        transform: perspective(600px) rotateY(-2deg);
    }
}

.BannerC .image::after {
    content: ' ';
    position: absolute;
    height: 300%;
    width: 300%;
    top: 0px;
    left: 0px;
    z-index: 2;
    -webkit-animation: moveafter 4s infinite linear;
    -moz-animation: moveafter 4s infinite linear;
    animation: moveafter 4s infinite linear;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* --------------------------------------------------------------------------------------------------------- */
/* --Shine animation---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

@-webkit-keyframes moveafter {
    0% {top: -200%; left: -200%;}
    50% {top: -100%; left: -100%;}
    100% {top: 100%; left: 100%;}
}

/* -------------

/* --------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {#Stappen .IconBox .icons.parbase div {transform: scale(0.9) translateY(-14px) translateX(-4px);} .Hero-custom {margin-bottom: var(--Sz2) !important;} #IntroScroll {margin-bottom: var(--Sz1);} #Voordelen2 {margin-bottom: calc(0px - var(--Sz3));} #JuridischeInfo {margin-top:  calc(0px - var(--Sz2) );} #ExperiencesApp { margin-top: var(--Sz04); margin-bottom: var(--Sz04);} #Dinertegoed, #Luchthavenlounges, #FastlaneBrussel, #BetalenWordtBelonen, #BetalenInWinkels, #Geboorte {padding-top: 0 !important; padding-bottom: 0 !important;} #Verzekeringen1, #Tijdperk {padding-top: 0 !important;} #AmericanPlatinumBestellen { padding-bottom: 0 !important;} #Vraagaan h2 {text-align: center;}#Stappen { padding-bottom: 0 !important; margin-bottom: calc(0px - var(--Sz0));}}

/* --------------------------------------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1023px) {}

/* --------------------------------------------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1279px) {}

/* --------------------------------------------------------------------------------------------------------- */

/* ----- Cashback actie herovideo/shopbar------------------------------------------------------------------------- */

.herovideo {
  position: relative;
  min-height: 600px;
  z-index: 1;
  color: white;
  display: grid;
  align-items: center;
  margin-bottom: var(--Sz2);
}
.herovideo .gabm-cmp-herovideo {
  height: 100%;
}
.herovideo .gabm-cmp-herovideo--wrapper {
  position: absolute;
  inset: 0;
  max-height: 100%;
  z-index: -2;
  overflow: hidden;
}
.herovideo .gabm-cmp-herovideo--wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
}
.herovideo::before {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.herovideo .gabm-cmp-herovideo--content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  position: relative;
  display: grid;
  align-items: center;
  padding-block: var(--Sz5);
}
.herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
  word-wrap: balance;
  max-width: 50%;
}
@media (width <= 1024px) {
  .herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
    max-width: 100%;
    padding-bottom: 30vw;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 1240px;
  }
}
.herovideo .heroCardWrapper {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 450px;
  width: clamp(0px, 450px, 80vw);
  margin-inline: auto;
}
@media (width <= 1024px) {
  .herovideo .heroCardWrapper {
    left: 0;
  }
}

/* .herovideo .heroCardWrapper .heroCard {width: 100%; filter: drop-shadow(var(--BoxShadow));} */
/* .herovideo .heroCardWrapper.nl::before {content: "Nu tijdelijk € 200 cashback*";} */
/* .herovideo .heroCardWrapper.benl::before {content: "Nu tijdelijk 200 € cashback*";} */
/* .herovideo .heroCardWrapper.befr::before {content: "Actuellement 200 € cashback*";} */
/* .herovideo .heroCardWrapper::before {position: absolute; top: -100px; right: -30px; height: 250px; font-family: var(--FontA); font-size: 24px; line-height: 1.2; padding: var(--Sz0); width: 250px; background-color: var(--LightBlue); border-radius: var(--BrSmall); animation-name: fadeIn; animation-duration: 800ms; animation-delay: 200ms; animation-timing-function: ease; animation-fill-mode: forwards;} */

@keyframes fadeIn {
  from {
    top: -40px;
    opacity: 0;
  }
  to {
    top: -100px;
    opacity: 1;
  }
}
.container-fluid .ShopBar {
  overflow: hidden;
}
.container-fluid .ShopBar .richtext.parbase {
  position: relative;
}
.container-fluid .ShopBar .richtext.parbase p {
  font-family: var(--FontA);
  color: white;
}
.container-fluid .ShopBar .richtext.parbase p b {
  color: white;
  font-size: 22px;
}
.container-fluid .ShopBar .richtext.parbase::after {
  position: absolute;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -70%;
  content: "";
  pointer-events: none;
  background-color: var(--LightBlue);
  z-index: -1;
}/*# sourceMappingURL=custom.css.map */

