@import url("/content/dam/amex/nl/assets/2022/base.css"); /* Using a url */
/* -------------------------------------------------------------------------------------------- */
#none {display:none;}

.container-fluid .Hero-custom {margin-bottom:0px!important;}

.IntroHeader {padding-top: var(--Sz1);}

.TextPlaat.PlTx {padding-top: var(--Sz1);padding-bottom: var(--Sz1);}

.intro.BoxCenter { background-color:  rgba(0, 111, 207, 0) 100%);}

#vragen-en-hulp {
    background: -webkit-linear-gradient(bottom, rgba(0, 111, 207, 0.25) 0%, rgba(0, 111, 207, 0) 100%);
}


.AchterGrondGrijs {
    background-color:#ecedee;}


/* Pijltje onder Knop */
.AchterGrondGrijs.VergelijkKnop .btn-text {
    color: #006fcf;
}

.AchterGrondGrijs.VergelijkKnop .btn-text::after {
    content: "";
    width: 18px;
    height: 14px;
    background-image: url("https://www.americanexpress.com/content/dam/amex/nl/assets/bubl/img/ArrowBlue1Right.svg");
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: var(--Sz02); 
    transition: var(--an2);
    position: relative;
    top: 2px;
}

.AchterGrondGrijs.VergelijkKnop .btn-text:hover {
    color: #00175a !important;
    /*! text-align: none; */
}



/*
.ListB {background-image: linear-gradient(#fff, #ecedee );}
*/
.ListB {  background: -webkit-linear-gradient(bottom, rgba(0, 111, 207, 0.25) 0%, rgba(0, 111, 207, 0) 100%);}
/* -------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 576px) {}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:577px) and (max-width:768px) {}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:769px) and (max-width:1023px) {}

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

/* -------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {}

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