@charset "utf-8";


/*  -------------------------- WALLET PASSES --------------------------  */

.Pass {width:75%; max-width:450px; height:auto; min-height:400px; position:relative; margin:20px auto 20px auto; z-index:10;
padding:0px 40px 0px 40px; -webkit-box-shadow: 8px 8px 30px grey; -moz-box-shadow: 8px 8px 30px grey;
box-shadow: 10px 10px 30px grey; border-radius:15px; font-size:20px; line-height:24px;}

.PassContent {padding-top:70%; position:relative;}
.PassNr {position:absolute; color:#ffffff; width:200px; height:20px; right:-20px; top:20px; text-align:right; font-size:20px; line-height:1.0em; text-shadow: 2px 2px 5px #000000;}
.label, .auxiliaryFields span, .primaryFields span {font-family: 'MINISansReg',Arial,sans-serif; text-transform: uppercase; font-size: 1rem; line-height: 1rem; font-weight:500; text-shadow: 0px 0px 0px transparent; color: #666;}
.PassContent h2 {font-size:1.3em; line-height:1.3em; margin-top:45px;}
.PassContent p {color:#262626; font-size:1.0em; margin-top:10px; margin-bottom:0px;}
.PassContent .legal {color:#666; font-size:0.7em; width:100%; text-align:justify;}

.auxiliaryFields, .primaryFields {color:#262626; display:block; width:100%;}
.auxiliaryFields>div, .primaryFields>div {margin-bottom:15px;}
.auxiliaryFields div {float:left; margin-right:25px;}
.auxiliaryFields div:last-child {float:none; clear:right;}

.PassButtons {text-align:center; margin-top:25px; margin-bottom:15px; width:100%;}
.PassButtons a {display:block; margin: 8px auto;}

.walletbutton {padding-top:15px;}
.apple img {width:190px; height:auto;}
.google {padding-top:10px;}
.google img {width:280px; height:auto;}

.dynamic_coupon {padding-top:110px; opacity:0;}
/*
.dynamic_coupon strong {font-family:'BMWTypeWebBoldAll',Arial, helvetica, sans-serif; font-size:inherit; font-weight:500;}
.dynamic_coupon h1 {font-family:'MINIBold',Georgia, serif; text-transform:uppercase; font-weight:600; font-size:50px; line-height:100%; text-transform:uppercase; color:#fff; margin-bottom:0px; }
.dynamic_coupon h2 {font-family:'BMWTypeWebBoldAll',Arial, helvetica, sans-serif; font-weight:500; font-size:25px; line-height:32px; color:#333; margin:0px 0px 0px 0px; text-transform:none;}
*/

.coupon .price {font-weight:700;}
.coupon p {font-size:0.8em; line-height:1.1em; color:#666; text-align:left;}

