

@font-face {
    font-family: 'DFB Sans Var';
    src:
        url('/media/n04f4wjf/dfb_sans_var_italic.woff2') format('woff2'),
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

.event-hero__inner h1 {
    font-weight: 700 !important;
    font-size: 54px !important;
}

@media (max-width: 768px) {.event-hero__inner h1 {
    font-size: 35px !important;
line-height:130%;
}}

.event-hero__inner h1, .simple-info-block__inner h2, .seat-type-accordion-heading__content h2, .fifty-fifty-block__content h3 {
    font-family: 'DFB Sans pro';
    text-transform: uppercase;
    font-weight: 500 !important;
}

@media (min-width:769px) {
     .checkboxlist {
    display: flex;
    flex-wrap: wrap;
    width: 608px;
}

.checkboxlist input {
    width: 4%;
    margin-right: 1%;
}

.checkboxlist label {
    width: 45%;
    margin-top: 1%;
}
}

.dfbregisterinterest select,
.dfbregisterinteresten select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.umbraco-forms-field-wrapper a {
    text-decoration: underline;
}






  .brochure-links { position: relative; display: inline-flex; }

  .brochure-links .brochure-media, .brochure-links .brochure-download,
  .brochure-links .brochure-next {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .brochure-modal{position:fixed;inset:0;z-index:9999;display:none}
  .brochure-modal.is-open{display:block}
  .brochure-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
  .brochure-dialog{position:relative;width:min(980px,calc(100vw - 32px));height:min(88vh,920px);margin:6vh auto 0;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}
  .brochure-header{    background-color: var(--color-green);     color: var(--color-blue);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08)}
  .brochure-title{margin:0;font-size:16px;font-weight:650}
  .brochure-x{width:36px;height:36px;border-radius:10px;border:1px solid var(--color-blue);background:var(--color-green);font-size:22px;line-height:1;cursor:pointer}
  .brochure-body{flex:1;min-height:0}
  .brochure-frame{width:100%;height:100%;border:0}
  .brochure-actions{position:sticky;bottom:0;display:flex;gap:10px;justify-content:flex-end;align-items:center;padding:12px 14px;border-top:1px solid rgba(0,0,0,.08);background:#fff}
  .brochure-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.12);text-decoration:none;font-weight:650}
  .brochure-btn--primary{border-color:transparent}
#brochureModal {content:""; background:#00000066; width:100%; height:100%;}


#toolbar, #toolbar #start, #toolbar #center, #toolbar #end {
    align-items: center;
    background-color: white !important;
    color: white;
    display: flex;
    height: var(--viewer-pdf-toolbar-height);
    padding: 0px 16px;
    visibility: hidden;
}

div#brochureContent {
    height: 100% !important;
}

.brochure-image,
.brochure-download,
.brochure-next,
.brochure-media {
  display: none;
}

.brochure-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  overflow-y: auto;
  height: 100%;
  box-sizing: border-box;
}

.brochure-gallery-item {
  width: 100%;
}

.brochure-gallery-image,
.brochure-single-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
footer.brochure-actions a {
    width: 100%;
}
footer.brochure-actions {
    display: flex;
    flex-direction: column;
}
}




























.brochure-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.brochure-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.brochure-content {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  padding-bottom: 110px; /* reserve space for footer buttons */
  box-sizing: border-box;
  background: #fff;
}

.brochure-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  gap: 12px;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
}

.brochure-actions > a {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 767px) {
  .brochure-content {
    padding-bottom: 96px;
  }

  .brochure-actions {
    padding: 12px;
    gap: 10px;
  }
}

@media (max-width:768px) {

video.brochure-video {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
}
}

h3.flex.h-full.items-center.justify-center.fl-text-2xl\/4xl.leading-\[1\.1\].font-bold {
    display: flex;
    flex-direction: column !important;
}

