:host {
--enviso-primary-color: black;
--enviso-secondary-color: #ff7d2d;
border-radius: 0;
font-family: 'Haas Grot Disp Web', sans-serif;
}
header span {
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 110%;
}
nav {
margin-bottom: 10px;
}
.enviso-ticket-widget-offer-name {
@media (max-width: 424px) {
clear: both;
padding-top: 10px;
}
}
.enviso-tickets {
display: grid;
grid-template-columns: calc(50% - 27px) calc(50% - 27px);
align-items: stretch;
margin: 0;
gap: 0 54px;
}
:host {
background: #ffffff;
border: none;
color: #000000;
margin: 0 !important;
padding: 20px 0 30px 0;
border-bottom: 1px solid #CCCCCC;}
.enviso-ticket-item-wrapper {
min-height: auto;
height: auto;@media (max-width: 424px) {
display: block;
}
}
.enviso-info {
padding: 6px 10px 0 0;
line-height: 17.6px;@media (max-width: 424px) {
padding-right: 0;
margin-bottom: 10px;
}
}
.enviso-amount {
border-left: none;
padding: 0;
}
.enviso-name {
display: block;
color: #000000;
font-size: 20px;
line-height: 22px;
font-weight: 500;
margin-bottom: 3px;
}
@media (max-width: 600px) {
.enviso-name {
font-size: 18px;
line-height: 19.8px;
font-weight: 600;
}
}
.enviso-description {
display: inline;
color: #000000;
opacity: 60%;
font-size: 16px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-weight: 450;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
}
.enviso-description:has(span:not(:empty)) {
margin-right: 6px;
}
.enviso-price {
margin: 0;
}
.enviso-price-full {
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
color: #000000;
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 110%;
letter-spacing: 0.32px;
opacity: 0.6;
}
:host(:focus) {
outline: none;
}
.enviso-btn.primary,
.enviso-btn.secondary,
.btnNext,
.btnPreviousStep {
border-radius: 0;
border: 2px solid #ff7d2d;
color: white;
background: #ff7d2d;
padding: 14px 36px;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 110%;
}
.enviso-btn.primary:hover,
.enviso-btn.secondary:hover,
.btnNext:hover,
.btnPreviousStep:hover {
background: white;
color: #ff7d2d;
}
.enviso-btn.secondary {
margin-left: 1rem;
}
.enviso-btn.icon-left.icon-only > enviso-icon[name="info-squared"] {
width: 1px;
height: 20px;
position: relative;
overflow: hidden;
}
:host([icon-name="info-squared"]) {
margin-left: 13px;
}
:host([icon-name="info-squared"]):after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 20px;
height: 20px;
color: #fff;
font-size: 12px;
line-height: 20px;
content: 'i';
background-color: #363739;
border-radius: 3px;
}
:host([icon-name="plus"]),
:host([icon-name="minus"]) {
background: #ff7d2d!important;
color: white!important;
font-weight: normal;
font-size: 16px;
padding: 0;
width: 58px;
height: 34px;
}
:host([icon-name="plus"][disabled]),
:host([icon-name="minus"][disabled]) {
background-color: #CCCCCC!important;
visibility: visible!important;
}
:host([icon-name="back-arrow-open"]) button.enviso-btn:not(.icon-only).icon-left {
padding-left: 0;
}
@media (max-width: 600px) {
:host([icon-name="plus"]),
:host([icon-name="minus"]) {
width: auto;
height: auto;
font-size: 10px!important;
padding: 0 12px;
}
}
@media (max-width: 700px) {
:host(.enviso-discount-apply-btn) {
width: 100%;
max-width: none;
}
}
:host(.enviso-discount-apply-btn) {
height: auto !important;
margin-top: 10px !important;
}
:host {
height: auto!important;
width: auto!important;
}
.enviso-nud-wrapper {
align-items: stretch;
}
.enviso-nud-wrapper.vertical {
flex-direction: row;
height: auto;
}
input, #enviso-value {
background-color: white!important;
padding: 5px 0;
width: 69px;
}
@media (max-width: 600px) {
input, #enviso-value {
width: 45px;
font-size: 14px;
}
}
.enviso-time-selection-step-header {
visibility: hidden;
}
.enviso-time-selection-step-header-description {
font-size: 18px;
font-style: normal;
font-stretch: normal;
font-weight: 700;
line-height: 110%;
}
.enviso-validation-error {
min-height: 18px;
}
.timeslots > div:first-of-type h3 {
padding-top: 0;
}.shows-workshops h3 {
padding: 43px 0 0;
margin: 0;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 110%;
letter-spacing: 0.36px;
}.shows-workshops-items {
padding: 28px 0 0;
margin: 0;
list-style: none;
gap: 42px 24px;
display: flex;
flex-wrap: wrap;
}.shows-workshops-items-item {
flex: 0 0 184px;
}.shows-workshops-items-item figure {
display: flex;
align-items: flex-start;
gap: 14px;
margin: 0;
}.shows-workshops-items-item figure div {
position: relative;
overflow: hidden;
flex: 0 0 74px;
height: 51px;
aspect-ratio: 16/9;
}.shows-workshops-items-item figure img {
position: absolute;
height: 100%;
width: 100%;
inset: 0;
object-fit: cover;
object-position: 50% 50%;
border-radius: 3px;
}
.shows-workshops-items-item figure figcaption {
word-break: break-word;
hyphens: auto;
color: var(--Grijswaarden-1000, #000);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%;
padding-top: 8px;
opacity: 0.8;
}.ticket-info h3 ,
.enviso-legend h3 {
font-size: 18px;
font-style: normal;
font-family: 'Haas Grot Disp Web', sans-serif !important;
font-weight: 500 !important;
line-height: 110%;
letter-spacing: 0.36px;
padding: 43px 0 0;
margin: 0;
}.ticket-info,
.ticket-info p,
.enviso-legend,
.enviso-legend ul,
.enviso-legend ul li {
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-style: normal;
font-size: 18px;
font-weight: 450;
line-height: 19.8px;
text-align: left;
}.ticket-info p {
line-height: 28.8px;
margin-bottom: 0;
}.enviso-legend ul {
margin: 0;
padding: 28px 0 0;
list-style: none;
}.enviso-legend ul li {
position: relative;
padding-left: 18px;
padding-bottom: 12px;
}.enviso-legend ul li:last-of-type {
padding-bottom: 0;
}.enviso-legend ul li:before {
position: absolute;
content: '';
width: 6px;
height: 6px;
top: 6px;
left: 0px;
background-color: #E600FF;
}.enviso-legend ul li.enviso-legend-item--low:before {
background-color: #5AD7C3;
}.enviso-legend ul li.enviso-legend-item--mid:before {
background-color: #027CFF;
}.enviso-legend ul li.enviso-legend-item--high:before {
background-color: #FF7E2D;
}
:host {
border: none;
}
.enviso-calendars-header {
margin-bottom: 28px;
}
.enviso-calendars-header .enviso-middle {
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 110%;
}
.enviso-month {
width: 100%;
max-width: 476px;
border-collapse: unset;
border-spacing: 0 8px;
}
@media (max-width: 374px) {
.enviso-month {
width: auto;
}
}
.enviso-month .enviso-month-text {
padding: 0 0 7px;
color: #000;
}
.enviso-month .enviso-week .enviso-day.enviso-header {
height: 48px;
padding: 0 0 6px;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 450;
line-height: 110%;
color: #000;
}
.enviso-month .enviso-week.enviso-dates .enviso-day {
vertical-align: top;
padding: 9px 0px 5px;
outline: none;
border: 4px solid #fff;
margin-top: 8px;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 110%;
color: #000;
}
.enviso-month .enviso-week.enviso-dates .enviso-day:focus {
border: 4px solid #E600FF;
outline: none;
outline-offset: initial;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-price-indication--high:focus {
border: 4px solid #FF7E2D;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-price-indication--mid:focus {
border: 4px solid #027CFF;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-price-indication--low:focus {
border: 4px solid #5AD7C3;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-selected {
border-color: #E600FF;
background-color: #E600FF !important;
color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-selected.enviso-price-indication--high {
border-color: #FF7E2D;
background-color: #FF7E2D !important;
color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-selected.enviso-price-indication--mid {
border-color: #027CFF;
background-color: #027CFF !important;
color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-selected.enviso-price-indication--low {
border-color: #5AD7C3;
background-color: #5AD7C3 !important;
color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-range-start,
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-range-end {
background-color: #E600FF !important;
color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day .enviso-price-per-day {
margin-top: 22px;
position: relative;
text-align: center;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 12px;
font-style: normal;
font-weight: 450;
line-height: 110%;
color: #7d7d7d;
}
.enviso-month .enviso-week.enviso-dates .enviso-day .enviso-price-per-day:before {
content: '';
position: absolute;
top: -14px;
left: 0;
right: 0;
height: 4px;
background-color: #E600FF;
border-radius: 4px;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-price-indication--high .enviso-price-per-day:before {
background-color: #FF7E2D;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-price-indication--mid .enviso-price-per-day:before {
background-color: #027CFF;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-price-indication--low .enviso-price-per-day:before {
background-color: #5AD7C3;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-selected .enviso-price-per-day {
color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-selected .enviso-price-per-day:before {
background-color: #ffffff;
}
.enviso-month .enviso-week.enviso-dates .enviso-day.enviso-disabled {
opacity: 0.2;
background-color: #fff;
color: #000;
}
:host {
overflow: visible;
}
:host([selected]) .enviso-timeslot-button {
border: none;
background: var(--enviso-secondary-color);
color: white;
}
:host([selected]) .enviso-timeslot-button:after {
display: none;
}
.enviso-timeslot-button{
padding: 10px 12px;
border-radius: 0;
border: none;
color: black;
background: #f5f5f6;
font-weight: 450;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
}
.enviso-sold-out,
.enviso-insufficient-tickets {
background-color: #ffffff;
color: #cccccc;
}
.enviso-timeslot-progress {
display: hidden!important;
font-weight: 450;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
}
.enviso-timeslot-info {
font-size: 18px;
font-weight: 450;
line-height: 19.8px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
}
.enviso-amount-icon {
margin-right: 8px;
}
.enviso-amount-of-tickets {
position: relative;
}
.enviso-amount-of-tickets:hover:after {
content: 'Aantal beschikbare tickets';
position: absolute;
top: -40px;
left: -50%;
padding: 9px 16px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 12px;
font-weight: 450;
line-height: 14.52px;
text-align: left;
background-color: #ffffff;
color: #000000;
border: 1px solid #000000;
}
.enviso-amount-of-tickets + div {
display: none;
}
:host(.hideNumberOfAvailableTickets) .enviso-amount-of-tickets {
display: none;
}
.enviso-dialog-content p {
margin: 1rem 0;
}
.enviso-offer-filters-wrapper {
display: none;
}
:host {
width: 100%;
}
:host(.enviso-calendar-container) {
padding: 1em 0 !important;
}
:host(.enviso-calendar-container.enviso-smaller) {
padding: 0 !important;
}
.enviso-calender-legend-item-box.enviso-legend-available {
background-color: #f5f5f6!important;
}
.enviso-calendar-legend-item-box.enviso-legend-last-tickets {}
.enviso-calendar-legend-item-box.enviso-legend-unavailable {
background-color: #e8e8e8; !important;
}
.enviso-basket-offer-image {
width: 169px;
height: 97px;
margin-right: 23px;
}
.enviso-offer-description-box {
justify-content: center;
}
.enviso-basket-offer-description-amount {
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 22px;
padding-bottom: 5px;
padding-top: 3px;
}
.enviso-basket-item {
padding-bottom: 15px;
}
.enviso-basket-item-description {
@media (max-width: 520px) {
width: 100%;
flex: none;
}
}
.enviso-basket-item-description .enviso-offer-image-box {
@media (max-width: 768px) {
display: none;
}
}
.enviso-basket-item-description-extra,
.enviso-basket-item-description-groupinfo {
font-size: 16px;
font-weight: 450;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
}
.enviso-basket-item-quantity {
display: none;
margin-bottom: 8px;
width: 10rem;@media (max-width: 520px) {
width: auto;
}
}
.enviso-basket-item-quantity-label {
padding-left: 106px;@media (max-width: 520px) {
padding-left: 0px;
}
}
.enviso-basket-item-quantity-label:after {
content: 'x';
}
.enviso-basket-item-price {
display: none;
margin-bottom: 8px;
margin-right: 0;
width: minmax(auto, 5rem);
}
.enviso-basket-item-entries {
margin-left: 184px;@media (max-width: 768px) {
margin-left: 0;
}
}
.enviso-basket-item-entry {
border-left: none;
grid-template-columns: 1fr auto minmax(auto,10rem) minmax(auto,5rem) !important;@media (max-width: 768px) {
margin-left: -10px;
}
}
.enviso-basket-item-entry-price {
margin-right: 0px;
color: #000000;
font-size: 16px;
font-weight: 500;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
font-style: normal;
text-align: right;
}
.enviso-basket-item-entry-quantity {
align-items: center;
}
.enviso-basket-item-entry-quantity-label {
font-size: 16px;
font-weight: 500;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
}
.enviso-basket-item-entry-remove enviso-button {
font-size: 14px;
font-weight: 450;
line-height: 15.4px;
letter-spacing: 0.02em;
text-align: left;
opacity: 0.6;
color: #000000;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
margin-right: 10px;
}
.enviso-basket-item-entry-description-name {
color: #000000;
font-size: 16px;
font-weight: 500;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
font-style: normal;
}
.enviso-basket-item-entry-divider {
border: none;
height: 1px;
background-color: #e5e5e5;
margin-top: 18px;
margin-bottom: 17px;
}
.enviso-basket-item,
.enviso-basket-total {
border-bottom-color: #e5e5e5;
}
:host([name="shopping-cart"]), :host([name="shopping-cart-loaded"]) {
background: url('/dist/Winkelwagentje_zwart.png');
height: 36px;
width: 36px;
background-size: 100%;
background-repeat: no-repeat;
}
:host([name="shopping-cart"]) i, :host([name="shopping-cart-loaded"]) i {
display:none;
}
:host {
box-shadow: none;
}
section {
border: 2px solid black !important;
}
span.enviso-offer-picture {
border-radius: 0;
}
nav.enviso-offer-actions {
border-top: 2px solid black !important;
}
nav.enviso-offer-actions>enviso-button+enviso-button {
border-left: 2px solid black !important;
}
:host {
margin: 10px 0 20px 0 !important;
}
:host([slot="below-basket-items"]) {
margin: 20px 0 0 0 !important;
}
.enviso-notice-wrapper {
align-items: center;
padding: 10px;
}
.enviso-notice-icon {
color: inherit;
padding: 0 10px;
margin: 0;
}
.enviso-notice-content {
padding: 0 10px;
}
.enviso-notice-content-name {
margin: 0;
max-width: 830px;
}
.enviso-notice-content-slot {
max-width: 830px;
}
.enviso-notice-action {
background-color: #ff7d2d;
color: white;
}
.enviso-notice-action:hover {
background-color: white;
color: #ff7d2d;
}
@media (max-width: 768px) {
.enviso-notice-wrapper {
flex-wrap: wrap;
}
.enviso-notice-icon,
.enviso-notice-content {
flex: 1 0 50%;
}
.enviso-notice-action {
flex-basis: 100%;
margin: 10px;
text-align: center;
}
}:host(.enviso-notice-layout-plusmin) .enviso-notice-wrapper:after {
background-color: transparent;
}
:host(.enviso-notice-layout-plusmin) .enviso-notice-wrapper {
padding: 0;
}
:host(.enviso-notice-layout-plusmin) .enviso-notice-wrapper .enviso-notice-content {
padding: 0;
}
:host(.enviso-notice-layout-plusmin) .enviso-notice-wrapper .enviso-notice-content .enviso-notice-content-name {
display: none;
}
:host(.enviso-notice-layout-plusmin) .enviso-notice-wrapper .enviso-notice-content .enviso-notice-content-slot {
max-width: none;
}
.enviso-header-info {
margin-bottom: 52px;
}
.enviso-header-info .enviso-description {
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 18px;
font-style: normal;
font-stretch: normal;
font-weight: 450;
line-height: 110%;
}
.promotions:has(.messages:empty):has(.empty:empty) {
display: none;
}
.enviso-validation-error-clone {
padding-top: 30px;
color: red;
text-align: right;
}
.enviso-steps-header .enviso-steps-header-label {
font-size: 16px;
font-weight: 500;
line-height: 17.6px;
text-align: left;
color: #000000;
opacity: 0.5;
}
.enviso-steps-header.active .enviso-steps-header-label {
font-weight: 500;
opacity: 1;
}
.enviso-steps-header-progress {
margin-bottom: 58px;
}
:host {
margin-right: 1.75rem !important;
}
.enviso-header-info {
padding-bottom: 65px;
}
.enviso-basket-header {
font-size: 24px;
font-weight: 500;
line-height: 26.4px;
text-align: left;
margin-bottom: 8px;
}
.enviso-basket-header-description {
display: inline;
color: #000000;
opacity: 80%;
font-size: 16px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-weight: 450;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
font-style: normal;
}
.enviso-basket-header-description:has(span:not(:empty)) {
margin-right: 6px;
}
.enviso-header {
@media (max-width: 600px) {
display: block;
}
}
.enviso-header-actions {
margin: 0;
padding-left: 20px;@media (max-width: 600px) {
display: none;
}
}
.enviso-basket-footer {
margin-right: 0;
padding: 10px;
}
.enviso-basket-discount-panel {
margin-right: 0;
padding: 10px;
min-width: auto;
}
.enviso-basket-total-amounts {
padding: 10px;
min-width: 130px;@media (max-width: 600px) {
min-width: 100%;
box-sizing: border-box;
}
}
.enviso-header-info {
padding-bottom: 23px;
}
.enviso-basket-header {
font-size: 24px;
font-weight: 500;
line-height: 26.4px;
text-align: left;
margin-bottom: 8px;
}
.enviso-basket-header-description {
display: inline;
color: #000000;
opacity: 80%;
font-size: 16px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-weight: 450;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
font-style: normal;
}
.enviso-basket-header-description:has(span:not(:empty)) {
margin-right: 6px;
}
.enviso-discount-header .enviso-discount-text {
margin-right: 5px;
}
.enviso-discount-open {
width: 100%;
}
.enviso-discount-open input {
margin: 10px 10px 10px 0;
height: 48px;
padding: 0 20px;
border: 1px solid #000000;@media (max-width: 700px) {
margin: 10px 0;
width: calc(100% - 2px - 40px);
max-width: none;
}
}
:host {
max-width: 30em;
margin-bottom: 30px !important;
}
.enviso-txt-label {
font-size: 16px;
font-weight: 500;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
color: #000000;
margin-bottom: 12px;
}
.enviso-txt-error-message + .enviso-txt-label {
margin-top: 30px;
}
.enviso-txt-info {
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 16px;
font-weight: 450;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
color: #000000;
}
.enviso-txt-value {
border: 1px solid #C3C4C5;
border-radius: 0;
height: 60px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 16px;
font-weight: 450;
}
.enviso-select-value {
max-width: 26em;
}
.enviso-select-info {
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 16px;
font-weight: 450;
line-height: 17.6px;
letter-spacing: 0.02em;
text-align: left;
color: #000000;
}
.enviso-select-value {
border: 1px solid #C3C4C5;
border-radius: 0;
height: 60px;
margin-top: 3px;
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 16px;
font-weight: 450;
}
.enviso-select-error-message p {
margin: 0;
}
:host {
font-family: "Neue Haas Grotesk Display Pro 55 Roman";
font-size: 14px;
font-weight: 450;
line-height: 15.4px;
letter-spacing: 0.02em;
text-align: left;
}
.enviso-checkbox-box {
margin-right: 13px;
}
.enviso-checkbox-box label:before {
border: 1px solid #C3C4C5;
border-radius: 0;
}
.enviso-checkbox-box input:checked+label:after {
left: 7px;
top: 19%;
}