.verhuur-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.verhuur-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.verhuur-hero__content{position:relative;z-index:2;max-width:80rem;padding:4rem 2rem;color:#fff}.verhuur-hero__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:4rem;line-height:1.1;margin:0 0 1.2rem;text-transform:uppercase}.verhuur-hero__subtitle{font-size:1.8rem;margin:0 0 2rem;opacity:.9}.verhuur-hero__badge{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.6rem 1.6rem;border-radius:var(--buttons-radius);font-weight:700;font-size:1.4rem;margin-bottom:2rem}.verhuur-hero__cta{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:1.2rem 3rem;border-radius:var(--buttons-radius);font-size:1.6rem;font-weight:700;text-decoration:none;transition:opacity .2s ease}.verhuur-hero__cta:hover{opacity:.85}@media screen and (min-width:750px){.verhuur-hero{min-height:60vh}.verhuur-hero__title{font-size:5.2rem}}.verhuur-vehicles{padding:6rem 0}.verhuur-vehicles__title{text-align:center;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);margin:0 0 1rem}.verhuur-vehicles__subtitle{text-align:center;font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin:0 0 4rem}.verhuur-vehicles__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width:750px){.verhuur-vehicles__grid{grid-template-columns:repeat(3,1fr)}}.verhuur-vehicle-card{background:rgb(var(--color-background));border-radius:var(--product-card-corner-radius);box-shadow:var(--product-card-shadow);overflow:hidden;border:var(--product-card-border);transition:transform .2s ease}.verhuur-vehicle-card:hover{transform:translateY(-4px)}.verhuur-vehicle-card__image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:rgba(var(--color-foreground),.04)}.verhuur-vehicle-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.verhuur-vehicle-card:hover .verhuur-vehicle-card__image{transform:scale(1.05)}.verhuur-vehicle-card__content{padding:2rem}.verhuur-vehicle-card__name{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;margin:0 0 .8rem}.verhuur-vehicle-card__description{font-size:1.5rem;color:rgba(var(--color-foreground),.75);line-height:1.6;margin:0}.verhuur-pricing{padding:6rem 0;background:rgba(var(--color-foreground),.03)}.verhuur-pricing__title{text-align:center;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);margin:0 0 3rem}.verhuur-pricing__table-wrap{overflow-x:auto;margin-bottom:3rem}.verhuur-pricing__table{width:100%;border-collapse:collapse;font-size:1.5rem}.verhuur-pricing__table th,.verhuur-pricing__table td{padding:1.2rem 1.6rem;text-align:left;border-bottom:1px solid rgba(var(--color-foreground),.1)}.verhuur-pricing__table th{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);background:rgba(var(--color-foreground),.05)}.verhuur-pricing__table td:not(:first-child),.verhuur-pricing__table th:not(:first-child){text-align:center}.verhuur-pricing__extras{margin-top:3rem}.verhuur-pricing__extras-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;margin:0 0 1.5rem}.verhuur-pricing__extras-list{list-style:none;padding:0;margin:0}.verhuur-pricing__extras-list li{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08);font-size:1.5rem}.verhuur-pricing__extras-list li span:last-child{font-weight:700}.verhuur-pricing__note{margin-top:2rem;padding:1.5rem;background:rgba(var(--color-foreground),.05);border-radius:var(--buttons-radius);font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.verhuur-info{padding:6rem 0}.verhuur-info__title{text-align:center;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);margin:0 0 3rem}.verhuur-info__accordion{max-width:80rem;margin:0 auto}.verhuur-info__item{border-bottom:1px solid rgba(var(--color-foreground),.1)}.verhuur-info__item summary{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;cursor:pointer;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.6rem;list-style:none}.verhuur-info__item summary::-webkit-details-marker{display:none}.verhuur-info__item summary .icon-chevron{transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.verhuur-info__item[open] summary .icon-chevron{transform:rotate(180deg)}.verhuur-info__item-content{padding:0 0 1.6rem;font-size:1.5rem;line-height:1.8;color:rgba(var(--color-foreground),.8)}.verhuur-info__item-content p{margin:0 0 1rem}.verhuur-info__map{width:100%;height:300px;border:0;border-radius:var(--buttons-radius);margin-top:1rem}.verhuur-form{padding:6rem 0;background:rgba(var(--color-foreground),.03)}.verhuur-form__title{text-align:center;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);margin:0 0 1rem}.verhuur-form__subtitle{text-align:center;font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin:0 0 3rem;max-width:60rem;margin-left:auto;margin-right:auto}.verhuur-form__container{max-width:64rem;margin:0 auto;background:rgb(var(--color-background));padding:3rem;border-radius:var(--buttons-radius);box-shadow:0 2px 10px #0000000f}.verhuur-form__fields{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:750px){.verhuur-form__fields{grid-template-columns:1fr 1fr}}.verhuur-form__field--full{grid-column:1 / -1}.verhuur-form__radio-group{display:flex;gap:2rem;align-items:center;padding:.8rem 0}.verhuur-form__radio-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1.5rem}.verhuur-form__checkbox-group{display:flex;align-items:center;gap:.8rem;padding:.8rem 0}.verhuur-form__checkbox-group label{cursor:pointer;font-size:1.5rem}.verhuur-form__submit{grid-column:1 / -1;margin-top:1rem}.verhuur-form__submit .button{width:100%}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-verhuur.css.map */
