@CHARSET "UTF-8";
/* variables        [18] */ 
/* fonts           [500] */ @font-face { font-display: swap; font-family: 'Open Sans'; font-style: normal; font-weight: 500; src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); }
/* defaults       [4973] */ @media all { *, *::after, *::before{ -ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box; } a:focus{ outline: none; } *:focus-visible:not([tabindex="-1"]):not(input,textarea,select){ outline: 3px solid red !important; box-shadow: 0 0 15px #ffffff !important; } input:focus, textarea:focus, select:focus{ outline: 2px solid #ffffff !important; box-shadow: none !important; } p .medium a, p a:has(img) { display: inline-block; } html{ height: 100%; line-height: 1.75; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body{ overflow-y: scroll; overflow-x: hidden; margin: 0; font-size: 1rem; color: #ffffff; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 500; } ::selection { background: #30519a; color: #fff; text-shadow:none; } ::-webkit-selection { background: #30519a; color: #fff; text-shadow:none; } ::-moz-selection { background: #30519a; color: #fff; text-shadow:none; } p, ul, ol, blockquote{ margin: 0 0 1rem; } strong, b{ font-weight: 700; } ul{ padding: 0 0 0 1.25em; margin: 0 0 1em; } hr{ border: none; outline: none; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, #30519a 33%, #30519a 66%, rgba(0, 0, 0, 1) 100%); height: 3px; margin: 1.5rem 0; } hr.block-spacer{ max-width: 992px; margin: 0 auto; height: 3px; } dt { font-weight: 700; } dd { margin-bottom: .5rem; margin-left: 0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } td p { margin: 0; } a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea { -ms-touch-action: manipulation; touch-action: manipulation; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input[type='submit']{ border: none; -webkit-appearance:none;-moz-appearance:none;appearance:none; } fieldset { border: 0; padding: 0; margin: 0; min-width: 0; width: 100%; } button, input { overflow: visible; } button, select { text-transform: none; } select { word-wrap: normal; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } input[type="radio"], input[type="checkbox"] { -ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box; padding: 0; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; } [tabindex="-1"]:focus { outline: 0 !important; } textarea { overflow: auto; resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } ::-webkit-file-upload-button{ font: inherit; -webkit-appearance: button; } [hidden] { display: none !important; } button.-reset{ display: inline; border: none; padding: 0; margin: 0; text-decoration: none; background: none; color: inherit; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; } img{ border-style: none; } .medium, img, picture, figure{ max-width: 100%; height: auto; vertical-align: bottom; } svg { overflow: hidden; } picture img{ width: 100%; } img:not([src]):not([srcset]) { visibility: hidden; } figure.dp-picture{ margin: 0; position: relative; } figure.dp-picture figcaption { position: absolute; bottom: 0; right: 0; z-index: 9; padding: 3px 6px; line-height: 1.1; font-size: 11px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.35); } figure.dp-picture figcaption .fig-desc { font-weight: 700; } a, a:before, a:after, button, input, button:before, button:after, .has-transition{ transition: all .25s; } .clear{ clear: both; font-size: 0px; height: 0px; } .clearing::before, .clearing::after{ content:""; display:table; } .clearing::after{ clear:both; } .listReset, .listReset ul{ margin: 0; padding: 0; list-style: none; } ul#dp-readerLinks { position: absolute; left: -999rem; top: -999rem; background: #fff; outline: 3px solid red !important; box-shadow: 0 0 15px #ffffff !important; } ul#dp-readerLinks li { padding: .5rem 1rem; } ul#dp-readerLinks a { color: #000; } ul#dp-readerLinks[aria-expanded="true"] { position: absolute; left: 1rem; top: 1rem; z-index: 9999; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0s !important; animation-delay: 0s !important; transition-duration: 0s !important; transition-delay: 0s !important; scroll-behavior: auto !important; } .js-fade-in{ opacity: 1 !important; translate: 0 0 !important; } }
/* display        [2082] */ .display-none { display: none !important; } .display-inline { display: inline !important; } .display-inline-block { display: inline-block !important; } .display-block { display: block !important; } .display-flex { display: flex !important; } .display-inline-flex { display: inline-flex !important; } @media all and (min-width: 576px){ .display-s-none { display: none !important; } .display-s-inline { display: inline !important; } .display-s-inline-block { display: inline-block !important; } .display-s-block { display: block !important; } .display-s-flex { display: flex !important; } .display-s-inline-flex { display: inline-flex !important; } } @media all and (min-width: 768px){ .display-m-none { display: none !important; } .display-m-inline { display: inline !important; } .display-m-inline-block { display: inline-block !important; } .display-m-block { display: block !important; } .display-m-flex { display: flex !important; } .display-m-inline-flex { display: inline-flex !important; } } @media all and (min-width: 992px){ .display-l-none { display: none !important; } .display-l-inline { display: inline !important; } .display-l-inline-block { display: inline-block !important; } .display-l-block { display: block !important; } .display-l-flex { display: flex !important; } .display-l-inline-flex { display: inline-flex !important; } } @media all and (min-width: 1080px){ .display-xl-none { display: none !important; } .display-xl-inline { display: inline !important; } .display-xl-inline-block { display: inline-block !important; } .display-xl-block { display: block !important; } .display-xl-flex { display: flex !important; } .display-xl-inline-flex { display: inline-flex !important; } } @media all and (min-width: 1080px){ .display-xxl-none { display: none !important; } .display-xxl-inline { display: inline !important; } .display-xxl-inline-block { display: inline-block !important; } .display-xxl-block { display: block !important; } .display-xxl-flex { display: flex !important; } .display-xxl-inline-flex { display: inline-flex !important; } }
/* alignment      [1842] */ .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media all and (min-width: 576px){ .float-s-left { float: left !important; } .float-s-right { float: right !important; } .float-s-none { float: none !important; } .text-s-left { text-align: left !important; } .text-s-right { text-align: right !important; } .text-s-center { text-align: center !important; } } @media all and (min-width: 768px){ .float-m-left { float: left !important; } .float-m-right { float: right !important; } .float-m-none { float: none !important; } .text-m-left { text-align: left !important; } .text-m-right { text-align: right !important; } .text-m-center { text-align: center !important; } } @media all and (min-width: 992px){ .float-l-left { float: left !important; } .float-l-right { float: right !important; } .float-l-none { float: none !important; } .text-l-left { text-align: left !important; } .text-l-right { text-align: right !important; } .text-l-center { text-align: center !important; } } @media all and (min-width: 1080px){ .float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } @media all and (min-width: 1080px){ .float-xxl-left { float: left !important; } .float-xxl-right { float: right !important; } .float-xxl-none { float: none !important; } .text-xxl-left { text-align: left !important; } .text-xxl-right { text-align: right !important; } .text-xxl-center { text-align: center !important; } }
/* flex          [14152] */ .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-fill { flex: 1 1 auto !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow-1 { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink-1 { flex-shrink: 1 !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } .align-content-start { align-content: flex-start !important; } .align-content-end { align-content: flex-end !important; } .align-content-center { align-content: center !important; } .align-content-between { align-content: space-between !important; } .align-content-around { align-content: space-around !important; } .align-content-stretch { align-content: stretch !important; } .align-self-auto { align-self: auto !important; } .align-self-start { align-self: flex-start !important; } .align-self-end { align-self: flex-end !important; } .align-self-center { align-self: center !important; } .align-self-baseline { align-self: baseline !important; } .align-self-stretch { align-self: stretch !important; } .order-0{ order: 0; } .order-1{ order: 1; } .order-2{ order: 2; } .order-3{ order: 3; } .order-99{ order: 99; } .gap-min{ gap: .25rem; } .gap-small{ gap: .5rem; } .gap-default{ gap: 1rem; } .gap-medium{ gap: 1.5rem; } .gap-large{ gap: 2.5rem; } .gap-larger{ gap: 5rem; } .gap-largest{ gap: 7.5rem; } @media all and (min-width: 576px){ .flex-s-row { flex-direction: row !important; } .flex-s-column { flex-direction: column !important; } .flex-s-row-reverse { flex-direction: row-reverse !important; } .flex-s-column-reverse { flex-direction: column-reverse !important; } .flex-s-wrap { flex-wrap: wrap !important; } .flex-s-nowrap { flex-wrap: nowrap !important; } .flex-s-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-s-fill { flex: 1 1 auto !important; } .flex-s-grow-0 { flex-grow: 0 !important; } .flex-s-grow-1 { flex-grow: 1 !important; } .flex-s-shrink-0 { flex-shrink: 0 !important; } .flex-s-shrink-1 { flex-shrink: 1 !important; } .justify-content-s-start { justify-content: flex-start !important; } .justify-content-s-end { justify-content: flex-end !important; } .justify-content-s-center { justify-content: center !important; } .justify-content-s-between { justify-content: space-between !important; } .justify-content-s-around { justify-content: space-around !important; } .align-items-s-start { align-items: flex-start !important; } .align-items-s-end { align-items: flex-end !important; } .align-items-s-center { align-items: center !important; } .align-items-s-baseline { align-items: baseline !important; } .align-items-s-stretch { align-items: stretch !important; } .align-content-s-start { align-content: flex-start !important; } .align-content-s-end { align-content: flex-end !important; } .align-content-s-center { align-content: center !important; } .align-content-s-between { align-content: space-between !important; } .align-content-s-around { align-content: space-around !important; } .align-content-s-stretch { align-content: stretch !important; } .align-self-s-auto { align-self: auto !important; } .align-self-s-start { align-self: flex-start !important; } .align-self-s-end { align-self: flex-end !important; } .align-self-s-center { align-self: center !important; } .align-self-s-baseline { align-self: baseline !important; } .align-self-s-stretch { align-self: stretch !important; } .order-0-s{ order: 0; } .order-1-s{ order: 1; } .order-2-s{ order: 2; } .order-3-s{ order: 3; } .order-99-s{ order: 99; } .gap-min-s{ gap: .25rem; } .gap-small-s{ gap: .5rem; } .gap-default-s{ gap: 1rem; } .gap-medium-s{ gap: 1.5rem; } .gap-large-s{ gap: 2.5rem; } .gap-larger-s{ gap: 5rem; } .gap-largest-s{ gap: 7.5rem; } } @media all and (min-width: 768px){ .flex-m-row { flex-direction: row !important; } .flex-m-column { flex-direction: column !important; } .flex-m-row-reverse { flex-direction: row-reverse !important; } .flex-m-column-reverse { flex-direction: column-reverse !important; } .flex-m-wrap { flex-wrap: wrap !important; } .flex-m-nowrap { flex-wrap: nowrap !important; } .flex-m-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-m-fill { flex: 1 1 auto !important; } .flex-m-grow-0 { flex-grow: 0 !important; } .flex-m-grow-1 { flex-grow: 1 !important; } .flex-m-shrink-0 { flex-shrink: 0 !important; } .flex-m-shrink-1 { flex-shrink: 1 !important; } .justify-content-m-start { justify-content: flex-start !important; } .justify-content-m-end { justify-content: flex-end !important; } .justify-content-m-center { justify-content: center !important; } .justify-content-m-between { justify-content: space-between !important; } .justify-content-m-around { justify-content: space-around !important; } .align-items-m-start { align-items: flex-start !important; } .align-items-m-end { align-items: flex-end !important; } .align-items-m-center { align-items: center !important; } .align-items-m-baseline { align-items: baseline !important; } .align-items-m-stretch { align-items: stretch !important; } .align-content-m-start { align-content: flex-start !important; } .align-content-m-end { align-content: flex-end !important; } .align-content-m-center { align-content: center !important; } .align-content-m-between { align-content: space-between !important; } .align-content-m-around { align-content: space-around !important; } .align-content-m-stretch { align-content: stretch !important; } .align-self-m-auto { align-self: auto !important; } .align-self-m-start { align-self: flex-start !important; } .align-self-m-end { align-self: flex-end !important; } .align-self-m-center { align-self: center !important; } .align-self-m-baseline { align-self: baseline !important; } .align-self-m-stretch { align-self: stretch !important; } .order-0-m{ order: 0; } .order-1-m{ order: 1; } .order-2-m{ order: 2; } .order-3-m{ order: 3; } .order-99-m{ order: 99; } .gap-min-m{ gap: .25rem; } .gap-small-m{ gap: .5rem; } .gap-default-m{ gap: 1rem; } .gap-medium-m{ gap: 1.5rem; } .gap-large-m{ gap: 2.5rem; } .gap-larger-m{ gap: 5rem; } .gap-largest-m{ gap: 7.5rem; } } @media all and (min-width: 992px){ .flex-l-row { flex-direction: row !important; } .flex-l-column { flex-direction: column !important; } .flex-l-row-reverse { flex-direction: row-reverse !important; } .flex-l-column-reverse { flex-direction: column-reverse !important; } .flex-l-wrap { flex-wrap: wrap !important; } .flex-l-nowrap { flex-wrap: nowrap !important; } .flex-l-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-l-fill { flex: 1 1 auto !important; } .flex-l-grow-0 { flex-grow: 0 !important; } .flex-l-grow-1 { flex-grow: 1 !important; } .flex-l-shrink-0 { flex-shrink: 0 !important; } .flex-l-shrink-1 { flex-shrink: 1 !important; } .justify-content-l-start { justify-content: flex-start !important; } .justify-content-l-end { justify-content: flex-end !important; } .justify-content-l-center { justify-content: center !important; } .justify-content-l-between { justify-content: space-between !important; } .justify-content-l-around { justify-content: space-around !important; } .align-items-l-start { align-items: flex-start !important; } .align-items-l-end { align-items: flex-end !important; } .align-items-l-center { align-items: center !important; } .align-items-l-baseline { align-items: baseline !important; } .align-items-l-stretch { align-items: stretch !important; } .align-content-l-start { align-content: flex-start !important; } .align-content-l-end { align-content: flex-end !important; } .align-content-l-center { align-content: center !important; } .align-content-l-between { align-content: space-between !important; } .align-content-l-around { align-content: space-around !important; } .align-content-l-stretch { align-content: stretch !important; } .align-self-l-auto { align-self: auto !important; } .align-self-l-start { align-self: flex-start !important; } .align-self-l-end { align-self: flex-end !important; } .align-self-l-center { align-self: center !important; } .align-self-l-baseline { align-self: baseline !important; } .align-self-l-stretch { align-self: stretch !important; } .order-0-l{ order: 0; } .order-1-l{ order: 1; } .order-2-l{ order: 2; } .order-3-l{ order: 3; } .order-99-l{ order: 99; } .gap-min-l{ gap: .25rem; } .gap-small-l{ gap: .5rem; } .gap-default-l{ gap: 1rem; } .gap-medium-l{ gap: 1.5rem; } .gap-large-l{ gap: 2.5rem; } .gap-larger-l{ gap: 5rem; } .gap-largest-l{ gap: 7.5rem; } } @media all and (min-width: 1080px){ .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } .order-0-xl{ order: 0; } .order-1-xl{ order: 1; } .order-2-xl{ order: 2; } .order-3-xl{ order: 3; } .order-99-xl{ order: 99; } .gap-min-xl{ gap: .25rem; } .gap-small-xl{ gap: .5rem; } .gap-default-xl{ gap: 1rem; } .gap-medium-xl{ gap: 1.5rem; } .gap-large-xl{ gap: 2.5rem; } .gap-larger-xl{ gap: 5rem; } .gap-largest-xl{ gap: 7.5rem; } } @media all and (min-width: 1080px){ .flex-xxl-row { flex-direction: row !important; } .flex-xxl-column { flex-direction: column !important; } .flex-xxl-row-reverse { flex-direction: row-reverse !important; } .flex-xxl-column-reverse { flex-direction: column-reverse !important; } .flex-xxl-wrap { flex-wrap: wrap !important; } .flex-xxl-nowrap { flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xxl-fill { flex: 1 1 auto !important; } .flex-xxl-grow-0 { flex-grow: 0 !important; } .flex-xxl-grow-1 { flex-grow: 1 !important; } .flex-xxl-shrink-0 { flex-shrink: 0 !important; } .flex-xxl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xxl-start { justify-content: flex-start !important; } .justify-content-xxl-end { justify-content: flex-end !important; } .justify-content-xxl-center { justify-content: center !important; } .justify-content-xxl-between { justify-content: space-between !important; } .justify-content-xxl-around { justify-content: space-around !important; } .align-items-xxl-start { align-items: flex-start !important; } .align-items-xxl-end { align-items: flex-end !important; } .align-items-xxl-center { align-items: center !important; } .align-items-xxl-baseline { align-items: baseline !important; } .align-items-xxl-stretch { align-items: stretch !important; } .align-content-xxl-start { align-content: flex-start !important; } .align-content-xxl-end { align-content: flex-end !important; } .align-content-xxl-center { align-content: center !important; } .align-content-xxl-between { align-content: space-between !important; } .align-content-xxl-around { align-content: space-around !important; } .align-content-xxl-stretch { align-content: stretch !important; } .align-self-xxl-auto { align-self: auto !important; } .align-self-xxl-start { align-self: flex-start !important; } .align-self-xxl-end { align-self: flex-end !important; } .align-self-xxl-center { align-self: center !important; } .align-self-xxl-baseline { align-self: baseline !important; } .align-self-xxl-stretch { align-self: stretch !important; } .order-0-xxl{ order: 0; } .order-1-xxl{ order: 1; } .order-2-xxl{ order: 2; } .order-3-xxl{ order: 3; } .order-99-xxl{ order: 99; } .gap-min-xxl{ gap: .25rem; } .gap-small-xxl{ gap: .5rem; } .gap-default-xxl{ gap: 1rem; } .gap-medium-xxl{ gap: 1.5rem; } .gap-large-xxl{ gap: 2.5rem; } .gap-larger-xxl{ gap: 5rem; } .gap-largest-xxl{ gap: 7.5rem; } }
/* spacings      [24368] */ .m-none { margin: 0 !important; } .mt-none, .my-none { margin-top: 0 !important; } .mr-none, .mx-none { margin-right: 0 !important; } .mb-none, .my-none { margin-bottom: 0 !important; } .ml-none, .mx-none { margin-left: 0 !important; } .m-min { margin: .25rem !important; } .mt-min, .my-min { margin-top: .25rem !important; } .mr-min, .mx-min { margin-right: .25rem !important; } .mb-min, .my-min { margin-bottom: .25rem !important; } .ml-min, .mx-min { margin-left: .25rem !important; } .m-small { margin: .5rem !important; } .mt-small, .my-small { margin-top: .5rem !important; } .mr-small, .mx-small { margin-right: .5rem !important; } .mb-small, .my-small { margin-bottom: .5rem !important; } .ml-small, .mx-small { margin-left: .5rem !important; } .m-default { margin: 1rem !important; } .mt-default, .my-default { margin-top: 1rem !important; } .mr-default, .mx-default { margin-right: 1rem !important; } .mb-default, .my-default { margin-bottom: 1rem !important; } .ml-default, .mx-default { margin-left: 1rem !important; } .m-medium { margin: 1.5rem !important; } .mt-medium, .my-medium { margin-top: 1.5rem !important; } .mr-medium, .mx-medium { margin-right: 1.5rem !important; } .mb-medium, .my-medium { margin-bottom: 1.5rem !important; } .ml-medium, .mx-medium { margin-left: 1.5rem !important; } .m-large { margin: 2.5rem !important; } .mt-large, .my-large { margin-top: 2.5rem !important; } .mr-large, .mx-large { margin-right: 2.5rem !important; } .mb-large, .my-large { margin-bottom: 2.5rem !important; } .ml-large, .mx-large { margin-left: 2.5rem !important; } .m-larger { margin: 5rem !important; } .mt-larger, .my-larger { margin-top: 5rem !important; } .mr-larger, .mx-larger { margin-right: 5rem !important; } .mb-larger, .my-larger { margin-bottom: 5rem !important; } .ml-larger, .mx-larger { margin-left: 5rem !important; } .m-largest { margin: 7.5rem !important; } .mt-largest, .my-largest { margin-top: 7.5rem !important; } .mr-largest, .mx-largest { margin-right: 7.5rem !important; } .mb-largest, .my-largest { margin-bottom: 7.5rem !important; } .ml-largest, .mx-largest { margin-left: 7.5rem !important; } .p-none { padding: 0 !important; } .pt-none, .py-none { padding-top: 0 !important; } .pr-none, .px-none { padding-right: 0 !important; } .pb-none, .py-none { padding-bottom: 0 !important; } .pl-none, .px-none { padding-left: 0 !important; } .p-min { padding: .25rem !important; } .pt-min, .py-min { padding-top: .25rem !important; } .pr-min, .px-min { padding-right: .25rem !important; } .pb-min, .py-min { padding-bottom: .25rem !important; } .pl-min, .px-min { padding-left: .25rem !important; } .p-small { padding: .5rem !important; } .pt-small, .py-small { padding-top: .5rem !important; } .pr-small, .px-small { padding-right: .5rem !important; } .pb-small, .py-small { padding-bottom: .5rem !important; } .pl-small, .px-small { padding-left: .5rem !important; } .p-default { padding: 1rem !important; } .pt-default, .py-default { padding-top: 1rem !important; } .pr-default, .px-default { padding-right: 1rem !important; } .pb-default, .py-default { padding-bottom: 1rem !important; } .pl-default, .px-default { padding-left: 1rem !important; } .p-medium { padding: 1.5rem !important; } .pt-medium, .py-medium { padding-top: 1.5rem !important; } .pr-medium, .px-medium { padding-right: 1.5rem !important; } .pb-medium, .py-medium { padding-bottom: 1.5rem !important; } .pl-medium, .px-medium { padding-left: 1.5rem !important; } .p-large { padding: 2.5rem !important; } .pt-large, .py-large { padding-top: 2.5rem !important; } .pr-large, .px-large { padding-right: 2.5rem !important; } .pb-large, .py-large { padding-bottom: 2.5rem !important; } .pl-large, .px-large { padding-left: 2.5rem !important; } .p-larger { padding: 5rem !important; } .pt-larger, .py-larger { padding-top: 5rem !important; } .pr-larger, .px-larger { padding-right: 5rem !important; } .pb-larger, .py-larger { padding-bottom: 5rem !important; } .pl-larger, .px-larger { padding-left: 5rem !important; } .p-largest { padding: 7.5rem !important; } .pt-largest, .py-largest { padding-top: 7.5rem !important; } .pr-largest, .px-largest { padding-right: 7.5rem !important; } .pb-largest, .py-largest { padding-bottom: 7.5rem !important; } .pl-largest, .px-largest { padding-left: 7.5rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } .ml-auto, .mx-auto { margin-left: auto !important; } @media all and (min-width: 576px){ .m-s-none { margin: 0 !important; } .mt-s-none, .my-s-none { margin-top: 0 !important; } .mr-s-none, .mx-s-none { margin-right: 0 !important; } .mb-s-none, .my-s-none { margin-bottom: 0 !important; } .ml-s-none, .mx-s-none { margin-left: 0 !important; } .m-s-min { margin: .25rem !important; } .mt-s-min, .my-s-min { margin-top: .25rem !important; } .mr-s-min, .mx-s-min { margin-right: .25rem !important; } .mb-s-min, .my-s-min { margin-bottom: .25rem !important; } .ml-s-min, .mx-s-min { margin-left: .25rem !important; } .m-s-small { margin: .5rem !important; } .mt-s-small, .my-s-small { margin-top: .5rem !important; } .mr-s-small, .mx-s-small { margin-right: .5rem !important; } .mb-s-small, .my-s-small { margin-bottom: .5rem !important; } .ml-s-small, .mx-s-small { margin-left: .5rem !important; } .m-s-default { margin: 1rem !important; } .mt-s-default, .my-s-default { margin-top: 1rem !important; } .mr-s-default, .mx-s-default { margin-right: 1rem !important; } .mb-s-default, .my-s-default { margin-bottom: 1rem !important; } .ml-s-default, .mx-s-default { margin-left: 1rem !important; } .m-s-medium { margin: 1.5rem !important; } .mt-s-medium, .my-s-medium { margin-top: 1.5rem !important; } .mr-s-medium, .mx-s-medium { margin-right: 1.5rem !important; } .mb-s-medium, .my-s-medium { margin-bottom: 1.5rem !important; } .ml-s-medium, .mx-s-medium { margin-left: 1.5rem !important; } .m-s-large { margin: 2.5rem !important; } .mt-s-large, .my-s-large { margin-top: 2.5rem !important; } .mr-s-large, .mx-s-large { margin-right: 2.5rem !important; } .mb-s-large, .my-s-large { margin-bottom: 2.5rem !important; } .ml-s-large, .mx-s-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-s-larger, .my-s-larger { margin-top: 5rem !important; } .mr-s-larger, .mx-s-larger { margin-right: 5rem !important; } .mb-s-larger, .my-s-larger { margin-bottom: 5rem !important; } .ml-s-larger, .mx-s-larger { margin-left: 5rem !important; } .m-s-largest { margin: 7.5rem !important; } .mt-s-largest, .my-s-largest { margin-top: 7.5rem !important; } .mr-s-largest, .mx-s-largest { margin-right: 7.5rem !important; } .mb-s-largest, .my-s-largest { margin-bottom: 7.5rem !important; } .ml-s-largest, .mx-s-largest { margin-left: 7.5rem !important; } .p-s-none { padding: 0 !important; } .pt-s-none, .py-s-none { padding-top: 0 !important; } .pr-s-none, .px-s-none { padding-right: 0 !important; } .pb-s-none, .py-s-none { padding-bottom: 0 !important; } .pl-s-none, .px-s-none { padding-left: 0 !important; } .p-s-min { padding: .25rem !important; } .pt-s-min, .py-s-min { padding-top: .25rem !important; } .pr-s-min, .px-s-min { padding-right: .25rem !important; } .pb-s-min, .py-s-min { padding-bottom: .25rem !important; } .pl-s-min, .px-s-min { padding-left: .25rem !important; } .p-s-small { padding: .5rem !important; } .pt-s-small, .py-s-small { padding-top: .5rem !important; } .pr-s-small, .px-s-small { padding-right: .5rem !important; } .pb-s-small, .py-s-small { padding-bottom: .5rem !important; } .pl-s-small, .px-s-small { padding-left: .5rem !important; } .p-s-default { padding: 1rem !important; } .pt-s-default, .py-s-default { padding-top: 1rem !important; } .pr-s-default, .px-s-default { padding-right: 1rem !important; } .pb-s-default, .py-s-default { padding-bottom: 1rem !important; } .pl-s-default, .px-s-default { padding-left: 1rem !important; } .p-s-medium { padding: 1.5rem !important; } .pt-s-medium, .py-s-medium { padding-top: 1.5rem !important; } .pr-s-medium, .px-s-medium { padding-right: 1.5rem !important; } .pb-s-medium, .py-s-medium { padding-bottom: 1.5rem !important; } .pl-s-medium, .px-s-medium { padding-left: 1.5rem !important; } .p-s-large { padding: 2.5rem !important; } .pt-s-large, .py-s-large { padding-top: 2.5rem !important; } .pr-s-large, .px-s-large { padding-right: 2.5rem !important; } .pb-s-large, .py-s-large { padding-bottom: 2.5rem !important; } .pl-s-large, .px-s-large { padding-left: 2.5rem !important; } .p-s-larger { padding: 5rem !important; } .pt-s-larger, .py-s-larger { padding-top: 5rem !important; } .pr-s-larger, .px-s-larger { padding-right: 5rem !important; } .pb-s-larger, .py-s-larger { padding-bottom: 5rem !important; } .pl-s-larger, .px-s-larger { padding-left: 5rem !important; } .p-s-largest { padding: 7.5rem !important; } .pt-s-largest, .py-s-largest { padding-top: 7.5rem !important; } .pr-s-largest, .px-s-largest { padding-right: 7.5rem !important; } .pb-s-largest, .py-s-largest { padding-bottom: 7.5rem !important; } .pl-s-largest, .px-s-largest { padding-left: 7.5rem !important; } .m-s-auto { margin: auto !important; } .mt-s-auto, .my-s-auto { margin-top: auto !important; } .mr-s-auto, .mx-s-auto { margin-right: auto !important; } .mb-s-auto, .my-s-auto { margin-bottom: auto !important; } .ml-s-auto, .mx-s-auto { margin-left: auto !important; } } @media all and (min-width: 768px){ .m-m-none { margin: 0 !important; } .mt-m-none, .my-m-none { margin-top: 0 !important; } .mr-m-none, .mx-m-none { margin-right: 0 !important; } .mb-m-none, .my-m-none { margin-bottom: 0 !important; } .ml-m-none, .mx-m-none { margin-left: 0 !important; } .m-m-min { margin: .25rem !important; } .mt-m-min, .my-m-min { margin-top: .25rem !important; } .mr-m-min, .mx-m-min { margin-right: .25rem !important; } .mb-m-min, .my-m-min { margin-bottom: .25rem !important; } .ml-m-min, .mx-m-min { margin-left: .25rem !important; } .m-m-small { margin: .5rem !important; } .mt-m-small, .my-m-small { margin-top: .5rem !important; } .mr-m-small, .mx-m-small { margin-right: .5rem !important; } .mb-m-small, .my-m-small { margin-bottom: .5rem !important; } .ml-m-small, .mx-m-small { margin-left: .5rem !important; } .m-m-default { margin: 1rem !important; } .mt-m-default, .my-m-default { margin-top: 1rem !important; } .mr-m-default, .mx-m-default { margin-right: 1rem !important; } .mb-m-default, .my-m-default { margin-bottom: 1rem !important; } .ml-m-default, .mx-m-default { margin-left: 1rem !important; } .m-m-medium { margin: 1.5rem !important; } .mt-m-medium, .my-m-medium { margin-top: 1.5rem !important; } .mr-m-medium, .mx-m-medium { margin-right: 1.5rem !important; } .mb-m-medium, .my-m-medium { margin-bottom: 1.5rem !important; } .ml-m-medium, .mx-m-medium { margin-left: 1.5rem !important; } .m-m-large { margin: 2.5rem !important; } .mt-m-large, .my-m-large { margin-top: 2.5rem !important; } .mr-m-large, .mx-m-large { margin-right: 2.5rem !important; } .mb-m-large, .my-m-large { margin-bottom: 2.5rem !important; } .ml-m-large, .mx-m-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-m-larger, .my-m-larger { margin-top: 5rem !important; } .mr-m-larger, .mx-m-larger { margin-right: 5rem !important; } .mb-m-larger, .my-m-larger { margin-bottom: 5rem !important; } .ml-m-larger, .mx-m-larger { margin-left: 5rem !important; } .m-m-largest { margin: 7.5rem !important; } .mt-m-largest, .my-m-largest { margin-top: 7.5rem !important; } .mr-m-largest, .mx-m-largest { margin-right: 7.5rem !important; } .mb-m-largest, .my-m-largest { margin-bottom: 7.5rem !important; } .ml-m-largest, .mx-m-largest { margin-left: 7.5rem !important; } .p-m-none { padding: 0 !important; } .pt-m-none, .py-m-none { padding-top: 0 !important; } .pr-m-none, .px-m-none { padding-right: 0 !important; } .pb-m-none, .py-m-none { padding-bottom: 0 !important; } .pl-m-none, .px-m-none { padding-left: 0 !important; } .p-m-min { padding: .25rem !important; } .pt-m-min, .py-m-min { padding-top: .25rem !important; } .pr-m-min, .px-m-min { padding-right: .25rem !important; } .pb-m-min, .py-m-min { padding-bottom: .25rem !important; } .pl-m-min, .px-m-min { padding-left: .25rem !important; } .p-m-small { padding: .5rem !important; } .pt-m-small, .py-m-small { padding-top: .5rem !important; } .pr-m-small, .px-m-small { padding-right: .5rem !important; } .pb-m-small, .py-m-small { padding-bottom: .5rem !important; } .pl-m-small, .px-m-small { padding-left: .5rem !important; } .p-m-default { padding: 1rem !important; } .pt-m-default, .py-m-default { padding-top: 1rem !important; } .pr-m-default, .px-m-default { padding-right: 1rem !important; } .pb-m-default, .py-m-default { padding-bottom: 1rem !important; } .pl-m-default, .px-m-default { padding-left: 1rem !important; } .p-m-medium { padding: 1.5rem !important; } .pt-m-medium, .py-m-medium { padding-top: 1.5rem !important; } .pr-m-medium, .px-m-medium { padding-right: 1.5rem !important; } .pb-m-medium, .py-m-medium { padding-bottom: 1.5rem !important; } .pl-m-medium, .px-m-medium { padding-left: 1.5rem !important; } .p-m-large { padding: 2.5rem !important; } .pt-m-large, .py-m-large { padding-top: 2.5rem !important; } .pr-m-large, .px-m-large { padding-right: 2.5rem !important; } .pb-m-large, .py-m-large { padding-bottom: 2.5rem !important; } .pl-m-large, .px-m-large { padding-left: 2.5rem !important; } .p-m-larger { padding: 5rem !important; } .pt-m-larger, .py-m-larger { padding-top: 5rem !important; } .pr-m-larger, .px-m-larger { padding-right: 5rem !important; } .pb-m-larger, .py-m-larger { padding-bottom: 5rem !important; } .pl-m-larger, .px-m-larger { padding-left: 5rem !important; } .p-m-largest { padding: 7.5rem !important; } .pt-m-largest, .py-m-largest { padding-top: 7.5rem !important; } .pr-m-largest, .px-m-largest { padding-right: 7.5rem !important; } .pb-m-largest, .py-m-largest { padding-bottom: 7.5rem !important; } .pl-m-largest, .px-m-largest { padding-left: 7.5rem !important; } .m-m-auto { margin: auto !important; } .mt-m-auto, .my-m-auto { margin-top: auto !important; } .mr-m-auto, .mx-m-auto { margin-right: auto !important; } .mb-m-auto, .my-m-auto { margin-bottom: auto !important; } .ml-m-auto, .mx-m-auto { margin-left: auto !important; } } @media all and (min-width: 992px){ .m-l-none { margin: 0 !important; } .mt-l-none, .my-l-none { margin-top: 0 !important; } .mr-l-none, .mx-l-none { margin-right: 0 !important; } .mb-l-none, .my-l-none { margin-bottom: 0 !important; } .ml-l-none, .mx-l-none { margin-left: 0 !important; } .m-l-min { margin: .25rem !important; } .mt-l-min, .my-l-min { margin-top: .25rem !important; } .mr-l-min, .mx-l-min { margin-right: .25rem !important; } .mb-l-min, .my-l-min { margin-bottom: .25rem !important; } .ml-l-min, .mx-l-min { margin-left: .25rem !important; } .m-l-small { margin: .5rem !important; } .mt-l-small, .my-l-small { margin-top: .5rem !important; } .mr-l-small, .mx-l-small { margin-right: .5rem !important; } .mb-l-small, .my-l-small { margin-bottom: .5rem !important; } .ml-l-small, .mx-l-small { margin-left: .5rem !important; } .m-l-default { margin: 1rem !important; } .mt-l-default, .my-l-default { margin-top: 1rem !important; } .mr-l-default, .mx-l-default { margin-right: 1rem !important; } .mb-l-default, .my-l-default { margin-bottom: 1rem !important; } .ml-l-default, .mx-l-default { margin-left: 1rem !important; } .m-l-medium { margin: 1.5rem !important; } .mt-l-medium, .my-l-medium { margin-top: 1.5rem !important; } .mr-l-medium, .mx-l-medium { margin-right: 1.5rem !important; } .mb-l-medium, .my-l-medium { margin-bottom: 1.5rem !important; } .ml-l-medium, .mx-l-medium { margin-left: 1.5rem !important; } .m-l-large { margin: 2.5rem !important; } .mt-l-large, .my-l-large { margin-top: 2.5rem !important; } .mr-l-large, .mx-l-large { margin-right: 2.5rem !important; } .mb-l-large, .my-l-large { margin-bottom: 2.5rem !important; } .ml-l-large, .mx-l-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-l-larger, .my-l-larger { margin-top: 5rem !important; } .mr-l-larger, .mx-l-larger { margin-right: 5rem !important; } .mb-l-larger, .my-l-larger { margin-bottom: 5rem !important; } .ml-l-larger, .mx-l-larger { margin-left: 5rem !important; } .m-l-largest { margin: 7.5rem !important; } .mt-l-largest, .my-l-largest { margin-top: 7.5rem !important; } .mr-l-largest, .mx-l-largest { margin-right: 7.5rem !important; } .mb-l-largest, .my-l-largest { margin-bottom: 7.5rem !important; } .ml-l-largest, .mx-l-largest { margin-left: 7.5rem !important; } .p-l-none { padding: 0 !important; } .pt-l-none, .py-l-none { padding-top: 0 !important; } .pr-l-none, .px-l-none { padding-right: 0 !important; } .pb-l-none, .py-l-none { padding-bottom: 0 !important; } .pl-l-none, .px-l-none { padding-left: 0 !important; } .p-l-min { padding: .25rem !important; } .pt-l-min, .py-l-min { padding-top: .25rem !important; } .pr-l-min, .px-l-min { padding-right: .25rem !important; } .pb-l-min, .py-l-min { padding-bottom: .25rem !important; } .pl-l-min, .px-l-min { padding-left: .25rem !important; } .p-l-small { padding: .5rem !important; } .pt-l-small, .py-l-small { padding-top: .5rem !important; } .pr-l-small, .px-l-small { padding-right: .5rem !important; } .pb-l-small, .py-l-small { padding-bottom: .5rem !important; } .pl-l-small, .px-l-small { padding-left: .5rem !important; } .p-l-default { padding: 1rem !important; } .pt-l-default, .py-l-default { padding-top: 1rem !important; } .pr-l-default, .px-l-default { padding-right: 1rem !important; } .pb-l-default, .py-l-default { padding-bottom: 1rem !important; } .pl-l-default, .px-l-default { padding-left: 1rem !important; } .p-l-medium { padding: 1.5rem !important; } .pt-l-medium, .py-l-medium { padding-top: 1.5rem !important; } .pr-l-medium, .px-l-medium { padding-right: 1.5rem !important; } .pb-l-medium, .py-l-medium { padding-bottom: 1.5rem !important; } .pl-l-medium, .px-l-medium { padding-left: 1.5rem !important; } .p-l-large { padding: 2.5rem !important; } .pt-l-large, .py-l-large { padding-top: 2.5rem !important; } .pr-l-large, .px-l-large { padding-right: 2.5rem !important; } .pb-l-large, .py-l-large { padding-bottom: 2.5rem !important; } .pl-l-large, .px-l-large { padding-left: 2.5rem !important; } .p-l-larger { padding: 5rem !important; } .pt-l-larger, .py-l-larger { padding-top: 5rem !important; } .pr-l-larger, .px-l-larger { padding-right: 5rem !important; } .pb-l-larger, .py-l-larger { padding-bottom: 5rem !important; } .pl-l-larger, .px-l-larger { padding-left: 5rem !important; } .p-l-largest { padding: 7.5rem !important; } .pt-l-largest, .py-l-largest { padding-top: 7.5rem !important; } .pr-l-largest, .px-l-largest { padding-right: 7.5rem !important; } .pb-l-largest, .py-l-largest { padding-bottom: 7.5rem !important; } .pl-l-largest, .px-l-largest { padding-left: 7.5rem !important; } .m-l-auto { margin: auto !important; } .mt-l-auto, .my-l-auto { margin-top: auto !important; } .mr-l-auto, .mx-l-auto { margin-right: auto !important; } .mb-l-auto, .my-l-auto { margin-bottom: auto !important; } .ml-l-auto, .mx-l-auto { margin-left: auto !important; } } @media all and (min-width: 1080px){ .m-xl-none { margin: 0 !important; } .mt-xl-none, .my-xl-none { margin-top: 0 !important; } .mr-xl-none, .mx-xl-none { margin-right: 0 !important; } .mb-xl-none, .my-xl-none { margin-bottom: 0 !important; } .ml-xl-none, .mx-xl-none { margin-left: 0 !important; } .m-xl-min { margin: .25rem !important; } .mt-xl-min, .my-xl-min { margin-top: .25rem !important; } .mr-xl-min, .mx-xl-min { margin-right: .25rem !important; } .mb-xl-min, .my-xl-min { margin-bottom: .25rem !important; } .ml-xl-min, .mx-xl-min { margin-left: .25rem !important; } .m-xl-small { margin: .5rem !important; } .mt-xl-small, .my-xl-small { margin-top: .5rem !important; } .mr-xl-small, .mx-xl-small { margin-right: .5rem !important; } .mb-xl-small, .my-xl-small { margin-bottom: .5rem !important; } .ml-xl-small, .mx-xl-small { margin-left: .5rem !important; } .m-xl-default { margin: 1rem !important; } .mt-xl-default, .my-xl-default { margin-top: 1rem !important; } .mr-xl-default, .mx-xl-default { margin-right: 1rem !important; } .mb-xl-default, .my-xl-default { margin-bottom: 1rem !important; } .ml-xl-default, .mx-xl-default { margin-left: 1rem !important; } .m-xl-medium { margin: 1.5rem !important; } .mt-xl-medium, .my-xl-medium { margin-top: 1.5rem !important; } .mr-xl-medium, .mx-xl-medium { margin-right: 1.5rem !important; } .mb-xl-medium, .my-xl-medium { margin-bottom: 1.5rem !important; } .ml-xl-medium, .mx-xl-medium { margin-left: 1.5rem !important; } .m-xl-large { margin: 2.5rem !important; } .mt-xl-large, .my-xl-large { margin-top: 2.5rem !important; } .mr-xl-large, .mx-xl-large { margin-right: 2.5rem !important; } .mb-xl-large, .my-xl-large { margin-bottom: 2.5rem !important; } .ml-xl-large, .mx-xl-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-xl-larger, .my-xl-larger { margin-top: 5rem !important; } .mr-xl-larger, .mx-xl-larger { margin-right: 5rem !important; } .mb-xl-larger, .my-xl-larger { margin-bottom: 5rem !important; } .ml-xl-larger, .mx-xl-larger { margin-left: 5rem !important; } .m-xl-largest { margin: 7.5rem !important; } .mt-xl-largest, .my-xl-largest { margin-top: 7.5rem !important; } .mr-xl-largest, .mx-xl-largest { margin-right: 7.5rem !important; } .mb-xl-largest, .my-xl-largest { margin-bottom: 7.5rem !important; } .ml-xl-largest, .mx-xl-largest { margin-left: 7.5rem !important; } .p-xl-none { padding: 0 !important; } .pt-xl-none, .py-xl-none { padding-top: 0 !important; } .pr-xl-none, .px-xl-none { padding-right: 0 !important; } .pb-xl-none, .py-xl-none { padding-bottom: 0 !important; } .pl-xl-none, .px-xl-none { padding-left: 0 !important; } .p-xl-min { padding: .25rem !important; } .pt-xl-min, .py-xl-min { padding-top: .25rem !important; } .pr-xl-min, .px-xl-min { padding-right: .25rem !important; } .pb-xl-min, .py-xl-min { padding-bottom: .25rem !important; } .pl-xl-min, .px-xl-min { padding-left: .25rem !important; } .p-xl-small { padding: .5rem !important; } .pt-xl-small, .py-xl-small { padding-top: .5rem !important; } .pr-xl-small, .px-xl-small { padding-right: .5rem !important; } .pb-xl-small, .py-xl-small { padding-bottom: .5rem !important; } .pl-xl-small, .px-xl-small { padding-left: .5rem !important; } .p-xl-default { padding: 1rem !important; } .pt-xl-default, .py-xl-default { padding-top: 1rem !important; } .pr-xl-default, .px-xl-default { padding-right: 1rem !important; } .pb-xl-default, .py-xl-default { padding-bottom: 1rem !important; } .pl-xl-default, .px-xl-default { padding-left: 1rem !important; } .p-xl-medium { padding: 1.5rem !important; } .pt-xl-medium, .py-xl-medium { padding-top: 1.5rem !important; } .pr-xl-medium, .px-xl-medium { padding-right: 1.5rem !important; } .pb-xl-medium, .py-xl-medium { padding-bottom: 1.5rem !important; } .pl-xl-medium, .px-xl-medium { padding-left: 1.5rem !important; } .p-xl-large { padding: 2.5rem !important; } .pt-xl-large, .py-xl-large { padding-top: 2.5rem !important; } .pr-xl-large, .px-xl-large { padding-right: 2.5rem !important; } .pb-xl-large, .py-xl-large { padding-bottom: 2.5rem !important; } .pl-xl-large, .px-xl-large { padding-left: 2.5rem !important; } .p-xl-larger { padding: 5rem !important; } .pt-xl-larger, .py-xl-larger { padding-top: 5rem !important; } .pr-xl-larger, .px-xl-larger { padding-right: 5rem !important; } .pb-xl-larger, .py-xl-larger { padding-bottom: 5rem !important; } .pl-xl-larger, .px-xl-larger { padding-left: 5rem !important; } .p-xl-largest { padding: 7.5rem !important; } .pt-xl-largest, .py-xl-largest { padding-top: 7.5rem !important; } .pr-xl-largest, .px-xl-largest { padding-right: 7.5rem !important; } .pb-xl-largest, .py-xl-largest { padding-bottom: 7.5rem !important; } .pl-xl-largest, .px-xl-largest { padding-left: 7.5rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } } 
/* columns        [9359] */ .cols { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols > * { float: left; padding-left: 1rem; position: relative; } .cols > .col-100 { width: 100%; } .cols > .col-80 { width: 80%; } .cols > .col-75 { width: 75%; } .cols > .col-70 { width: 70%; } .cols > .col-66 { width: 66.666%; } .cols > .col-60 { width: 60%; } .cols > .col-50 { width: 50%; } .cols > .col-40 { width: 40%; } .cols > .col-33 { width: 33.333%; } .cols > .col-30 { width: 30%; } .cols > .col-25 { width: 25%; } .cols > .col-20 { width: 20%; } .cols.no-gaps { margin-left: 0; } .cols.no-gaps > * { padding-left: 0; } .cols.min-gaps { margin-left: -.25rem; } .cols.min-gaps > * { padding-left: .25rem; } .cols.small-gaps { margin-left: -.5rem; } .cols.small-gaps > * { padding-left: .5rem; } .cols.default-gaps { margin-left: -1rem; } .cols.default-gaps > * { padding-left: 1rem; } .cols.medium-gaps { margin-left: -1.5rem; } .cols.medium-gaps > * { padding-left: 1.5rem; } .cols.large-gaps { margin-left: -2.5rem; } .cols.large-gaps > * { padding-left: 2.5rem; } .cols.larger-gaps { margin-left: -5rem; } .cols.larger-gaps > * { padding-left: 5rem; } .cols.largest-gaps { margin-left: -7.5rem; } .cols.largest-gaps > * { padding-left: 7.5rem; } .w-100{ width: 100%; } .w-75{ width: 75%; } .w-50{ width: 50%; } .w-25{ width: 25%; } .w-auto{ width: auto; } @media all and (min-width: 576px){ .cols-s { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-s > * { float: left; padding-left: 1rem; position: relative; } .cols-s > .col-s-100 { width: 100%; } .cols-s > .col-s-80 { width: 80%; } .cols-s > .col-s-75 { width: 75%; } .cols-s > .col-s-70 { width: 70%; } .cols-s > .col-s-66 { width: 66.666%; } .cols-s > .col-s-65 { width: 65%; } .cols-s > .col-s-60 { width: 60%; } .cols-s > .col-s-50 { width: 50%; } .cols-s > .col-s-40 { width: 40%; } .cols-s > .col-s-35 { width: 35%; } .cols-s > .col-s-33 { width: 33.333%; } .cols-s > .col-s-30 { width: 30%; } .cols-s > .col-s-25 { width: 25%; } .cols-s > .col-s-20 { width: 20%; } .cols-s.no-gaps { margin-left: 0; } .cols-s.no-gaps > * { padding-left: 0; } .cols-s.min-gaps { margin-left: -.25rem; } .cols-s.min-gaps > * { padding-left: .25rem; } .cols-s.small-gaps { margin-left: -.5rem; } .cols-s.small-gaps > * { padding-left: .5rem; } .cols-s.default-gaps { margin-left: -1rem; } .cols-s.default-gaps > * { padding-left: 1rem; } .cols-s.medium-gaps { margin-left: -1.5rem; } .cols-s.medium-gaps > * { padding-left: 1.5rem; } .cols-s.large-gaps { margin-left: -2.5rem; } .cols-s.large-gaps > * { padding-left: 2.5rem; } .cols-s.larger-gaps { margin-left: -5rem; } .cols-s.larger-gaps > * { padding-left: 5rem; } .cols-s.largest-gaps { margin-left: -7.5rem; } .cols-s.largest-gaps > * { padding-left: 7.5rem; } .w-s-100{ width: 100%; } .w-s-75{ width: 75%; } .w-s-50{ width: 50%; } .w-s-25{ width: 25%; } .w-s-auto{ width: auto; } } @media all and (min-width: 768px){ .cols-m { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-m > * { float: left; padding-left: 1rem; position: relative; } .cols-m > .col-m-100 { width: 100%; } .cols-m > .col-m-80 { width: 80%; } .cols-m > .col-m-75 { width: 75%; } .cols-m > .col-m-70 { width: 70%; } .cols-m > .col-m-66 { width: 66.666%; } .cols-m > .col-m-60 { width: 60%; } .cols-m > .col-m-50 { width: 50%; } .cols-m > .col-m-40 { width: 40%; } .cols-m > .col-m-33 { width: 33.333%; } .cols-m > .col-m-30 { width: 30%; } .cols-m > .col-m-25 { width: 25%; } .cols-m > .col-m-20 { width: 20%; } .cols-m.no-gaps { margin-left: 0; } .cols-m.no-gaps > * { padding-left: 0; } .cols-m.min-gaps { margin-left: -.25rem; } .cols-m.min-gaps > * { padding-left: .25rem; } .cols-m.small-gaps { margin-left: -.5rem; } .cols-m.small-gaps > * { padding-left: .5rem; } .cols-m.default-gaps { margin-left: -1rem; } .cols-m.default-gaps > * { padding-left: 1rem; } .cols-m.medium-gaps { margin-left: -1.5rem; } .cols-m.medium-gaps > * { padding-left: 1.5rem; } .cols-m.large-gaps { margin-left: -2.5rem; } .cols-m.large-gaps > * { padding-left: 2.5rem; } .cols-m.larger-gaps { margin-left: -5rem; } .cols-m.larger-gaps > * { padding-left: 5rem; } .cols-m.largest-gaps { margin-left: -7.5rem; } .cols-m.largest-gaps > * { padding-left: 7.5rem; } .w-m-100{ width: 100%; } .w-m-75{ width: 75%; } .w-m-50{ width: 50%; } .w-m-25{ width: 25%; } .w-m-auto{ width: auto; } } @media all and (min-width: 992px){ .cols-l { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-l > * { float: left; padding-left: 1rem; position: relative; } .cols-l > .col-l-100 { width: 100%; } .cols-l > .col-l-80 { width: 80%; } .cols-l > .col-l-75 { width: 75%; } .cols-l > .col-l-70 { width: 70%; } .cols-l > .col-l-66 { width: 66.666%; } .cols-l > .col-l-60 { width: 60%; } .cols-l > .col-l-50 { width: 50%; } .cols-l > .col-l-40 { width: 40%; } .cols-l > .col-l-33 { width: 33.333%; } .cols-l > .col-l-30 { width: 30%; } .cols-l > .col-l-25 { width: 25%; } .cols-l > .col-l-20 { width: 20%; } .cols-l.no-gaps { margin-left: 0; } .cols-l.no-gaps > * { padding-left: 0; } .cols-l.min-gaps { margin-left: -.25rem; } .cols-l.min-gaps > * { padding-left: .25rem; } .cols-l.small-gaps { margin-left: -.5rem; } .cols-l.small-gaps > * { padding-left: .5rem; } .cols-l.default-gaps { margin-left: -1rem; } .cols-l.default-gaps > * { padding-left: 1rem; } .cols-l.medium-gaps { margin-left: -1.5rem; } .cols-l.medium-gaps > * { padding-left: 1.5rem; } .cols-l.large-gaps { margin-left: -2.5rem; } .cols-l.large-gaps > * { padding-left: 2.5rem; } .cols-l.larger-gaps { margin-left: -5rem; } .cols-l.larger-gaps > * { padding-left: 5rem; } .cols-l.largest-gaps { margin-left: -7.5rem; } .cols-l.largest-gaps > * { padding-left: 7.5rem; } .w-l-100{ width: 100%; } .w-l-75{ width: 75%; } .w-l-50{ width: 50%; } .w-l-25{ width: 25%; } .w-l-auto{ width: auto; } } @media all and (min-width: 1080px){ .cols-xl { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-xl > * { float: left; padding-left: 1rem; position: relative; } .cols-xl > .col-xl-100 { width: 100%; } .cols-xl > .col-xl-80 { width: 80%; } .cols-xl > .col-xl-75 { width: 75%; } .cols-xl > .col-xl-70 { width: 70%; } .cols-xl > .col-xl-66 { width: 66.666%; } .cols-xl > .col-xl-60 { width: 60%; } .cols-xl > .col-xl-50 { width: 50%; } .cols-xl > .col-xl-40 { width: 40%; } .cols-xl > .col-xl-33 { width: 33.333%; } .cols-xl > .col-xl-30 { width: 30%; } .cols-xl > .col-xl-25 { width: 25%; } .cols-xl > .col-xl-20 { width: 20%; } .cols-xl.no-gaps { margin-left: 0; } .cols-xl.no-gaps > * { padding-left: 0; } .cols-xl.min-gaps { margin-left: -.25rem; } .cols-xl.min-gaps > * { padding-left: .25rem; } .cols-xl.small-gaps { margin-left: -.5rem; } .cols-xl.small-gaps > * { padding-left: .5rem; } .cols-xl.default-gaps { margin-left: -1rem; } .cols-xl.default-gaps > * { padding-left: 1rem; } .cols-xl.medium-gaps { margin-left: -1.5rem; } .cols-xl.medium-gaps > * { padding-left: 1.5rem; } .cols-xl.large-gaps { margin-left: -2.5rem; } .cols-xl.large-gaps > * { padding-left: 2.5rem; } .cols-xl.larger-gaps { margin-left: -5rem; } .cols-xl.larger-gaps > * { padding-left: 5rem; } .cols-xl.largest-gaps { margin-left: -7.5rem; } .cols-xl.largest-gaps > * { padding-left: 7.5rem; } .w-xl-100{ width: 100%; } .w-xl-75{ width: 75%; } .w-xl-50{ width: 50%; } .w-xl-25{ width: 25%; } .w-xl-auto{ width: auto; } } @media all and (min-width: 1080px){ .cols-xxl { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-xxl > * { float: left; padding-left: 1rem; position: relative; } .cols-xxl > .col-xxl-100 { width: 100%; } .cols-xxl > .col-xxl-80 { width: 80%; } .cols-xxl > .col-xxl-75 { width: 75%; } .cols-xxl > .col-xxl-70 { width: 70%; } .cols-xxl > .col-xxl-66 { width: 66.666%; } .cols-xxl > .col-xxl-60 { width: 60%; } .cols-xxl > .col-xxl-50 { width: 50%; } .cols-xxl > .col-xxl-40 { width: 40%; } .cols-xxl > .col-xxl-33 { width: 33.333%; } .cols-xxl > .col-xxl-30 { width: 30%; } .cols-xxl > .col-xxl-25 { width: 25%; } .cols-xxl > .col-xxl-20 { width: 20%; } .cols-xxl.no-gaps { margin-left: 0; } .cols-xxl.no-gaps > * { padding-left: 0; } .cols-xxl.min-gaps { margin-left: -.25rem; } .cols-xxl.min-gaps > * { padding-left: .25rem; } .cols-xxl.small-gaps { margin-left: -.5rem; } .cols-xxl.small-gaps > * { padding-left: .5rem; } .cols-xxl.default-gaps { margin-left: -1rem; } .cols-xxl.default-gaps > * { padding-left: 1rem; } .cols-xxl.medium-gaps { margin-left: -1.5rem; } .cols-xxl.medium-gaps > * { padding-left: 1.5rem; } .cols-xxl.large-gaps { margin-left: -2.5rem; } .cols-xxl.large-gaps > * { padding-left: 2.5rem; } .cols-xxl.larger-gaps { margin-left: -5rem; } .cols-xxl.larger-gaps > * { padding-left: 5rem; } .cols-xxl.largest-gaps { margin-left: -7.5rem; } .cols-xxl.largest-gaps > * { padding-left: 7.5rem; } .w-xxl-100{ width: 100%; } .w-xxl-75{ width: 75%; } .w-xxl-50{ width: 50%; } .w-xxl-25{ width: 25%; } .w-xxl-auto{ width: auto; } }
/* images         [7320] */ svg.dp-icon{ width: .75em; height: .75em; vertical-align: baseline; margin-right: .125em; } svg.dp-icon path{ fill: currentColor; } .medium { display: inline-block; } .mediumleft { margin: 0 1rem 0.25rem 0; float: left; } .mediumright { margin: 0 0 0.25rem 1rem; float: right; } .mediumcenter { margin: 0.5rem 0; width: 100%; } .mediumcenter img { margin: 0 auto 0; display: block; } .mediumHintergrund { background: #eeeeee; font-size: .825rem; padding: .25rem .625rem; display: block; } .mediumcenter .mediumHintergrund { margin: 0 auto; } .mediumBeschriftung { text-align: left; padding: .25rem 0; display: block; } .mediumCopyright { text-align: left; font-weight: bold; font-size: .825rem; padding: .25rem 0; display: block; } .dp-fsimg{ background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; -webkit-backface-visibility:hidden;backface-visibility:hidden; } .dp-fsimg.contain{ background-size: contain; position: relative; } .dp-fsimg.fill{ background-size: 100% 100%; } .dp-ratio { display: block; height: 0; width: 100%; overflow: hidden; position: relative; } .dp-ratio.ratio-1-2{ padding-bottom: 200%; } .dp-ratio.ratio-2-3{ padding-bottom: 150%; } .dp-ratio.ratio-1-1{ padding-bottom: 100%; } .dp-ratio.ratio-4-3{ padding-bottom: 75%; } .dp-ratio.ratio-3-2{ padding-bottom: 66.6666666667%; } .dp-ratio.ratio-16-9{ padding-bottom: 56.25%; } .dp-ratio.ratio-2-1{ padding-bottom: 50%; } .dp-ratio.ratio-5-2{ padding-bottom: 40%; } .dp-ratio.ratio-3-1{ padding-bottom: 33.3333333333%; } .dp-ratio.ratio-4-1{ padding-bottom: 25%; } .dp-ratio.ratio-5-1{ padding-bottom: 20%; } .dp-ratio > iframe, .dp-ratio > img, .dp-ratio > figure, .dp-ratio > figure img, .dp-ratio > picture, .dp-ratio > video, .dp-fsimg > iframe, .dp-fsimg > img, .dp-fsimg > figure, .dp-fsimg > figure img, .dp-fsimg > picture, .dp-fsimg > video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .dp-ratio > img, .dp-ratio > figure, .dp-ratio > figure img, .dp-ratio > picture, .dp-ratio > video, .dp-fsimg > img, .dp-fsimg > figure, .dp-fsimg > figure img, .dp-fsimg > picture, .dp-fsimg > video{ object-fit: cover; } .dp-ratio.contain > img, .dp-ratio.contain > figure, .dp-ratio.contain > figure img, .dp-ratio.contain > picture, .dp-ratio.contain > video, .dp-fsimg.contain > img, .dp-fsimg.contain > figure, .dp-fsimg.contain > figure img, .dp-fsimg.contain > picture, .dp-fsimg.contain > video{ object-fit: contain; } .dp-ratio.imagepos-top > iframe, .dp-ratio.imagepos-top > img, .dp-ratio.imagepos-top > figure, .dp-ratio.imagepos-top > figure img, .dp-ratio.imagepos-top > picture, .dp-ratio.imagepos-top > video, .dp-fsimg.imagepos-top > iframe, .dp-fsimg.imagepos-top > img, .dp-fsimg.imagepos-top > figure, .dp-fsimg.imagepos-top > figure img, .dp-fsimg.imagepos-top > picture, .dp-fsimg.imagepos-top > video{ object-position: center 0%; } .dp-ratio.imagepos-topmedium > iframe, .dp-ratio.imagepos-topmedium > img, .dp-ratio.imagepos-topmedium > figure, .dp-ratio.imagepos-topmedium > figure img, .dp-ratio.imagepos-topmedium > picture, .dp-ratio.imagepos-topmedium > video, .dp-fsimg.imagepos-topmedium > iframe, .dp-fsimg.imagepos-topmedium > img, .dp-fsimg.imagepos-topmedium > figure, .dp-fsimg.imagepos-topmedium > figure img, .dp-fsimg.imagepos-topmedium > picture, .dp-fsimg.imagepos-topmedium > video{ object-position: center 25%; } .dp-ratio.imagepos-bottommedium > iframe, .dp-ratio.imagepos-bottommedium > img, .dp-ratio.imagepos-bottommedium > figure, .dp-ratio.imagepos-bottommedium > figure img, .dp-ratio.imagepos-bottommedium > picture, .dp-ratio.imagepos-bottommedium > video, .dp-fsimg.imagepos-bottommedium > iframe, .dp-fsimg.imagepos-bottommedium > img, .dp-fsimg.imagepos-bottommedium > figure, .dp-fsimg.imagepos-bottommedium > figure img, .dp-fsimg.imagepos-bottommedium > picture, .dp-fsimg.imagepos-bottommedium > video{ object-position: center 75%; } .dp-ratio.imagepos-bottom > iframe, .dp-ratio.imagepos-bottom > img, .dp-ratio.imagepos-bottom > figure, .dp-ratio.imagepos-bottom > figure img, .dp-ratio.imagepos-bottom > picture, .dp-ratio.imagepos-bottom > video, .dp-fsimg.imagepos-bottom > iframe, .dp-fsimg.imagepos-bottom > img, .dp-fsimg.imagepos-bottom > figure, .dp-fsimg.imagepos-bottom > figure img, .dp-fsimg.imagepos-bottom > picture, .dp-fsimg.imagepos-bottom > video{ object-position: center 100%; } @media all and (min-width: 576px){ .dp-ratio.ratio-1-2-s{ padding-bottom: 200%; } .dp-ratio.ratio-2-3-s{ padding-bottom: 150%; } .dp-ratio.ratio-1-1-s{ padding-bottom: 100%; } .dp-ratio.ratio-4-3-s{ padding-bottom: 75%; } .dp-ratio.ratio-3-2-s{ padding-bottom: 66.6666666667%; } .dp-ratio.ratio-16-9-s{ padding-bottom: 56.25%; } .dp-ratio.ratio-2-1-s{ padding-bottom: 50%; } .dp-ratio.ratio-3-1-s{ padding-bottom: 33.3333333333%; } .dp-ratio.ratio-5-2-s{ padding-bottom: 40%; } .dp-ratio.ratio-4-1-s{ padding-bottom: 25%; } .dp-ratio.ratio-5-1-s{ padding-bottom: 20%; } } @media all and (min-width: 768px){ .dp-ratio.ratio-1-2-m{ padding-bottom: 200%; } .dp-ratio.ratio-2-3-m{ padding-bottom: 150%; } .dp-ratio.ratio-1-1-m{ padding-bottom: 100%; } .dp-ratio.ratio-4-3-m{ padding-bottom: 75%; } .dp-ratio.ratio-3-2-m{ padding-bottom: 66.6666666667%; } .dp-ratio.ratio-16-9-m{ padding-bottom: 56.25%; } .dp-ratio.ratio-2-1-m{ padding-bottom: 50%; } .dp-ratio.ratio-5-2-m{ padding-bottom: 40%; } .dp-ratio.ratio-3-1-m{ padding-bottom: 33.3333333333%; } .dp-ratio.ratio-4-1-m{ padding-bottom: 25%; } .dp-ratio.ratio-5-1-m{ padding-bottom: 20%; } } @media all and (min-width: 992px){ .dp-ratio.ratio-1-2-l{ padding-bottom: 200%; } .dp-ratio.ratio-2-3-l{ padding-bottom: 150%; } .dp-ratio.ratio-1-1-l{ padding-bottom: 100%; } .dp-ratio.ratio-4-3-l{ padding-bottom: 75%; } .dp-ratio.ratio-3-2-l{ padding-bottom: 66.6666666667%; } .dp-ratio.ratio-16-9-l{ padding-bottom: 56.25%; } .dp-ratio.ratio-2-1-l{ padding-bottom: 50%; } .dp-ratio.ratio-5-2-l{ padding-bottom: 40%; } .dp-ratio.ratio-3-1-l{ padding-bottom: 33.3333333333%; } .dp-ratio.ratio-4-1-l{ padding-bottom: 25%; } .dp-ratio.ratio-5-1-l{ padding-bottom: 20%; } } @media all and (min-width: 1080px){ .dp-ratio.ratio-1-2-xl{ padding-bottom: 200%; } .dp-ratio.ratio-2-3-xl{ padding-bottom: 150%; } .dp-ratio.ratio-1-1-xl{ padding-bottom: 100%; } .dp-ratio.ratio-4-3-xl{ padding-bottom: 75%; } .dp-ratio.ratio-3-2-xl{ padding-bottom: 66.6666666667%; } .dp-ratio.ratio-16-9-xl{ padding-bottom: 56.25%; } .dp-ratio.ratio-2-1-xl{ padding-bottom: 50%; } .dp-ratio.ratio-5-2-xl{ padding-bottom: 40%; } .dp-ratio.ratio-3-1-xl{ padding-bottom: 33.3333333333%; } .dp-ratio.ratio-4-1-xl{ padding-bottom: 25%; } .dp-ratio.ratio-5-1-xl{ padding-bottom: 20%; } } @media all and (min-width: 1080px){ .dp-ratio.ratio-1-2-xxl{ padding-bottom: 200%; } .dp-ratio.ratio-2-3-xxl{ padding-bottom: 150%; } .dp-ratio.ratio-1-1-xxl{ padding-bottom: 100%; } .dp-ratio.ratio-4-3-xxl{ padding-bottom: 75%; } .dp-ratio.ratio-3-2-xxl{ padding-bottom: 66.6666666667%; } .dp-ratio.ratio-16-9-xxl{ padding-bottom: 56.25%; } .dp-ratio.ratio-2-1-xxl{ padding-bottom: 50%; } .dp-ratio.ratio-5-2-xxl{ padding-bottom: 40%; } .dp-ratio.ratio-3-1-xxl{ padding-bottom: 33.3333333333%; } .dp-ratio.ratio-4-1-xxl{ padding-bottom: 25%; } .dp-ratio.ratio-5-1-xxl{ padding-bottom: 20%; } }
/* content       [10189] */ html{ font-size: 16px; } @media all and (min-width: 992px){ html{ font-size: 16px; } } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{ margin: 0 0 1rem; color: #d02c23; font-family: 'Open Sans'; font-weight: 700; line-height: 1.25; display: block; } h1, .h1{ font-size: 50px; } h2, .h2{ font-size: 40px; } h3, .h3{ font-size: 35px; } h4, .h4{ font-size: 25px; } h5, .h5{ font-size: 20px; } h6, .h6{ font-size: 15px; } a { color: #30519a; text-decoration: none; background-color: transparent; } a:hover{ color: #1f386d; } .dp-imagecopyright { position: absolute; bottom: 0; right: 0; z-index: 9; padding: 3px 6px; line-height: 1.1; font-size: 11px; color: #fff; background: rgba(0,0,0,.5); opacity: .9; } blockquote { position: relative; font-size: 1.25rem; color: #30519a; opacity: .75; font-style: italic; padding: 30px 75px; background: #eeeeee; line-height: 1.25; } blockquote p { margin: 0; } blockquote::before { content: "„"; font-size: 8rem; color: #444444; opacity: .25; position: absolute; top: -1rem; left: 15px; line-height: 1rem; } .text-primary{ color: #30519a; } .text-brandprimarydark{ color: #1f386d; } .text-secondary{ color: #30519a; } .text-default{ color: #ffffff; } .text-lightgrey{ color: #eeeeee; } .text-grey{ color: #757575; } .text-darkgrey{ color: #444444; } .text-white{ color: #fff; } .text-small{ font-size: .75rem; } .text-root{ font-size: 1rem; } .text-large{ font-size: 1.25rem; } .text-uppercase{ text-transform: uppercase; } .text-bold{ font-weight: 700; } .text-regular{ font-weight: 500; } .dp-btn a ,a.dp-btn ,input.dp-btn ,button.dp-btn ,.dp-btn-pseudo { font-size: .875rem; font-weight: 700; color: #ffffff; text-decoration: none!important; background: #30519a; padding: .25rem 1.5rem; border-radius: 4px; text-align: center; gap: .5em; display: inline-flex; align-items: center; justify-content: center; transition: all .25s; } .dp-btn a svg,a.dp-btn svg,input.dp-btn svg,button.dp-btn svg,.dp-btn-pseudo svg { width: 1.125em; height: 1.125em; } .dp-btn a path,a.dp-btn path,input.dp-btn path,button.dp-btn path,.dp-btn-pseudo path { fill: currentColor; } .dp-btn a:hover, a.dp-btn:hover, input.dp-btn:hover, button.dp-btn:hover, .dp-btn-pseudo:hover{ color: #ffffff; background: #1f386d; } .dp-btn.btn-large a, a.dp-btn.btn-large, .dp-btn-pseudo.btn-large, button.dp-btn.btn-large, .dp-btn-pseudo.btn-large { font-size: 1.125rem; padding: .5rem 3rem; } .dp-btn.btn-small a, a.dp-btn.btn-small, .dp-btn-pseudo.btn-small, button.dp-btn.btn-small, .dp-btn-pseudo.btn-small { font-size: .75rem; padding: .125rem .75rem; } .dp-btn.btn-inverted a, a.dp-btn.btn-inverted, .dp-btn-inverted.btn-large, button.dp-btn.btn-inverted, .dp-btn-pseudo.btn-inverted { color: #30519a; background: #ffffff; } .dp-btn.btn-inverted a:hover, a.dp-btn.btn-inverted:hover, .dp-btn-inverted.btn-large:hover, button.dp-btn.btn-inverted:hover, .dp-btn-pseudo.btn-inverted:hover { color: #1f386d; background: #ffffff; } .dp-pagination { text-align: center } .dp-pagination a { font-size: .875em; border-radius: 3px; padding: .25rem .5rem; line-height: 1em; border: 2px solid #30519a; color: #30519a; background: #fff; margin: 2px; display: inline-block; } .dp-pagination a:hover,.dp-pagination a.current { color: #ffffff; background: #30519a; } .dp-accordion .toggle-accordion { width: 100%; } .dp-accordion .accordion-title { color: #30519a; text-align: left; padding: .75rem; font-size: 1.25rem; } .dp-accordion .accordion-title .icon { display: inline-flex; flex-shrink: 0; } .dp-accordion .accordion-title svg,.dp-accordion .accordion-title .icon { width: 1rem; height: 1rem; } .dp-accordion .accordion-title svg { transition: transform .5s; } .dp-accordion .accordion-parent { margin-bottom: 1rem; } .dp-accordion .accordion-text { transition: max-height 0.3s ease-out; overflow: hidden; max-height: 0; } .dp-accordion .text-inner { padding: 15px 0; } .dp-accordion .accordion-parent.current .accordion-title svg { -webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg); } .dp-accordion .accordion-parent.current .accordion-text { max-height: 200px; } .dp-parallax { position: relative; overflow: hidden; } .dp-parallax > .parallax-target { transition: opacity .5s; top: 0; left: 0; opacity: 0; width: 100%; height: 150%; max-width: none; position: absolute; will-change: transform, opacity; -webkit-backface-visibility:hidden;backface-visibility:hidden; -webkit-backface-visibility: hidden; } .dp-parallax > .parallax-target.is-observed { opacity: 1; } .dp-parallax .parallax-target > .dp-video { position: absolute; top: 0; left: 50%; translate: -50% 0; width: auto; height: auto; aspect-ratio: 16/9; min-height: 100%; min-width: 100%; will-change: transform; -webkit-backface-visibility:hidden;backface-visibility:hidden; -webkit-backface-visibility: hidden; } .dp-map { height: 300px; position: relative; } .dp-map > div,.dp-map > iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .dp-map .map-marker-icon > svg { width: 25px; height: 33px; color: #30519a; } @media all and (min-width: 768px){ .dp-map{ height: 450px; } } @media all and (min-width: 992px){ .dp-map{ height: 600px; } } .dp-video ,.dp-video-a11y ,.dp-video-embed { position: relative; height: 0; padding-bottom: 56.25%; } .dp-video > iframe,.dp-video > video,.dp-video-a11y > iframe,.dp-video-a11y > video,.dp-video-embed > iframe,.dp-video-embed > video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .dp-video video,.dp-video-a11y video,.dp-video-embed video { object-fit: cover; } .dp-video.-portrait,.dp-video-a11y.-portrait,.dp-video-embed.-portrait { padding-bottom: 177.777777778%; } .video-caption { margin-top: 1rem; padding: 1.5rem; background: rgba(0,0,0,.1); } .video-caption > *:last-child { margin-bottom: 0; } .dp-audio audio { width: 460px; max-width: 100%; } .audio-caption { margin-top: 1rem; padding: 1.5rem; background: rgba(0,0,0,.1); } .audio-caption > *:last-child { margin-bottom: 0; } .contact-item { text-align: center; } .contact-item .contact-image { border-radius: 50%; margin: 0 auto .5rem; max-width: 180px; overflow: hidden; } .contact-item .contact-name { font-size: 1.25rem; margin: 0; } .contact-item .contact-role { opacity: .666; font-style: italic; font-size: .825rem; margin: 0; } .contact-item .contact-info { margin-bottom: 0; margin-top: .5rem; font-size: .825rem; } .download-item { height: 100%; background: rgba(0,0,0,.0333); padding: 1.25rem; } .download-item .download-preview { margin-bottom: .5rem; padding: .5rem; background: rgba(255,255,255,.5); box-shadow: 0 0 3px 0 rgba(0,0,0,.1); } .download-item .download-title a,.download-item .download-title { font-size: 1rem; margin: 0; color: #d02c23; } .download-item p { margin: .5rem 0 0; } .download-item .download-fileinfo { font-size: .75rem; } .download-item .fileinfo-spacer { color: #757575; } .termin-item { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 2px solid rgba(0,0,0,.1); } @media all and (min-width: 768px){ .termin-item .termin-image { width: 200px; } } @media all and (min-width: 992px){ .text-columns-2{ column-count: 2; column-gap: 2rem; } .text-columns-3{ column-count: 2; column-gap: 2rem; } .text-columns-2 > *:last-child, .text-columns-3 > *:last-child{ margin-bottom: 0; } .text-columns-2 p, .text-columns-3 p{ margin-bottom: 1.75em; } } @media all and (min-width: 1080px){ .text-columns-3{ column-count: 3; } } .article-text table { margin-bottom: 1rem; width: 100%; background-color: rgba(0,0,0,.05); border-collapse: collapse; border-width: 0; border-style: solid; color: #ffffff; } .article-text table td,.article-text table th { border-width: 1px; border-color: rgba(0,0,0,.15); border-style: solid; padding: 1rem; } .article-text table thead { background-color: #30519a; } .article-text table th,.article-text table thead td { font-size: 1rem; color: #fff; font-weight: 700; line-height: 1.25; border-top: none; } .article-text table td { font-size: .925rem; } .article-text td:first-child,.article-text th:first-child { border-left: none; } .article-text td:last-child,.article-text th:last-child { border-right: none; } .article-text tr:last-child td { border-bottom: none; } .article-text *:not(.dp-btn) > a[rel~="external"]::before { content: ""; width: .75em; height: .75em; margin-right: .375em; display: inline-flex; vertical-align: baseline; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M304 24c0 13.3 10.7 24 24 24l102.1 0L207 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l223-223L464 184c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24L328 0c-13.3 0-24 10.7-24 24zM72 32C32.2 32 0 64.2 0 104L0 440c0 39.8 32.2 72 72 72l336 0c39.8 0 72-32.2 72-72l0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 128c0 13.3-10.7 24-24 24L72 464c-13.3 0-24-10.7-24-24l0-336c0-13.3 10.7-24 24-24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 32z'/%3E%3C/svg%3E"); } .dp-swiper { position: relative; } .dp-swiper .swiper-button-prev,.dp-swiper .swiper-button-next { height: auto; width: auto; background: none!important; color: #fff; top: 50%; margin-top: auto; -webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%); text-shadow: 0 0 15px rgba(0,0,0,.5); } .dp-swiper .swiper-button-prev::after,.dp-swiper .swiper-button-next::after { display: none; } .dp-swiper .swiper-button-prev svg,.dp-swiper .swiper-button-next svg { width: 1.25rem; } .dp-swiper .swiper-pagination-bullet { background: transparent; width: 1rem; height: 1rem; margin-inline: 6px !important; border: 1px solid #fff; opacity: 1; box-shadow: 0 0 15px 0 rgba(0,0,0,.5); } .dp-swiper .swiper-pagination-bullet-active { background: #fff; opacity: 1; } .dp-swiper.-arrows-out { padding-inline: 2rem; } .dp-swiper.-arrows-out .swiper-button-next,.dp-swiper.-arrows-out .swiper-button-prev { color: #30519a; margin-inline: 0; } .dp-swiper.-arrows-out .swiper-button-next { right: 0; } .dp-swiper.-arrows-out .swiper-button-prev { left: 0; } @media all and (min-width: 1080px){ .dp-swiper { position: relative; } .dp-swiper.-arrows-out { margin-inline: -2rem; } }
/* menu           [1610] */ #dp-mobilemenubtn { display: inline-block; position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-tap-highlight-color: rgba(0, 0, 0, 0); background: #30519a80; border: 1px solid #30519a; width: 50px; height: 50px; } #dp-mobilemenubtn span,#dp-mobilemenubtn span:before,#dp-mobilemenubtn span:after { display: block; width: 40px; position: absolute; height: 4px; left: 0; background: #fff; border-radius: 1px; transition: all .25s; } #dp-mobilemenubtn span { top: 50%; margin-top: -1px; margin-left: 4px; } #dp-mobilemenubtn span:before,#dp-mobilemenubtn span:after { content: ""; } #dp-mobilemenubtn span:before { bottom: 12px; } #dp-mobilemenubtn span:after { top: 12px; } #dp-backbutton{ height: 50px; background: #30519a80; font-size: 18px; border: 1px solid #30519a; color: #fff; font-weight: 700; padding: 0 1rem; display: inline-flex; align-items: center; justify-content: center; } body.startseite #dp-mobilemenubtn, body.startseite #dp-backbutton{ opacity: 0; pointer-events: none; } #dp-mainmenu li + li { margin-top: 5px; } #dp-mainmenu a { display: block; font-weight: 800; color: #fff; text-transform: uppercase; text-align: center; padding: 2.25rem 1rem; font-size: 40px; background: #30519aCC; position: relative; overflow: hidden; } #dp-mainmenu a:before { content: ""; width: 400px; height: 400px; position: absolute; left: -200px; top: 50%; margin-top: -200px; background: rgba(255, 255, 255, .25); -webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); } #dp-mainmenu li:nth-child(even) a:before { left: auto; right: -200px; } 
/* layout         [1677] */ html{ background: #eeeeee; } body{ background: #000000; margin: 0 auto; min-height: 100vh; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05) } .dp-pagebounds { max-width: 1080px; width: 100%; margin: 0 auto; padding: 0 1rem; position: relative; } .dp-pagebounds.-narrow { max-width: 992px; } .dp-pagebounds.-wide { max-width: 1080px; } .dp-pagebounds.-fw { max-width: 100%; } #dp-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; } #dp-header .header-navbar { padding: 3rem 0 0; } #dp-header .header-navbar .navbar-button { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; color: #ffffff; padding: 5px; } #dp-header .header-navbar .navbar-button svg { width: .925rem; height: .925rem; } #dp-header .header-navbar .navbar-button:hover { color: #30519a; } #dp-header #pagelogo { display: inline-flex; width: 100%; max-width: 300px; } #dp-header #pagelogo img { vertical-align: bottom; width: 100%; } #dp-language ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; align-items: center; gap: .5rem; font-size: 18px; } #dp-language a,#dp-language li { display: inline-flex; } #dp-language a { color: #fff; background: #30519a80; font-weight: 700; border: 1px solid #30519a; width: 50px; height: 50px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; align-items: center; justify-content: center; } #dp-language a[aria-current="true"] { background: rgba(255,255,255,.75); color: #30519a; } #dp-footer { padding: 2.5rem 0; background: #ffffff; } #dp-footer * { color: #ffffff; } #dp-footer .dp-socials img { width: 2rem; filter: brightness(0) invert(1); } 
/* blocks         [4944] */ .dp-pageanchor{ translate: 0 -200px; } .dp-blockgroup { display: flow-root; } .dp-blockgroup p:not(.dp-btn) a:not(.dp-btn),.dp-blockgroup ul a:not(.dp-btn),.dp-blockgroup label a { text-decoration: underline; } .dp-blockgroup ul li+li { margin-top: .25rem; } .dp-article { margin: 0; } .dp-article::before,.dp-article::after { content:""; display:table; } .dp-article::after { clear:both; } .dp-article header.dp-articleheader { margin: 0 0 1.5rem; } .dp-article header.dp-articleheader h1,.dp-article header.dp-articleheader .h1,.dp-article header.dp-articleheader h2,.dp-article header.dp-articleheader .h2,.dp-article header.dp-articleheader h3,.dp-article header.dp-articleheader .h3,.dp-article header.dp-articleheader h4,.dp-article header.dp-articleheader .h4,.dp-article header.dp-articleheader h5,.dp-article header.dp-articleheader .h5,.dp-article header.dp-articleheader h6,.dp-article header.dp-articleheader .h6 { margin: 0; text-wrap: balance; } .dp-article .article-text > *:last-child { margin-bottom: 0; } .dp-article p:not(.dp-btn) a:not(.dp-btn),.dp-article ul a:not(.dp-btn),.dp-article label a { text-decoration: underline; } .dp-contentblock { margin-block: 1.5rem; position: relative; } .dp-contentblock.-padded{ margin-block: 0 !important; padding-block: 1.5rem; } @media all and (min-width: 768px){ .dp-contentblock { margin-block: 2.5rem; } .dp-contentblock.-padded{ padding-block: 2.5rem; } } @media all and (min-width: 1080px){ .dp-contentblock { margin-block: 2.5rem; } .dp-contentblock.-padded{ padding-block: 2.5rem; } } .block-title + .dp-contentblock{ margin-top: calc( -1.5rem + 1.5rem ); } @media all and (min-width: 768px){ .block-title + .dp-contentblock{ margin-top: calc( -2.5rem + 1.5rem ); } } @media all and (min-width: 1080px){ .block-title + .dp-contentblock{ margin-top: calc( -2.5rem + 1.5rem ); } } .block-headerdefault { margin: 0; } .block-headerdefault .-image { position: relative; z-index: 0; } .block-headerdefault .-image .dp-fsimg { height: 350px; } .block-headerdefault .-image::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%); } .block-headerdefault .-content { gap: 1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; text-align: center; inset: 0; z-index: 3; } .block-headerdefault .-content .title { color: #fff; margin: 0; } .block-headerdefault .-content .subtitle { color: #fff; margin: 0; } .block-headerdefault .-content .logo img { width: 250px; } .block-headerdefault .-content .logo.-xl img { width: 500px; } .block-images a { display: block; } .block-textimage .image-col.-tobounds img { width: calc( 100% + 2rem ); margin-left: -1rem; max-width: unset; } .block-textimage .image-col.-tobounds:not(.reversed) { direction: rtl; } .block-textimage .image-col.-tobounds.reversed figcaption { right: auto; left: 0; } .block-textimage .colors { margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; gap: .5rem; } .block-textimage .colors .color { width: 40px; height: 40px; } @media all and (min-width: 992px){ .block-textimage .image-col.-tobounds img { width: calc(50vw - 1rem); margin-left: 0; } } .block-bereichslinks .bereichslink-item { height: 100%; border: 3px solid #30519a; padding: 1.25rem 1.5rem; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, #30519a 50%, rgba(0, 0, 0, 1) 100%); } .block-bereichslinks .bereichslink-item .-image { padding-inline: 1rem; } .block-bereichslinks .bereichslink-item .-body { text-align: center; } .block-bereichslinks .bereichslink-item .-title { margin: 0; color: #fff; } .block-bereichslinks .bereichslink-item .-subtitle { margin: 0; color: #fff; } .block-imagecolumns .imagecolumns-item { height: 100%; border: 3px solid #30519a; padding: 1.25rem 1.5rem; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, #30519a 50%, rgba(0, 0, 0, 1) 100%); } .block-imagecolumns .imagecolumns-item .-image { padding-inline: 1rem; } .block-imagecolumns .imagecolumns-item .-body { text-align: center; margin-top: .5rem; } .block-imagecolumns .imagecolumns-item .-title { margin: 0; color: #fff; font-size: 1.25rem; } .block-columns .columns-item .-image { position: relative; } .qr-code-item { margin-top: 2rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; align-items: center; gap: 3rem; padding: 1rem; border: 3px solid #30519a; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, #30519a 50%, rgba(0, 0, 0, 1) 100%); } .qr-code-item .qr-code { width: 30%; flex-shrink: 0; } .qr-code-item .-body { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-direction: column; gap: .5rem; } .qr-code-item .-title { color: #fff; margin: 0; } .qr-code-item .-subtitle { color: #fff; margin: 0; } 
