@CHARSET "UTF-8";
/* variables        [18] */ 
/* fonts           [474] */ @font-face { font-display: swap; font-family: 'Lato'; font-style: normal; font-weight: 400; src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Lato'; font-style: normal; font-weight: 700; src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Lato'; font-style: normal; font-weight: 900; src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'); }
/* defaults       [3387] */ @media all { *, *::after, *::before{ -ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box; } html{ height: 100%; line-height: 1.5; -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: 1.125rem; color: #ffffff; font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 400; } ::selection { background: #C52628; color: #fff; text-shadow:none; } ::-webkit-selection { background: #C52628; color: #fff; text-shadow:none; } ::-moz-selection { background: #C52628; color: #fff; text-shadow:none; } p, ul, ol, blockquote{ margin: 0 0 1rem; } strong, b{ font-weight: 700; } a:focus{ outline: none; } ul{ padding: 0 0 0 1.25em; margin: 0 0 1em; } hr{ border: none; outline: none; background: #eee; height: 2px; margin: 1.5rem 0; } 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; outline: 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{ max-width: 100%; height: auto; vertical-align: bottom; } svg { overflow: hidden; } picture img{ width: 100%; } 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; } } 
/* 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: 1440px){ .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: 1600px){ .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; } }
/* flex          [12933] */ .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; } @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; } } @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; } } @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; } } @media all and (min-width: 1440px){ .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; } } @media all and (min-width: 1600px){ .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; } }
/* 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: 1440px){ .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: 1600px){ .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; } }
/* spacings      [24418] */ .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.75rem !important; } .mt-large, .my-large { margin-top: 2.75rem !important; } .mr-large, .mx-large { margin-right: 2.75rem !important; } .mb-large, .my-large { margin-bottom: 2.75rem !important; } .ml-large, .mx-large { margin-left: 2.75rem !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.75rem !important; } .pt-large, .py-large { padding-top: 2.75rem !important; } .pr-large, .px-large { padding-right: 2.75rem !important; } .pb-large, .py-large { padding-bottom: 2.75rem !important; } .pl-large, .px-large { padding-left: 2.75rem !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.75rem !important; } .mt-s-large, .my-s-large { margin-top: 2.75rem !important; } .mr-s-large, .mx-s-large { margin-right: 2.75rem !important; } .mb-s-large, .my-s-large { margin-bottom: 2.75rem !important; } .ml-s-large, .mx-s-large { margin-left: 2.75rem !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.75rem !important; } .pt-s-large, .py-s-large { padding-top: 2.75rem !important; } .pr-s-large, .px-s-large { padding-right: 2.75rem !important; } .pb-s-large, .py-s-large { padding-bottom: 2.75rem !important; } .pl-s-large, .px-s-large { padding-left: 2.75rem !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.75rem !important; } .mt-m-large, .my-m-large { margin-top: 2.75rem !important; } .mr-m-large, .mx-m-large { margin-right: 2.75rem !important; } .mb-m-large, .my-m-large { margin-bottom: 2.75rem !important; } .ml-m-large, .mx-m-large { margin-left: 2.75rem !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.75rem !important; } .pt-m-large, .py-m-large { padding-top: 2.75rem !important; } .pr-m-large, .px-m-large { padding-right: 2.75rem !important; } .pb-m-large, .py-m-large { padding-bottom: 2.75rem !important; } .pl-m-large, .px-m-large { padding-left: 2.75rem !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.75rem !important; } .mt-l-large, .my-l-large { margin-top: 2.75rem !important; } .mr-l-large, .mx-l-large { margin-right: 2.75rem !important; } .mb-l-large, .my-l-large { margin-bottom: 2.75rem !important; } .ml-l-large, .mx-l-large { margin-left: 2.75rem !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.75rem !important; } .pt-l-large, .py-l-large { padding-top: 2.75rem !important; } .pr-l-large, .px-l-large { padding-right: 2.75rem !important; } .pb-l-large, .py-l-large { padding-bottom: 2.75rem !important; } .pl-l-large, .px-l-large { padding-left: 2.75rem !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: 1440px){ .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.75rem !important; } .mt-xl-large, .my-xl-large { margin-top: 2.75rem !important; } .mr-xl-large, .mx-xl-large { margin-right: 2.75rem !important; } .mb-xl-large, .my-xl-large { margin-bottom: 2.75rem !important; } .ml-xl-large, .mx-xl-large { margin-left: 2.75rem !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.75rem !important; } .pt-xl-large, .py-xl-large { padding-top: 2.75rem !important; } .pr-xl-large, .px-xl-large { padding-right: 2.75rem !important; } .pb-xl-large, .py-xl-large { padding-bottom: 2.75rem !important; } .pl-xl-large, .px-xl-large { padding-left: 2.75rem !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       [15019] */ .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-80.pull { right: 20%; } .cols > .col-80.push { left: 20%; } .cols > .col-75 { width: 75%; } .cols > .col-75.pull { right: 25%; } .cols > .col-75.push { left: 25%; } .cols > .col-70 { width: 70%; } .cols > .col-70.pull { right: 30%; } .cols > .col-70.push { left: 30%; } .cols > .col-66 { width: 66.666%; } .cols > .col-66.pull { right: 33.333%; } .cols > .col-66.push { left: 33.333%; } .cols > .col-60 { width: 60%; } .cols > .col-60.pull { right: 40%; } .cols > .col-60.push { left: 40%; } .cols > .col-50 { width: 50%; } .cols > .col-50.pull { right: 50%; } .cols > .col-50.push { left: 50%; } .cols > .col-40 { width: 40%; } .cols > .col-40.pull { right: 60%; } .cols > .col-40.push { left: 60%; } .cols > .col-33 { width: 33.333%; } .cols > .col-33.pull { right: 66.666%; } .cols > .col-33.push { left: 66.666%; } .cols > .col-30 { width: 30%; } .cols > .col-30.pull { right: 70%; } .cols > .col-30.push { left: 70%; } .cols > .col-25 { width: 25%; } .cols > .col-25.pull { right: 75%; } .cols > .col-25.push { left: 75%; } .cols > .col-20 { width: 20%; } .cols > .col-20.pull { right: 80%; } .cols > .col-20.push { left: 80%; } .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.75rem; } .cols.large-gaps > * { padding-left: 2.75rem; } .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-80.pull { right: 20%; } .cols-s > .col-s-80.push { left: 20%; } .cols-s > .col-s-75 { width: 75%; } .cols-s > .col-s-75.pull { right: 25%; } .cols-s > .col-s-75.push { left: 25%; } .cols-s > .col-s-70 { width: 70%; } .cols-s > .col-s-70.pull { right: 30%; } .cols-s > .col-s-70.push { left: 30%; } .cols-s > .col-s-66 { width: 66.666%; } .cols-s > .col-s-66.pull { right: 33.333%; } .cols-s > .col-s-66.push { left: 33.333%; } .cols-s > .col-s-65 { width: 65%; } .cols-s > .col-s-65.pull { right: 35%; } .cols-s > .col-s-65.push { left: 35%; } .cols-s > .col-s-60 { width: 60%; } .cols-s > .col-s-60.pull { right: 40%; } .cols-s > .col-s-60.push { left: 40%; } .cols-s > .col-s-50 { width: 50%; } .cols-s > .col-s-50.pull { right: 50%; } .cols-s > .col-s-50.push { left: 50%; } .cols-s > .col-s-40 { width: 40%; } .cols-s > .col-s-40.pull { right: 60%; } .cols-s > .col-s-40.push { left: 60%; } .cols-s > .col-s-35 { width: 35%; } .cols-s > .col-s-35.pull { right: 65%; } .cols-s > .col-s-35.push { left: 65%; } .cols-s > .col-s-33 { width: 33.333%; } .cols-s > .col-s-33.pull { right: 66.666%; } .cols-s > .col-s-33.push { left: 66.666%; } .cols-s > .col-s-30 { width: 30%; } .cols-s > .col-s-30.pull { right: 70%; } .cols-s > .col-s-30.push { left: 70%; } .cols-s > .col-s-25 { width: 25%; } .cols-s > .col-s-25.pull { right: 75%; } .cols-s > .col-s-25.push { left: 75%; } .cols-s > .col-s-20 { width: 20%; } .cols-s > .col-s-20.pull { right: 80%; } .cols-s > .col-s-20.push { left: 80%; } .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.75rem; } .cols-s.large-gaps > * { padding-left: 2.75rem; } .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-80.pull { right: 20%; } .cols-m > .col-m-80.push { left: 20%; } .cols-m > .col-m-75 { width: 75%; } .cols-m > .col-m-75.pull { right: 25%; } .cols-m > .col-m-75.push { left: 25%; } .cols-m > .col-m-70 { width: 70%; } .cols-m > .col-m-70.pull { right: 30%; } .cols-m > .col-m-70.push { left: 30%; } .cols-m > .col-m-66 { width: 66.666%; } .cols-m > .col-m-66.pull { right: 33.333%; } .cols-m > .col-m-66.push { left: 33.333%; } .cols-m > .col-m-60 { width: 60%; } .cols-m > .col-m-60.pull { right: 40%; } .cols-m > .col-m-60.push { left: 40%; } .cols-m > .col-m-50 { width: 50%; } .cols-m > .col-m-50.pull { right: 50%; } .cols-m > .col-m-50.push { left: 50%; } .cols-m > .col-m-40 { width: 40%; } .cols-m > .col-m-40.pull { right: 60%; } .cols-m > .col-m-40.push { left: 60%; } .cols-m > .col-m-33 { width: 33.333%; } .cols-m > .col-m-33.pull { right: 66.666%; } .cols-m > .col-m-33.push { left: 66.666%; } .cols-m > .col-m-30 { width: 30%; } .cols-m > .col-m-30.pull { right: 70%; } .cols-m > .col-m-30.push { left: 70%; } .cols-m > .col-m-25 { width: 25%; } .cols-m > .col-m-25.pull { right: 75%; } .cols-m > .col-m-25.push { left: 75%; } .cols-m > .col-m-20 { width: 20%; } .cols-m > .col-m-20.pull { right: 80%; } .cols-m > .col-m-20.push { left: 80%; } .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.75rem; } .cols-m.large-gaps > * { padding-left: 2.75rem; } .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-80.pull { right: 20%; } .cols-l > .col-l-80.push { left: 20%; } .cols-l > .col-l-75 { width: 75%; } .cols-l > .col-l-75.pull { right: 25%; } .cols-l > .col-l-75.push { left: 25%; } .cols-l > .col-l-70 { width: 70%; } .cols-l > .col-l-70.pull { right: 30%; } .cols-l > .col-l-70.push { left: 30%; } .cols-l > .col-l-66 { width: 66.666%; } .cols-l > .col-l-66.pull { right: 33.333%; } .cols-l > .col-l-66.push { left: 33.333%; } .cols-l > .col-l-60 { width: 60%; } .cols-l > .col-l-60.pull { right: 40%; } .cols-l > .col-l-60.push { left: 40%; } .cols-l > .col-l-50 { width: 50%; } .cols-l > .col-l-50.pull { right: 50%; } .cols-l > .col-l-50.push { left: 50%; } .cols-l > .col-l-40 { width: 40%; } .cols-l > .col-l-40.pull { right: 60%; } .cols-l > .col-l-40.push { left: 60%; } .cols-l > .col-l-33 { width: 33.333%; } .cols-l > .col-l-33.pull { right: 66.666%; } .cols-l > .col-l-33.push { left: 66.666%; } .cols-l > .col-l-30 { width: 30%; } .cols-l > .col-l-30.pull { right: 70%; } .cols-l > .col-l-30.push { left: 70%; } .cols-l > .col-l-25 { width: 25%; } .cols-l > .col-l-25.pull { right: 75%; } .cols-l > .col-l-25.push { left: 75%; } .cols-l > .col-l-20 { width: 20%; } .cols-l > .col-l-20.pull { right: 80%; } .cols-l > .col-l-20.push { left: 80%; } .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.75rem; } .cols-l.large-gaps > * { padding-left: 2.75rem; } .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: 1440px){ .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-80.pull { right: 20%; } .cols-xl > .col-xl-80.push { left: 20%; } .cols-xl > .col-xl-75 { width: 75%; } .cols-xl > .col-xl-75.pull { right: 25%; } .cols-xl > .col-xl-75.push { left: 25%; } .cols-xl > .col-xl-70 { width: 70%; } .cols-xl > .col-xl-70.pull { right: 30%; } .cols-xl > .col-xl-70.push { left: 30%; } .cols-xl > .col-xl-66 { width: 66.666%; } .cols-xl > .col-xl-66.pull { right: 33.333%; } .cols-xl > .col-xl-66.push { left: 33.333%; } .cols-xl > .col-xl-60 { width: 60%; } .cols-xl > .col-xl-60.pull { right: 40%; } .cols-xl > .col-xl-60.push { left: 40%; } .cols-xl > .col-xl-50 { width: 50%; } .cols-xl > .col-xl-50.pull { right: 50%; } .cols-xl > .col-xl-50.push { left: 50%; } .cols-xl > .col-xl-40 { width: 40%; } .cols-xl > .col-xl-40.pull { right: 60%; } .cols-xl > .col-xl-40.push { left: 60%; } .cols-xl > .col-xl-33 { width: 33.333%; } .cols-xl > .col-xl-33.pull { right: 66.666%; } .cols-xl > .col-xl-33.push { left: 66.666%; } .cols-xl > .col-xl-30 { width: 30%; } .cols-xl > .col-xl-30.pull { right: 70%; } .cols-xl > .col-xl-30.push { left: 70%; } .cols-xl > .col-xl-25 { width: 25%; } .cols-xl > .col-xl-25.pull { right: 75%; } .cols-xl > .col-xl-25.push { left: 75%; } .cols-xl > .col-xl-20 { width: 20%; } .cols-xl > .col-xl-20.pull { right: 80%; } .cols-xl > .col-xl-20.push { left: 80%; } .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.75rem; } .cols-xl.large-gaps > * { padding-left: 2.75rem; } .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: 1600px){ .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-80.pull { right: 20%; } .cols-xxl > .col-xxl-80.push { left: 20%; } .cols-xxl > .col-xxl-75 { width: 75%; } .cols-xxl > .col-xxl-75.pull { right: 25%; } .cols-xxl > .col-xxl-75.push { left: 25%; } .cols-xxl > .col-xxl-70 { width: 70%; } .cols-xxl > .col-xxl-70.pull { right: 30%; } .cols-xxl > .col-xxl-70.push { left: 30%; } .cols-xxl > .col-xxl-66 { width: 66.666%; } .cols-xxl > .col-xxl-66.pull { right: 33.333%; } .cols-xxl > .col-xxl-66.push { left: 33.333%; } .cols-xxl > .col-xxl-60 { width: 60%; } .cols-xxl > .col-xxl-60.pull { right: 40%; } .cols-xxl > .col-xxl-60.push { left: 40%; } .cols-xxl > .col-xxl-50 { width: 50%; } .cols-xxl > .col-xxl-50.pull { right: 50%; } .cols-xxl > .col-xxl-50.push { left: 50%; } .cols-xxl > .col-xxl-40 { width: 40%; } .cols-xxl > .col-xxl-40.pull { right: 60%; } .cols-xxl > .col-xxl-40.push { left: 60%; } .cols-xxl > .col-xxl-33 { width: 33.333%; } .cols-xxl > .col-xxl-33.pull { right: 66.666%; } .cols-xxl > .col-xxl-33.push { left: 66.666%; } .cols-xxl > .col-xxl-30 { width: 30%; } .cols-xxl > .col-xxl-30.pull { right: 70%; } .cols-xxl > .col-xxl-30.push { left: 70%; } .cols-xxl > .col-xxl-25 { width: 25%; } .cols-xxl > .col-xxl-25.pull { right: 75%; } .cols-xxl > .col-xxl-25.push { left: 75%; } .cols-xxl > .col-xxl-20 { width: 20%; } .cols-xxl > .col-xxl-20.pull { right: 80%; } .cols-xxl > .col-xxl-20.push { left: 80%; } .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.75rem; } .cols-xxl.large-gaps > * { padding-left: 2.75rem; } .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         [4794] */ svg.dp-icon{ width: .75em; height: .75em; vertical-align: baseline; margin-right: .125em; } .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: #eee; 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; } .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 picture, .dp-ratio video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .dp-ratio img, .dp-ratio picture, .dp-ratio video{ object-fit: cover; } .dp-ratio.contain img, .dp-ratio.contain picture, .dp-ratio.contain video{ object-fit: contain; } @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: 1440px){ .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: 1600px){ .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       [11011] */ html{ font-size: .9375rem; } @media all and (min-width: 992px){ html{ font-size: 1.125rem; } } .dp-cc-inlineconsent{ background: rgba(255,255,255,.85); } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{ margin: 0 0 1rem; color: #C52628; font-family: 'Lato'; font-weight: 900; line-height: 1.25; display: block; } h1, .h1{ font-size: 1.75rem; } h2, .h2{ font-size: 1.375rem; } h3, .h3{ font-size: 1.25rem; } h4, .h4{ font-size: 1.125rem; } h5, .h5{ font-size: 1rem; } h6, .h6{ font-size: .875rem; } @media all and (min-width: 768px){ h1, .h1{ font-size: 3.5rem; } h2, .h2{ font-size: 2.75rem; } h3, .h3{ font-size: 1.75rem; } h4, .h4{ font-size: 1.375rem; } h5, .h5{ font-size: 1.25rem; } h6, .h6{ font-size: .925rem; } } @media all and (max-width: 768px){ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{ hyphens: auto; word-wrap: break-word; } } .dp-maintitle { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; gap: 1rem; align-items: center; justify-content: space-between; } .dp-maintitle::before,.dp-maintitle::after { flex-grow: 1; min-width: 1.5rem; height: 4px; background-color: #C52628; content: ""; } .dp-maintitle * { text-transform: uppercase; color: #C52628; width: max-content; text-align: center; } .dp-maintitle h1,.dp-maintitle h2,.dp-maintitle h3 { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; } .dp-maintitle h1 img,.dp-maintitle h2 img,.dp-maintitle h3 img { width: 150px; max-width: none; } @media all and (min-width: 768px){ .dp-maintitle { gap: 2rem; } .dp-maintitle::before,.dp-maintitle::after { min-width: 3rem; } .dp-maintitle h1 img,.dp-maintitle h2 img,.dp-maintitle h3 img { width: 300px; } } a { color: #C52628; text-decoration: none; background-color: transparent; } a:hover{ color: #e93d40; } body:not(.is-phone) a[href^='tel:']{ cursor: default; color: inherit !important; } .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: #C52628; opacity: .75; font-style: italic; padding: 30px 75px; background: #eee; line-height: 1.25; } blockquote p { margin: 0; } blockquote::before { content: "„"; font-size: 8rem; color: #212121; opacity: .25; position: absolute; top: -1rem; left: 15px; line-height: 1rem; } .text-primary{ color: #C52628; } .text-brandprimarydark{ color: #e93d40; } .text-secondary{ color: #C52628; } .text-default{ color: #ffffff; } .text-lightgrey{ color: #eee; } .text-grey{ color: #999; } .text-darkgrey{ color: #212121; } .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: 400; } .dp-btn a ,a.dp-btn ,input.dp-btn ,button.dp-btn ,.dp-btn-pseudo { font-size: 1rem; text-align: center; text-decoration: none!important; color: #C52628; border: 3px solid #C52628; background: #000000; transition: all .25s; padding: .25rem 1.5rem; display: inline-flex; align-items: center; } .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 svg:first-child,a.dp-btn svg:first-child,input.dp-btn svg:first-child,button.dp-btn svg:first-child,.dp-btn-pseudo svg:first-child { margin-right: .25em; } .dp-btn a svg:last-child,a.dp-btn svg:last-child,input.dp-btn svg:last-child,button.dp-btn svg:last-child,.dp-btn-pseudo svg:last-child { margin-left: .25em; } .dp-btn a:hover, a.dp-btn:hover, input.dp-btn:hover, button.dp-btn:hover, .dp-btn-pseudo:hover{ color: #000; background: #C52628; } .dp-btn.btn-large a, a.dp-btn.btn-large, .dp-btn-pseudo.btn-large{ font-size: 1.125rem; padding: .5rem 5rem; } .dp-btn.btn-small a, a.dp-btn.btn-small, .dp-btn-pseudo.btn-small{ font-size: .75rem; padding: .125rem .75rem; } .dp-pagination { text-align: center } .dp-pagination a { font-size: .875em; border-radius: 3px; padding: .25rem .5rem; line-height: 1em; border: 2px solid #C52628; color: #C52628; background: #fff; margin: 2px; display: inline-block; } .dp-pagination a:hover,.dp-pagination a.current { color: #fff; background: #C52628; } .dp-accordion .accordion-title { color: #C52628; font-weight: var(--fontweightdefault); font-size: 1.675rem; } .dp-accordion .accordion-title svg,.dp-accordion .accordion-title .icon { width: 1em; height: 1em; margin-right: .75rem!important; } .dp-accordion .accordion-title svg { transition: transform .5s; } .dp-accordion .accordion-parent { padding: 2rem 0; } .dp-accordion .accordion-parent + .accordion-parent { border-top: 1px solid rgba(255,255,255,.25); } .dp-accordion .accordion-parent:first-child { padding-top: 0; } .dp-accordion .accordion-text { font-size: 1rem; overflow: hidden; } .dp-accordion .accordion-text > *:first-child { margin-top: 1em; } .dp-accordion .accordion-text > *:last-child { margin-bottom: 0; } .dp-accordion .accordion-text > * { transition: margin .25s; } .dp-accordion .accordion-parent:not(.current) .accordion-text { height: 0; overflow: hidden; font-size: 0; margin: 0; opacity: 0; padding: 0; transition: opacity 0s, font-size .25s 0s, margin .25s 0s, padding .25s 0s; } .dp-accordion .accordion-parent:not(.current) .accordion-text > * { margin: 0; } .dp-accordion .accordion-parent.current .accordion-title svg { -webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg); } .dp-accordion .accordion-parent.current .accordion-text { transition: font-size .25s, margin .25s, padding .25s, opacity .25s .25s; } .dp-parallax { position: relative; } .dp-parallax > .parallax-target { transition: opacity .5s; top: 0; left: 0; opacity: 0; width: 100%; height: 150%; max-width: none; position: absolute; } .dp-parallax > .parallax-target.is-observed { opacity: 1; } .js-fade-in{ opacity: 0; -webkit-transform:translate(0,2.5rem);-ms-transform:translate(0,2.5rem);transform:translate(0,2.5rem); transition: opacity 1s, transform 1s; } .js-fade-in.is-visible{ opacity: 1; -webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0); } .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: #C52628; } @media all and (min-width: 768px){ .dp-map{ height: 450px; } } @media all and (min-width: 992px){ .dp-map{ height: 600px; } } .dp-video { position: relative; height: 0; padding-bottom: 56.25%; } .dp-video > iframe,.dp-video > video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .dp-video video { object-fit: cover; } .dp-audio audio { width: 460px; max-width: 100%; } .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,.25); } .download-item .download-title a,.download-item .download-title { font-size: 1rem; margin: 0; color: #C52628; } .download-item p { margin: .5rem 0 0; } .download-item .download-fileinfo { font-size: .75rem; } .download-item .fileinfo-spacer { color: #999; } .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; } } .swiper-button-prev ,.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); } .swiper-button-prev::after,.swiper-button-next::after { display: none; } .swiper-button-prev svg,.swiper-button-next svg { width: 1.25rem; } .swiper-pagination-bullet{ background: transparent; width: .666rem; height: .666rem; border: 1px solid #fff; opacity: 1; box-shadow: 0 0 15px 0 rgba(0,0,0,.5); } .swiper-pagination-bullet-active{ background: #fff; opacity: 1; } .bereichslink-item { height: 100%; position: relative; background: #212121; padding: 2rem 1.5rem 66px; text-align: center; } .bereichslink-item .bereichslink-desc { color: #fff; font-size: 1rem; } .bereichslink-item .bereichslink-title { word-break: normal; hyphens: auto; } .bereichslink-item .bereichslink-more { font-size: 1rem; text-align: left; position: absolute; bottom: 0; left: -35px; padding: 18px 0 0 60px; font-weight: 700; width: 275px; height: 67px; display: block; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: elipsis; background: url(../images/megalink.png) 0 0 no-repeat; background-size: 100% 100%; } @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: 1440px){ .text-columns-3{ column-count: 3; } } [data-tooltip]{ position: relative; } [data-tooltip]:before, [data-tooltip]:after{ z-index: 1000; visibility: hidden; font-size: 12px; line-height: 1em; position: absolute; bottom: 100%; left: 50%; color: #000; white-space: nowrap; opacity: 0; -webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px); transition: all .25s; } [data-tooltip]:before{ margin-bottom: 5px; width: 0;height: 0;border-style: solid;border-width: 7px 7px 0 7px; border-color: rgba(255,255,255,1) transparent transparent transparent; content: ""; } [data-tooltip]:after{ font-weight: 700; margin-bottom: 12px; content: attr(data-tooltip); font-family: 'Lato'; font-weight: 900; background: rgba(255,255,255,1); padding: .5rem; } [data-tooltip]:hover:before, [data-tooltip]:hover:after{ opacity: 1; visibility: visible; -webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0); } .dp-infolink { position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; } .dp-infolink .info { font-size: 14px; position: absolute; top: 0; right: 0; color: #fff; border: 2px solid #fff; background: #000; display: inline-flex; align-items: center; justify-content: center; line-height: 1; width: 1.5em; height: 1.5em; border-radius: 50%; } .column-item { border: 1px solid #C52628; padding: 10px 10px 0; height: 100%; } .column-item .column-text>*:last-child { margin-bottom: 10px; } 
/* menu           [7147] */ #dp-footernav ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; align-items: center; justify-content: center; flex-wrap: wrap; } #dp-footernav li + li { margin-left: 1rem; } #dp-footernav a { display: block; font-size: .825rem; } #dp-footernav a:hover { opacity: .666; } #dp-footernav li.active > a { text-decoration: underline; } #dp-mobilemenu { display: none; background: #000; } #dp-mobilemenu li { position: relative; } #dp-mobilemenu a,#dp-mobilemenu .append-submenu { display: block; padding: .5rem 1rem; } #dp-mobilemenu .append-submenu { pointer-events: none; display: none; position: absolute; top: 0; right: 0; width: 3rem; text-align: center; border-left: 1px solid rgba(0,0,0,.15); } #dp-mobilemenu .append-submenu svg { vertical-align: middle; height: 1em; -webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0); transition: all .25s; display: inline-block; color: inherit; } #dp-mobilemenu li.has-submenu > .append-submenu { display: block; } #dp-mobilemenu li.dropdownOpen > .append-submenu svg { -webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg); } #dp-mobilemenu li.dropdownOpen > ul { display: block!important; } #dp-mobilemenu > ul { border-bottom: 1px solid rgba(255,255,255,.15); } #dp-mobilemenu > ul > li { border-top: 1px solid rgba(255,255,255,.15); } #dp-mobilemenu > ul > li > a { text-transform: uppercase; font-weight: 700; color: #ffffff; } #dp-mobilemenu > ul > li.active > a,#dp-mobilemenu > ul > li > a:active { color: #fff; background: #C52628; } #dp-mobilemenu > ul > li.active > a + .append-submenu > svg,#dp-mobilemenu > ul > li > a:active + .append-submenu > svg { color: #fff; } #dp-mobilemenu ul.submenu { display: none; background: #212121; } #dp-mobilemenu ul.submenu li { border-top: 1px solid rgba(255,255,255,.1); font-size: .875em; } #dp-mobilemenu ul.submenu li > a { color: #ffffff; } #dp-mobilemenu ul.submenu > li.active > a,#dp-mobilemenu ul.submenu > li > a:active { color:#ffffff; background: rgba(255,255,255,.1); } #dp-mobilemenu ul.submenu > li.active > a + .append-submenu > svg,#dp-mobilemenu ul.submenu > li > a:active + .append-submenu > svg { color: #ffffff; } #dp-mobilemenu ul.submenu ul.submenu { background: rgba(255,255,255,.05); } #dp-mobilemenubtn { display: inline-block; width: 30px; height: 25px; position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-tap-highlight-color: rgba(0, 0, 0, 0); } #dp-mobilemenubtn span,#dp-mobilemenubtn span:before,#dp-mobilemenubtn span:after { display: block; width: 100%; position: absolute; height: 2px; left: 0; background: #C52628; border-radius: 1px; transition: all .25s; } #dp-mobilemenubtn span { top: 50%; margin-top: -1px; } #dp-mobilemenubtn span:before,#dp-mobilemenubtn span:after { content: ""; } #dp-mobilemenubtn span:before { bottom: 7px; } #dp-mobilemenubtn span:after { top: 7px; } #dp-mobilemenubtn:hover span:before { bottom: 10px; } #dp-mobilemenubtn:hover span:after { top: 10px; } body.mobilemenu-active #dp-mobilemenubtn span { background: transparent; } body.mobilemenu-active #dp-mobilemenubtn span:before { bottom: 0; -webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg); transform-origin: 50% 50%; } body.mobilemenu-active #dp-mobilemenubtn span:after { top: 0; -webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); transform-origin: 50% 50%; } body.mobilemenu-active #dp-mobilemenu { display: block; } #dp-mainmenu { display: none; height: 100%; margin-left: 100px; } #dp-mainmenu li { position: relative; } #dp-mainmenu a { display: block; } #dp-mainmenu .append-submenu { position: absolute; pointer-events: none; display: none; } #dp-mainmenu .append-submenu svg { height: 1em; width: 1em; color: inherit; -webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75); } #dp-mainmenu ul.menu { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; } #dp-mainmenu ul.menu > li > a::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; background: transparent; content: ""; transition: all .25s; } #dp-mainmenu ul.menu > li > a,#dp-mainmenu ul.menu > li > .append-submenu { text-align: center; transition: all .25s; color: #ffffff; height: 130px; font-size: 1.125rem; font-weight: 700; padding: 1.25rem; line-height: 1.25rem; display: inline-flex; align-items: center; } #dp-mainmenu ul.menu > li.active > a::after,#dp-mainmenu ul.menu > li:hover > a::after,#dp-mainmenu ul.menu > li.dropdownOpen > a::after { background: #C52628; } #dp-mainmenu ul.menu > li.active > a,#dp-mainmenu ul.menu > li.active > .append-submenu,#dp-mainmenu ul.menu > li:hover > a,#dp-mainmenu ul.menu > li:hover > .append-submenu,#dp-mainmenu ul.menu > li.dropdownOpen > a,#dp-mainmenu ul.menu > li.dropdownOpen > .append-submenu { color: #C52628; } #dp-mainmenu ul.menu > li.has-submenu > a { padding-left: 2.5rem; } #dp-mainmenu ul.menu > li.has-submenu > .append-submenu { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; left: 0; top: 0; } #dp-mainmenu ul.submenu { padding-block: .5rem; display: block; width: 300px; background: #C52628!important; box-shadow: 0 0 3px 0 rgba(0,0,0,.05); opacity: 0; visibility: hidden; transition: opacity .5s; position: absolute; top: -100vh; left: -100vw; z-index: 5; } #dp-mainmenu ul.submenu li > a { padding-right: 3rem; } #dp-mainmenu ul.submenu li > .append-submenu { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; right: 0; top: 0; -webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg); margin-top: 3px; color: #fff; } #dp-mainmenu ul.submenu li > a,#dp-mainmenu ul.submenu li > .append-submenu { color: #fff; line-height: 1.25em; font-size: 1rem; padding: .5rem 1.25rem; } #dp-mainmenu ul.submenu li + li { border-top: 1px solid rgba(255,255,255,.25); } #dp-mainmenu ul.submenu > li.active > a,#dp-mainmenu ul.submenu > li:hover > a,#dp-mainmenu ul.submenu > li.dropdownOpen > a { background: #e93d40; } #dp-mainmenu ul.submenu > li.active > a,#dp-mainmenu ul.submenu > li.active > .append-submenu svg,#dp-mainmenu ul.submenu > li:hover > a,#dp-mainmenu ul.submenu > li:hover > .append-submenu svg,#dp-mainmenu ul.submenu > li.dropdownOpen > a,#dp-mainmenu ul.submenu > li.dropdownOpen > .append-submenu svg { color: #fff; } #dp-mainmenu li:hover > ul,#dp-mainmenu li.dropdownOpen > ul { opacity: 1; visibility: visible; } #dp-mainmenu li:hover ul.menuDepth1,#dp-mainmenu li.dropdownOpen ul.menuDepth1 { top: 100%; left: 0; } #dp-mainmenu li:hover ul.menuDepth2,#dp-mainmenu li.dropdownOpen ul.menuDepth2 { top: 0; left: 100%; } #dp-mainmenu li.last:hover > ul.menuDepth1,#dp-mainmenu li.last.dropdownOpen > ul.menuDepth1 { left: auto; right: 0; } #dp-mainmenu li.last:hover > ul.menuDepth1 ul.menuDepth2,#dp-mainmenu li.last.dropdownOpen > ul.menuDepth1 ul.menuDepth2 { left: auto; right: 100%; } @media all and (min-width: 1440px){ #dp-mobilemenubtn, #dp-mobilemenu{ display: none !important; } #dp-mainmenu{ display: block !important; } }
/* forms          [1875] */ @media all { .dp-form .row + .row { margin-top: 1rem; } .dp-form .label-with-checkbox { display: inline-flex; align-items: flex-start; } .dp-form .label-with-checkbox input { display: none; } .dp-form .label-with-checkbox .checkbox-visual { display: inline-flex; align-items: center; } .dp-form .label-with-checkbox .checkbox-visual svg { width: 1.125em; height: 1.125em; } .dp-form .label-with-checkbox .checkbox-visual .checkbox-deselected { display: inline; color: #999; } .dp-form .label-with-checkbox .checkbox-visual .checkbox-selected { display: none; color: #C52628; } .dp-form .label-with-checkbox input:checked + .checkbox-visual .checkbox-deselected { display: none; } .dp-form .label-with-checkbox input:checked + .checkbox-visual .checkbox-selected { display: inline; } .dp-form .label-with-checkbox .checkbox-label { margin-left: .25em; line-height: 1.25em; } .dp-form .dpf4-rowHasRequired .label::after,.dp-form .dpf4-rowHasRequired .checkbox-label::after { content: "*"; font-size: .75em; vertical-align: top; } .dp-form input.text,.dp-form textarea { width: 100%; padding: .5em 1em; background: #eee; border: none; border-bottom: 2px solid rgba(0,0,0,.05); border-radius: .25em; transition: border .5s; } .dp-form input.text.dpf-ajax-error,.dp-form textarea.dpf-ajax-error { background: rgba(255,0,0,.1); } .dp-form input.text:focus,.dp-form textarea:focus { border-bottom-color: #C52628; } .dp-form input.text { max-width: 460px; } .dp-form textarea { min-height: 11em; } .dp-form .message { font-weight: bold; color: red; font-size: .75rem; text-transform: uppercase; } .dp-form .requiredNotice { font-size: .75em; margin: .75rem 0; opacity: .666; } } @media all and (min-width: 576px){ } @media all and (min-width: 768px){ } @media all and (min-width: 992px){ } @media all and (min-width: 1440px){ } @media all and (min-width: 1600px){ }
/* layout         [2879] */ html{ background: #eee; } 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: 1440px; width: 100%; margin: 0 auto; padding: 0 1rem; position: relative; } #dp-header { background: #000000; } #dp-header .header-navbar { padding: 1rem 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: #C52628; } #dp-header .header-navbar .social-items { margin-left: 1rem !important; } #dp-header .header-navbar .social-items a { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; } #dp-header .header-navbar .social-items svg { width: 1.125rem; height: 1.125rem; color: #fff; } #dp-header #pagelogo { display: inline-block; width: 100%; max-width: 80px; flex-shrink: 0; } #dp-header #pagelogo img { vertical-align: bottom; width: 100%; } @media all and (min-width: 1440px){ #dp-header { position: sticky; top: 0; z-index: 550; } #dp-header .header-navbar { padding-block: 0; } #dp-header .header-navbar .social-items svg { width: 1.5rem; height: 1.5rem; } #dp-header #pagelogo { max-width: 130px; } } #dp-search { height: 0; padding: 0 1rem; overflow: hidden; transition: height .5s; background: #333; } #dp-search input { width: 460px; flex-shrink: 1; padding: 3px 0; color: #fff; background: transparent; border: none; border-bottom: 2px solid rgba(255,255,255,.25); outline: none; } #dp-search button { flex-shrink: 0; color: #fff; } #dp-search button svg { width: 1rem; height: 1rem; } body.search-active #dp-search{ height: 6rem; } #dp-language { margin-left: 1.5rem; } #dp-language a,#dp-language li { display: inline-flex } #dp-language a { opacity: .5; border: 1px solid rgba(255,255,255, 0.25); } #dp-language li.active a,#dp-language a:hover { opacity: 1; } #dp-language svg { width: 1.75rem; } #dp-language li + li { margin-left: 1rem; } #dp-footer { padding: 1rem 0; background: #333333; } #dp-footer * { color: #ffffff; } .dp-footerinfos { border-top: 4px solid #C52628; padding: 2.75rem 0 ; } .dp-footerinfos .footer-cols > div + div { margin-top: 2rem; } .dp-footerinfos .footer-cols .col-address * { color: #fff; } .dp-footerinfos .footer-cols .col-map iframe { width: 100%; height: 360px; } @media all and (min-width: 992px){ .dp-footerinfos { border-top: 4px solid #C52628; padding: 2.75rem 0 ; } .dp-footerinfos .footer-cols { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; gap: 3rem; } .dp-footerinfos .footer-cols > div + div { margin-top: 0; } .dp-footerinfos .footer-cols .col-map { flex-grow: 1; } .dp-footerinfos .footer-cols .col-map iframe { height: 100%; } } 
/* blocks        [12635] */ .dp-blockgroup { contain: content; } .dp-blockgroup.theme-default { background-color: #000000; } .dp-blockgroup.theme-primary { background-color: #C52628; } .dp-blockgroup.theme-light { background-color: #eee; } .dp-blockgroup.theme-dark { background-color: #212121; } .dp-blockgroup.theme-primary,.dp-blockgroup.theme-dark { color: #ffffff; } .dp-blockgroup.theme-primary h1,.dp-blockgroup.theme-primary .h1,.dp-blockgroup.theme-primary h2,.dp-blockgroup.theme-primary .h2,.dp-blockgroup.theme-primary h3,.dp-blockgroup.theme-primary .h3,.dp-blockgroup.theme-primary h4,.dp-blockgroup.theme-primary .h4,.dp-blockgroup.theme-primary h5,.dp-blockgroup.theme-primary .h5,.dp-blockgroup.theme-primary h6,.dp-blockgroup.theme-primary .h6,.dp-blockgroup.theme-dark h1,.dp-blockgroup.theme-dark .h1,.dp-blockgroup.theme-dark h2,.dp-blockgroup.theme-dark .h2,.dp-blockgroup.theme-dark h3,.dp-blockgroup.theme-dark .h3,.dp-blockgroup.theme-dark h4,.dp-blockgroup.theme-dark .h4,.dp-blockgroup.theme-dark h5,.dp-blockgroup.theme-dark .h5,.dp-blockgroup.theme-dark h6,.dp-blockgroup.theme-dark .h6 { color: #ffffff; } .dp-blockgroup.theme-primary a,.dp-blockgroup.theme-dark a { color: #ffffff; } .dp-blockgroup.theme-primary a:hover,.dp-blockgroup.theme-dark a:hover { color: #ffffff; } .dp-blockgroup.theme-primary .dp-btn a,.dp-blockgroup.theme-primary a.dp-btn,.dp-blockgroup.theme-primary .dp-btn-pseudo,.dp-blockgroup.theme-dark .dp-btn a,.dp-blockgroup.theme-dark a.dp-btn,.dp-blockgroup.theme-dark .dp-btn-pseudo { background: #ffffff; color: #C52628; } .dp-blockgroup.theme-primary .dp-btn a:hover,.dp-blockgroup.theme-primary a.dp-btn:hover,.dp-blockgroup.theme-primary .dp-btn-pseudo:hover,.dp-blockgroup.theme-dark .dp-btn a:hover,.dp-blockgroup.theme-dark a.dp-btn:hover,.dp-blockgroup.theme-dark .dp-btn-pseudo:hover { background: #ffffff; color: #e93d40; } .dp-blockgroup.theme-primary .dp-contentblock.block-steps .steps-item .item-id,.dp-blockgroup.theme-dark .dp-contentblock.block-steps .steps-item .item-id { background: #ffffff !important; color: #ffffff !important; } .dp-blockgroup.theme-primary .dp-contentblock.block-steps .steps-item .item-id::after,.dp-blockgroup.theme-primary .dp-contentblock.block-steps .steps-item .item-id::before,.dp-blockgroup.theme-dark .dp-contentblock.block-steps .steps-item .item-id::after,.dp-blockgroup.theme-dark .dp-contentblock.block-steps .steps-item .item-id::before { background: #ffffff !important; } .dp-blockgroup.theme-primary .dp-maintitle::before,.dp-blockgroup.theme-primary .dp-maintitle::after,.dp-blockgroup.theme-dark .dp-maintitle::before,.dp-blockgroup.theme-dark .dp-maintitle::after { background-color: #ffffff; } .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 2.75rem; } .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 .side-item { margin-bottom: 1.5rem; } .dp-article .article-text > *:last-child { margin-bottom: 0; } @media all and (min-width: 768px){ .dp-article { margin: 0; } .dp-article .article-text .side-item { margin-bottom: 1.5rem; float: left; width: 45%; margin-right: 1.5rem; margin-top: .5rem; } } .dp-contentblock { margin-top: 1.5rem; margin-bottom: 1.5rem; position: relative; } @media all and (min-width: 768px){ .dp-contentblock { margin-top: 2.75rem; margin-bottom: 2.75rem; } } @media all and (min-width: 1440px){ .dp-contentblock { margin-top: 5rem; margin-bottom: 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.75rem + 1.5rem ); } } @media all and (min-width: 1440px){ .block-title + .dp-contentblock{ margin-top: calc( -5rem + 1.5rem ); } } .block-title .fit-min { width: max-content; } .block-title .fit-fit { width: fit-content; } .block-header ,.block-slider { margin: 0; border-bottom: 4px solid #C52628; } .block-header img,.block-slider img { opacity: 0; } .block-header img.loaded,.block-slider img.loaded { opacity: 1; } .block-header .text-overlay,.block-slider .text-overlay { z-index: 2; position: absolute; top: 50%; translate: 0 -50%; left: 0; width: 100%; } .block-header .text-overlay .text-container,.block-slider .text-overlay .text-container { max-width: 700px; padding-right: 60px; } .block-header .text-overlay .title,.block-header .text-overlay .subtitle,.block-slider .text-overlay .title,.block-slider .text-overlay .subtitle { color: #fff; margin: 0; text-shadow: 0 0 10px rgba(0,0,0,.5); } .block-header .text-overlay .title,.block-slider .text-overlay .title { text-transform: uppercase; } .block-header .text-overlay .subtitle,.block-slider .text-overlay .subtitle { font-size: 1.125rem; line-height: 1.75; font-weight: var(--fotnweightregular); } .block-header .slide-layer,.block-slider .slide-layer { position: relative; } .block-header .slide-layer::after,.block-slider .slide-layer::after { position: absolute; inset: 0; right: 33%; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.6) 25%, rgba(0,0,0,0) 100%); } .block-header .slider-image,.block-slider .slider-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .block-header .row + .row,.block-slider .row + .row { margin-top: 1rem; } @media all and (max-width: 768px){ .block-slider .text-container { padding-inline: 0 !important; } .block-slider.is-slider .text-container { padding-inline: 1.5rem !important; } .block-slider .text-overlay .subtitle { line-height: 1.25; } } @media all and (min-width: 768px){ .block-header .text-overlay { bottom: 5rem; } } @media all and (min-width: 1440px){ .block-header .text-overlay { bottom: 8rem; } } .block-header-simple { padding: 75px 0; background-image: url(../images/logo_w_bg.png); background-size: contain; background-position: right center; background-repeat: no-repeat; border-bottom: 4px solid #C52628; margin-top: 0; } .block-header-simple .title { text-transform: uppercase; } @media all and (min-width: 768px){ .block-header-simple { padding: 150px 0; } } .block-parallaximage { margin: 0; } .block-parallaximage .text-overlay { text-align: center; position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%); } .block-parallaximage .title { background: #C52628D9; padding: .25em 1em; color: #fff; display: inline-block; margin: 0; box-shadow: 2px 2px 4px 1px rgba(0,0,0,.1); } .block-video .video-item + .video-item { margin-top: 1.5rem; } .block-audio .audio-item + .audio-item { margin-top: 1.5rem; } .block-jobs .job-item + .job-item { margin-top: 1rem; padding-top: 1rem; border-top: 2px solid #eee; } .block-counter { text-align: center; } .block-counter .item-int { font-size: 3.125rem; } .block-counter .item-text { font-size: 1.375rem; margin: 0; } .block-timeline .timeline-item { padding: 1rem; border-top: 2px solid #C52628; } .block-timeline .timeline-item .item-year { color: #999; opacity: .333; margin-bottom: .5rem; line-height: 1em; font-weight: 700; letter-spacing: 2px; font-size: 4rem; display: block; } .block-timeline .timeline-item .item-text { overflow: hidden; } @media all and (min-width: 992px){ .block-timeline { position: relative; background: #eee; padding-top: 6rem!important; padding-bottom: 6rem!important; } .block-timeline::after { width: .5rem; background: #C52628; height: 100%; position: absolute; top: 0; left: 50%; -webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0); content: ""; } .block-timeline .timeline-item { box-shadow: 0 0 10px 0 rgba(0,0,0,.15); margin: -2rem 0; background: #fff; position: relative; border-top: none; margin-left: 2rem; border-left: 5px solid #C52628; } .block-timeline .timeline-item::after { border-top: .75rem solid transparent; border-bottom: .75rem solid transparent; position: absolute; top: 50%; width: 0; height: 0; -webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%); content: ""; } .block-timeline .timeline-item::after { border-right: .75rem solid #C52628; right: 100%; } .block-timeline .timeline-item .item-year { text-align: left; margin-bottom: 1rem; } .block-timeline .pull .timeline-item { margin-left: 0; margin-right: 2rem; border-left: none; border-right: 5px solid #C52628; } .block-timeline .pull .timeline-item::after { border-right: none; border-left: .75rem solid #C52628; right: auto; left: 100%; } .block-timeline .pull .timeline-item .item-year { text-align: right; } } .block-steps .steps-item { padding: 2rem 0; position: relative; overflow: hidden; } .block-steps .steps-item.-even { background: rgba(0,0,0,.0333); } .block-steps .steps-item .item-id { display: none; } @media all and (min-width: 768px){ .block-steps .steps-item .item-id { position: absolute; top: 50%; left: 50%; -webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%); transition: all .5s; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #ffffff; color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; align-items: center; justify-content: center; } .block-steps .steps-item .item-id::after,.block-steps .steps-item .item-id::before { content: ""; background: #ffffff; position: absolute; left: 50%; width: 4px; margin-left: -2px; height: 100vh; } .block-steps .steps-item .item-id::after { top: 100%; margin-top: 5px; } .block-steps .steps-item .item-id::before { bottom: 100%; margin-bottom: 5px; } .block-steps .steps-item.-first .item-id::before { display: none; } .block-steps .steps-item.-last .item-id::after { display: none; } .block-steps .steps-item.-inview .item-id { font-size: 1.675rem; background: #C52628; width: 2.5rem; height: 2.5rem; } } .block-opinions .slider-imagewrapper { overflow: hidden; padding: 0 2.5rem; } .block-opinions .swiper-container { overflow: hidden; } .block-opinions .swiper-button-prev,.block-opinions .swiper-button-next { color: #C52628; } .block-opinions .opinions-item .item-image { width: 100%; max-width: 240px; margin: 0 auto; overflow: hidden; border-radius: 50%; background-color: #fff; } .block-opinions .opinions-item .item-name { font-weight: 700; font-size: 1.25rem; margin: 0; } .block-opinions .opinions-item .item-name-subtitle { font-weight: 700; color: #C52628; margin: 0; font-size: .875rem; } @media all and (min-width: 768px){ .block-termin .termin-image { width: 320px; } } @media all and (min-width: 992px){ .block-termin .termin-image { width: 460px; } } .block-bereichslinks .slider-imagewrapper { position: relative; padding-inline: 3rem; } .block-bereichslinks .swiper-container { overflow: hidden; } .block-bereichslinks .swiper-slide { padding-left: 35px; height: auto; } .block-bereichslinks .swiper-button-prev { left: 0; background-image: url(../images/pl_r.png) !important; } .block-bereichslinks .swiper-button-next { right: 0; background-image: url(../images/pr_r.png) !important; } .block-bereichslinks .swiper-button-prev,.block-bereichslinks .swiper-button-next { background-size: contain !important; background-position: center !important; background-repeat: no-repeat !important; width: 2em; height: 2em; } @media all and (min-width: 1600px){ .block-bereichslinks .slider-imagewrapper { margin-inline: -3rem; } } .block-topthema { padding: 3rem 0; } .block-topthema .dp-article { padding: 2rem 3rem; background: rgba(255,255,255,.85); } .block-topthema .dp-article .article-text { color: #000; } .block-topthema .dp-article .dp-btn a { background: transparent; } .block-produktlinien .produktlinie-image { max-width: 250px; margin-inline: auto; } @media all and (min-width: 992px){ .block-produktlinien .produktlinie-image { max-width: none; } } .block-produkte { margin: 0; padding-block: 5rem; } .block-produkte .produkt-image { max-width: 250px; margin-inline: auto; } .block-produkte + .block-produkte { border-top: 4px solid #C52628; } @media all and (min-width: 992px){ .block-produkte { padding-block: 7.5rem; } .block-produkte .produkt-image { max-width: none; } }
/* print           [940] */ @media print { .noprint { display: none!important; } .dp-fsimg{ -webkit-print-color-adjust: exact !important; color-adjust: exact !important; } .swiper-slide, .swiper-container-android .swiper-slide, .swiper-wrapper, .cols, .cols-s, .cols-m, .cols-l, .cols-xl, .cols > *, .cols-s > *, .cols-m > *, .cols-l > *, .cols-xl > * { display: block!important; position: static!important; width: 100%!important; height: auto!important; float: none!important; -webkit-transform: none!important;-moz-transform: none!important;-o-transform: none!important;-ms-transform: none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important; } .contentWrapper{ border-top: 1mm solid #ccc; padding: 1cm 0 0!important; margin: 1cm 0 0!important; } .js-fade-in{ opacity: 1!important; -webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important; } }
