@CHARSET "UTF-8";
/* variables        [18] */ 
/* fonts           [458] */ @font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 600; src: local(''), url('../fonts/titillium-web-v9-latin-600.woff2') format('woff2'), url('../fonts/titillium-web-v9-latin-600.woff') format('woff'); } @font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 900; src: local(''), url('../fonts/titillium-web-v9-latin-900.woff2') format('woff2'), url('../fonts/titillium-web-v9-latin-900.woff') format('woff'); } 
/* defaults       [3165] */ @media all { *, *::after, *::before{ -ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box; } html{ height: 100%; line-height: 1.75; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body{ overflow-y: scroll; overflow-x: hidden; margin: 0; font-size: 1rem; color: #FFFFFF; font-family: 'Titillium Web', Arial, Helvetica, sans-serif; font-weight: 600; } ::selection { background: #003059; color: #fff; text-shadow:none; } ::-webkit-selection { background: #003059; color: #fff; text-shadow:none; } ::-moz-selection { background: #003059; color: #fff; text-shadow:none; } p, ul, ol, blockquote{ margin: 0 0 1rem; } strong, b{ font-weight: 900; } a:focus{ outline: none; } ul{ padding: 0 0 0 1.25em; margin: 0 0 1em; } hr{ border: none; outline: none; background: #0057a4; 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; } img{ border-style: none; } .medium, img{ max-width: 100%; height: auto; vertical-align: bottom; } svg { overflow: hidden; } 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        [2083] */ .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: 1120px){ .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: 1360px){ .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: 1660px){ .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          [12934] */ .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: 1120px){ .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: 1360px){ .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: 1660px){ .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      [1843] */ .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: 1120px){ .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: 1360px){ .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: 1660px){ .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      [24369] */ .m-none { margin: 0 !important; } .mt-none, .my-none { margin-top: 0 !important; } .mr-none, .mx-none { margin-right: 0 !important; } .mb-none, .my-none { margin-bottom: 0 !important; } .ml-none, .mx-none { margin-left: 0 !important; } .m-min { margin: .25rem !important; } .mt-min, .my-min { margin-top: .25rem !important; } .mr-min, .mx-min { margin-right: .25rem !important; } .mb-min, .my-min { margin-bottom: .25rem !important; } .ml-min, .mx-min { margin-left: .25rem !important; } .m-small { margin: .5rem !important; } .mt-small, .my-small { margin-top: .5rem !important; } .mr-small, .mx-small { margin-right: .5rem !important; } .mb-small, .my-small { margin-bottom: .5rem !important; } .ml-small, .mx-small { margin-left: .5rem !important; } .m-default { margin: 1rem !important; } .mt-default, .my-default { margin-top: 1rem !important; } .mr-default, .mx-default { margin-right: 1rem !important; } .mb-default, .my-default { margin-bottom: 1rem !important; } .ml-default, .mx-default { margin-left: 1rem !important; } .m-medium { margin: 1.5rem !important; } .mt-medium, .my-medium { margin-top: 1.5rem !important; } .mr-medium, .mx-medium { margin-right: 1.5rem !important; } .mb-medium, .my-medium { margin-bottom: 1.5rem !important; } .ml-medium, .mx-medium { margin-left: 1.5rem !important; } .m-large { margin: 2.5rem !important; } .mt-large, .my-large { margin-top: 2.5rem !important; } .mr-large, .mx-large { margin-right: 2.5rem !important; } .mb-large, .my-large { margin-bottom: 2.5rem !important; } .ml-large, .mx-large { margin-left: 2.5rem !important; } .m-larger { margin: 5rem !important; } .mt-larger, .my-larger { margin-top: 5rem !important; } .mr-larger, .mx-larger { margin-right: 5rem !important; } .mb-larger, .my-larger { margin-bottom: 5rem !important; } .ml-larger, .mx-larger { margin-left: 5rem !important; } .m-largest { margin: 7.5rem !important; } .mt-largest, .my-largest { margin-top: 7.5rem !important; } .mr-largest, .mx-largest { margin-right: 7.5rem !important; } .mb-largest, .my-largest { margin-bottom: 7.5rem !important; } .ml-largest, .mx-largest { margin-left: 7.5rem !important; } .p-none { padding: 0 !important; } .pt-none, .py-none { padding-top: 0 !important; } .pr-none, .px-none { padding-right: 0 !important; } .pb-none, .py-none { padding-bottom: 0 !important; } .pl-none, .px-none { padding-left: 0 !important; } .p-min { padding: .25rem !important; } .pt-min, .py-min { padding-top: .25rem !important; } .pr-min, .px-min { padding-right: .25rem !important; } .pb-min, .py-min { padding-bottom: .25rem !important; } .pl-min, .px-min { padding-left: .25rem !important; } .p-small { padding: .5rem !important; } .pt-small, .py-small { padding-top: .5rem !important; } .pr-small, .px-small { padding-right: .5rem !important; } .pb-small, .py-small { padding-bottom: .5rem !important; } .pl-small, .px-small { padding-left: .5rem !important; } .p-default { padding: 1rem !important; } .pt-default, .py-default { padding-top: 1rem !important; } .pr-default, .px-default { padding-right: 1rem !important; } .pb-default, .py-default { padding-bottom: 1rem !important; } .pl-default, .px-default { padding-left: 1rem !important; } .p-medium { padding: 1.5rem !important; } .pt-medium, .py-medium { padding-top: 1.5rem !important; } .pr-medium, .px-medium { padding-right: 1.5rem !important; } .pb-medium, .py-medium { padding-bottom: 1.5rem !important; } .pl-medium, .px-medium { padding-left: 1.5rem !important; } .p-large { padding: 2.5rem !important; } .pt-large, .py-large { padding-top: 2.5rem !important; } .pr-large, .px-large { padding-right: 2.5rem !important; } .pb-large, .py-large { padding-bottom: 2.5rem !important; } .pl-large, .px-large { padding-left: 2.5rem !important; } .p-larger { padding: 5rem !important; } .pt-larger, .py-larger { padding-top: 5rem !important; } .pr-larger, .px-larger { padding-right: 5rem !important; } .pb-larger, .py-larger { padding-bottom: 5rem !important; } .pl-larger, .px-larger { padding-left: 5rem !important; } .p-largest { padding: 7.5rem !important; } .pt-largest, .py-largest { padding-top: 7.5rem !important; } .pr-largest, .px-largest { padding-right: 7.5rem !important; } .pb-largest, .py-largest { padding-bottom: 7.5rem !important; } .pl-largest, .px-largest { padding-left: 7.5rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } .ml-auto, .mx-auto { margin-left: auto !important; } @media all and (min-width: 576px){ .m-s-none { margin: 0 !important; } .mt-s-none, .my-s-none { margin-top: 0 !important; } .mr-s-none, .mx-s-none { margin-right: 0 !important; } .mb-s-none, .my-s-none { margin-bottom: 0 !important; } .ml-s-none, .mx-s-none { margin-left: 0 !important; } .m-s-min { margin: .25rem !important; } .mt-s-min, .my-s-min { margin-top: .25rem !important; } .mr-s-min, .mx-s-min { margin-right: .25rem !important; } .mb-s-min, .my-s-min { margin-bottom: .25rem !important; } .ml-s-min, .mx-s-min { margin-left: .25rem !important; } .m-s-small { margin: .5rem !important; } .mt-s-small, .my-s-small { margin-top: .5rem !important; } .mr-s-small, .mx-s-small { margin-right: .5rem !important; } .mb-s-small, .my-s-small { margin-bottom: .5rem !important; } .ml-s-small, .mx-s-small { margin-left: .5rem !important; } .m-s-default { margin: 1rem !important; } .mt-s-default, .my-s-default { margin-top: 1rem !important; } .mr-s-default, .mx-s-default { margin-right: 1rem !important; } .mb-s-default, .my-s-default { margin-bottom: 1rem !important; } .ml-s-default, .mx-s-default { margin-left: 1rem !important; } .m-s-medium { margin: 1.5rem !important; } .mt-s-medium, .my-s-medium { margin-top: 1.5rem !important; } .mr-s-medium, .mx-s-medium { margin-right: 1.5rem !important; } .mb-s-medium, .my-s-medium { margin-bottom: 1.5rem !important; } .ml-s-medium, .mx-s-medium { margin-left: 1.5rem !important; } .m-s-large { margin: 2.5rem !important; } .mt-s-large, .my-s-large { margin-top: 2.5rem !important; } .mr-s-large, .mx-s-large { margin-right: 2.5rem !important; } .mb-s-large, .my-s-large { margin-bottom: 2.5rem !important; } .ml-s-large, .mx-s-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-s-larger, .my-s-larger { margin-top: 5rem !important; } .mr-s-larger, .mx-s-larger { margin-right: 5rem !important; } .mb-s-larger, .my-s-larger { margin-bottom: 5rem !important; } .ml-s-larger, .mx-s-larger { margin-left: 5rem !important; } .m-s-largest { margin: 7.5rem !important; } .mt-s-largest, .my-s-largest { margin-top: 7.5rem !important; } .mr-s-largest, .mx-s-largest { margin-right: 7.5rem !important; } .mb-s-largest, .my-s-largest { margin-bottom: 7.5rem !important; } .ml-s-largest, .mx-s-largest { margin-left: 7.5rem !important; } .p-s-none { padding: 0 !important; } .pt-s-none, .py-s-none { padding-top: 0 !important; } .pr-s-none, .px-s-none { padding-right: 0 !important; } .pb-s-none, .py-s-none { padding-bottom: 0 !important; } .pl-s-none, .px-s-none { padding-left: 0 !important; } .p-s-min { padding: .25rem !important; } .pt-s-min, .py-s-min { padding-top: .25rem !important; } .pr-s-min, .px-s-min { padding-right: .25rem !important; } .pb-s-min, .py-s-min { padding-bottom: .25rem !important; } .pl-s-min, .px-s-min { padding-left: .25rem !important; } .p-s-small { padding: .5rem !important; } .pt-s-small, .py-s-small { padding-top: .5rem !important; } .pr-s-small, .px-s-small { padding-right: .5rem !important; } .pb-s-small, .py-s-small { padding-bottom: .5rem !important; } .pl-s-small, .px-s-small { padding-left: .5rem !important; } .p-s-default { padding: 1rem !important; } .pt-s-default, .py-s-default { padding-top: 1rem !important; } .pr-s-default, .px-s-default { padding-right: 1rem !important; } .pb-s-default, .py-s-default { padding-bottom: 1rem !important; } .pl-s-default, .px-s-default { padding-left: 1rem !important; } .p-s-medium { padding: 1.5rem !important; } .pt-s-medium, .py-s-medium { padding-top: 1.5rem !important; } .pr-s-medium, .px-s-medium { padding-right: 1.5rem !important; } .pb-s-medium, .py-s-medium { padding-bottom: 1.5rem !important; } .pl-s-medium, .px-s-medium { padding-left: 1.5rem !important; } .p-s-large { padding: 2.5rem !important; } .pt-s-large, .py-s-large { padding-top: 2.5rem !important; } .pr-s-large, .px-s-large { padding-right: 2.5rem !important; } .pb-s-large, .py-s-large { padding-bottom: 2.5rem !important; } .pl-s-large, .px-s-large { padding-left: 2.5rem !important; } .p-s-larger { padding: 5rem !important; } .pt-s-larger, .py-s-larger { padding-top: 5rem !important; } .pr-s-larger, .px-s-larger { padding-right: 5rem !important; } .pb-s-larger, .py-s-larger { padding-bottom: 5rem !important; } .pl-s-larger, .px-s-larger { padding-left: 5rem !important; } .p-s-largest { padding: 7.5rem !important; } .pt-s-largest, .py-s-largest { padding-top: 7.5rem !important; } .pr-s-largest, .px-s-largest { padding-right: 7.5rem !important; } .pb-s-largest, .py-s-largest { padding-bottom: 7.5rem !important; } .pl-s-largest, .px-s-largest { padding-left: 7.5rem !important; } .m-s-auto { margin: auto !important; } .mt-s-auto, .my-s-auto { margin-top: auto !important; } .mr-s-auto, .mx-s-auto { margin-right: auto !important; } .mb-s-auto, .my-s-auto { margin-bottom: auto !important; } .ml-s-auto, .mx-s-auto { margin-left: auto !important; } } @media all and (min-width: 768px){ .m-m-none { margin: 0 !important; } .mt-m-none, .my-m-none { margin-top: 0 !important; } .mr-m-none, .mx-m-none { margin-right: 0 !important; } .mb-m-none, .my-m-none { margin-bottom: 0 !important; } .ml-m-none, .mx-m-none { margin-left: 0 !important; } .m-m-min { margin: .25rem !important; } .mt-m-min, .my-m-min { margin-top: .25rem !important; } .mr-m-min, .mx-m-min { margin-right: .25rem !important; } .mb-m-min, .my-m-min { margin-bottom: .25rem !important; } .ml-m-min, .mx-m-min { margin-left: .25rem !important; } .m-m-small { margin: .5rem !important; } .mt-m-small, .my-m-small { margin-top: .5rem !important; } .mr-m-small, .mx-m-small { margin-right: .5rem !important; } .mb-m-small, .my-m-small { margin-bottom: .5rem !important; } .ml-m-small, .mx-m-small { margin-left: .5rem !important; } .m-m-default { margin: 1rem !important; } .mt-m-default, .my-m-default { margin-top: 1rem !important; } .mr-m-default, .mx-m-default { margin-right: 1rem !important; } .mb-m-default, .my-m-default { margin-bottom: 1rem !important; } .ml-m-default, .mx-m-default { margin-left: 1rem !important; } .m-m-medium { margin: 1.5rem !important; } .mt-m-medium, .my-m-medium { margin-top: 1.5rem !important; } .mr-m-medium, .mx-m-medium { margin-right: 1.5rem !important; } .mb-m-medium, .my-m-medium { margin-bottom: 1.5rem !important; } .ml-m-medium, .mx-m-medium { margin-left: 1.5rem !important; } .m-m-large { margin: 2.5rem !important; } .mt-m-large, .my-m-large { margin-top: 2.5rem !important; } .mr-m-large, .mx-m-large { margin-right: 2.5rem !important; } .mb-m-large, .my-m-large { margin-bottom: 2.5rem !important; } .ml-m-large, .mx-m-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-m-larger, .my-m-larger { margin-top: 5rem !important; } .mr-m-larger, .mx-m-larger { margin-right: 5rem !important; } .mb-m-larger, .my-m-larger { margin-bottom: 5rem !important; } .ml-m-larger, .mx-m-larger { margin-left: 5rem !important; } .m-m-largest { margin: 7.5rem !important; } .mt-m-largest, .my-m-largest { margin-top: 7.5rem !important; } .mr-m-largest, .mx-m-largest { margin-right: 7.5rem !important; } .mb-m-largest, .my-m-largest { margin-bottom: 7.5rem !important; } .ml-m-largest, .mx-m-largest { margin-left: 7.5rem !important; } .p-m-none { padding: 0 !important; } .pt-m-none, .py-m-none { padding-top: 0 !important; } .pr-m-none, .px-m-none { padding-right: 0 !important; } .pb-m-none, .py-m-none { padding-bottom: 0 !important; } .pl-m-none, .px-m-none { padding-left: 0 !important; } .p-m-min { padding: .25rem !important; } .pt-m-min, .py-m-min { padding-top: .25rem !important; } .pr-m-min, .px-m-min { padding-right: .25rem !important; } .pb-m-min, .py-m-min { padding-bottom: .25rem !important; } .pl-m-min, .px-m-min { padding-left: .25rem !important; } .p-m-small { padding: .5rem !important; } .pt-m-small, .py-m-small { padding-top: .5rem !important; } .pr-m-small, .px-m-small { padding-right: .5rem !important; } .pb-m-small, .py-m-small { padding-bottom: .5rem !important; } .pl-m-small, .px-m-small { padding-left: .5rem !important; } .p-m-default { padding: 1rem !important; } .pt-m-default, .py-m-default { padding-top: 1rem !important; } .pr-m-default, .px-m-default { padding-right: 1rem !important; } .pb-m-default, .py-m-default { padding-bottom: 1rem !important; } .pl-m-default, .px-m-default { padding-left: 1rem !important; } .p-m-medium { padding: 1.5rem !important; } .pt-m-medium, .py-m-medium { padding-top: 1.5rem !important; } .pr-m-medium, .px-m-medium { padding-right: 1.5rem !important; } .pb-m-medium, .py-m-medium { padding-bottom: 1.5rem !important; } .pl-m-medium, .px-m-medium { padding-left: 1.5rem !important; } .p-m-large { padding: 2.5rem !important; } .pt-m-large, .py-m-large { padding-top: 2.5rem !important; } .pr-m-large, .px-m-large { padding-right: 2.5rem !important; } .pb-m-large, .py-m-large { padding-bottom: 2.5rem !important; } .pl-m-large, .px-m-large { padding-left: 2.5rem !important; } .p-m-larger { padding: 5rem !important; } .pt-m-larger, .py-m-larger { padding-top: 5rem !important; } .pr-m-larger, .px-m-larger { padding-right: 5rem !important; } .pb-m-larger, .py-m-larger { padding-bottom: 5rem !important; } .pl-m-larger, .px-m-larger { padding-left: 5rem !important; } .p-m-largest { padding: 7.5rem !important; } .pt-m-largest, .py-m-largest { padding-top: 7.5rem !important; } .pr-m-largest, .px-m-largest { padding-right: 7.5rem !important; } .pb-m-largest, .py-m-largest { padding-bottom: 7.5rem !important; } .pl-m-largest, .px-m-largest { padding-left: 7.5rem !important; } .m-m-auto { margin: auto !important; } .mt-m-auto, .my-m-auto { margin-top: auto !important; } .mr-m-auto, .mx-m-auto { margin-right: auto !important; } .mb-m-auto, .my-m-auto { margin-bottom: auto !important; } .ml-m-auto, .mx-m-auto { margin-left: auto !important; } } @media all and (min-width: 1120px){ .m-l-none { margin: 0 !important; } .mt-l-none, .my-l-none { margin-top: 0 !important; } .mr-l-none, .mx-l-none { margin-right: 0 !important; } .mb-l-none, .my-l-none { margin-bottom: 0 !important; } .ml-l-none, .mx-l-none { margin-left: 0 !important; } .m-l-min { margin: .25rem !important; } .mt-l-min, .my-l-min { margin-top: .25rem !important; } .mr-l-min, .mx-l-min { margin-right: .25rem !important; } .mb-l-min, .my-l-min { margin-bottom: .25rem !important; } .ml-l-min, .mx-l-min { margin-left: .25rem !important; } .m-l-small { margin: .5rem !important; } .mt-l-small, .my-l-small { margin-top: .5rem !important; } .mr-l-small, .mx-l-small { margin-right: .5rem !important; } .mb-l-small, .my-l-small { margin-bottom: .5rem !important; } .ml-l-small, .mx-l-small { margin-left: .5rem !important; } .m-l-default { margin: 1rem !important; } .mt-l-default, .my-l-default { margin-top: 1rem !important; } .mr-l-default, .mx-l-default { margin-right: 1rem !important; } .mb-l-default, .my-l-default { margin-bottom: 1rem !important; } .ml-l-default, .mx-l-default { margin-left: 1rem !important; } .m-l-medium { margin: 1.5rem !important; } .mt-l-medium, .my-l-medium { margin-top: 1.5rem !important; } .mr-l-medium, .mx-l-medium { margin-right: 1.5rem !important; } .mb-l-medium, .my-l-medium { margin-bottom: 1.5rem !important; } .ml-l-medium, .mx-l-medium { margin-left: 1.5rem !important; } .m-l-large { margin: 2.5rem !important; } .mt-l-large, .my-l-large { margin-top: 2.5rem !important; } .mr-l-large, .mx-l-large { margin-right: 2.5rem !important; } .mb-l-large, .my-l-large { margin-bottom: 2.5rem !important; } .ml-l-large, .mx-l-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-l-larger, .my-l-larger { margin-top: 5rem !important; } .mr-l-larger, .mx-l-larger { margin-right: 5rem !important; } .mb-l-larger, .my-l-larger { margin-bottom: 5rem !important; } .ml-l-larger, .mx-l-larger { margin-left: 5rem !important; } .m-l-largest { margin: 7.5rem !important; } .mt-l-largest, .my-l-largest { margin-top: 7.5rem !important; } .mr-l-largest, .mx-l-largest { margin-right: 7.5rem !important; } .mb-l-largest, .my-l-largest { margin-bottom: 7.5rem !important; } .ml-l-largest, .mx-l-largest { margin-left: 7.5rem !important; } .p-l-none { padding: 0 !important; } .pt-l-none, .py-l-none { padding-top: 0 !important; } .pr-l-none, .px-l-none { padding-right: 0 !important; } .pb-l-none, .py-l-none { padding-bottom: 0 !important; } .pl-l-none, .px-l-none { padding-left: 0 !important; } .p-l-min { padding: .25rem !important; } .pt-l-min, .py-l-min { padding-top: .25rem !important; } .pr-l-min, .px-l-min { padding-right: .25rem !important; } .pb-l-min, .py-l-min { padding-bottom: .25rem !important; } .pl-l-min, .px-l-min { padding-left: .25rem !important; } .p-l-small { padding: .5rem !important; } .pt-l-small, .py-l-small { padding-top: .5rem !important; } .pr-l-small, .px-l-small { padding-right: .5rem !important; } .pb-l-small, .py-l-small { padding-bottom: .5rem !important; } .pl-l-small, .px-l-small { padding-left: .5rem !important; } .p-l-default { padding: 1rem !important; } .pt-l-default, .py-l-default { padding-top: 1rem !important; } .pr-l-default, .px-l-default { padding-right: 1rem !important; } .pb-l-default, .py-l-default { padding-bottom: 1rem !important; } .pl-l-default, .px-l-default { padding-left: 1rem !important; } .p-l-medium { padding: 1.5rem !important; } .pt-l-medium, .py-l-medium { padding-top: 1.5rem !important; } .pr-l-medium, .px-l-medium { padding-right: 1.5rem !important; } .pb-l-medium, .py-l-medium { padding-bottom: 1.5rem !important; } .pl-l-medium, .px-l-medium { padding-left: 1.5rem !important; } .p-l-large { padding: 2.5rem !important; } .pt-l-large, .py-l-large { padding-top: 2.5rem !important; } .pr-l-large, .px-l-large { padding-right: 2.5rem !important; } .pb-l-large, .py-l-large { padding-bottom: 2.5rem !important; } .pl-l-large, .px-l-large { padding-left: 2.5rem !important; } .p-l-larger { padding: 5rem !important; } .pt-l-larger, .py-l-larger { padding-top: 5rem !important; } .pr-l-larger, .px-l-larger { padding-right: 5rem !important; } .pb-l-larger, .py-l-larger { padding-bottom: 5rem !important; } .pl-l-larger, .px-l-larger { padding-left: 5rem !important; } .p-l-largest { padding: 7.5rem !important; } .pt-l-largest, .py-l-largest { padding-top: 7.5rem !important; } .pr-l-largest, .px-l-largest { padding-right: 7.5rem !important; } .pb-l-largest, .py-l-largest { padding-bottom: 7.5rem !important; } .pl-l-largest, .px-l-largest { padding-left: 7.5rem !important; } .m-l-auto { margin: auto !important; } .mt-l-auto, .my-l-auto { margin-top: auto !important; } .mr-l-auto, .mx-l-auto { margin-right: auto !important; } .mb-l-auto, .my-l-auto { margin-bottom: auto !important; } .ml-l-auto, .mx-l-auto { margin-left: auto !important; } } @media all and (min-width: 1360px){ .m-xl-none { margin: 0 !important; } .mt-xl-none, .my-xl-none { margin-top: 0 !important; } .mr-xl-none, .mx-xl-none { margin-right: 0 !important; } .mb-xl-none, .my-xl-none { margin-bottom: 0 !important; } .ml-xl-none, .mx-xl-none { margin-left: 0 !important; } .m-xl-min { margin: .25rem !important; } .mt-xl-min, .my-xl-min { margin-top: .25rem !important; } .mr-xl-min, .mx-xl-min { margin-right: .25rem !important; } .mb-xl-min, .my-xl-min { margin-bottom: .25rem !important; } .ml-xl-min, .mx-xl-min { margin-left: .25rem !important; } .m-xl-small { margin: .5rem !important; } .mt-xl-small, .my-xl-small { margin-top: .5rem !important; } .mr-xl-small, .mx-xl-small { margin-right: .5rem !important; } .mb-xl-small, .my-xl-small { margin-bottom: .5rem !important; } .ml-xl-small, .mx-xl-small { margin-left: .5rem !important; } .m-xl-default { margin: 1rem !important; } .mt-xl-default, .my-xl-default { margin-top: 1rem !important; } .mr-xl-default, .mx-xl-default { margin-right: 1rem !important; } .mb-xl-default, .my-xl-default { margin-bottom: 1rem !important; } .ml-xl-default, .mx-xl-default { margin-left: 1rem !important; } .m-xl-medium { margin: 1.5rem !important; } .mt-xl-medium, .my-xl-medium { margin-top: 1.5rem !important; } .mr-xl-medium, .mx-xl-medium { margin-right: 1.5rem !important; } .mb-xl-medium, .my-xl-medium { margin-bottom: 1.5rem !important; } .ml-xl-medium, .mx-xl-medium { margin-left: 1.5rem !important; } .m-xl-large { margin: 2.5rem !important; } .mt-xl-large, .my-xl-large { margin-top: 2.5rem !important; } .mr-xl-large, .mx-xl-large { margin-right: 2.5rem !important; } .mb-xl-large, .my-xl-large { margin-bottom: 2.5rem !important; } .ml-xl-large, .mx-xl-large { margin-left: 2.5rem !important; } .m-s-larger { margin: 5rem !important; } .mt-xl-larger, .my-xl-larger { margin-top: 5rem !important; } .mr-xl-larger, .mx-xl-larger { margin-right: 5rem !important; } .mb-xl-larger, .my-xl-larger { margin-bottom: 5rem !important; } .ml-xl-larger, .mx-xl-larger { margin-left: 5rem !important; } .m-xl-largest { margin: 7.5rem !important; } .mt-xl-largest, .my-xl-largest { margin-top: 7.5rem !important; } .mr-xl-largest, .mx-xl-largest { margin-right: 7.5rem !important; } .mb-xl-largest, .my-xl-largest { margin-bottom: 7.5rem !important; } .ml-xl-largest, .mx-xl-largest { margin-left: 7.5rem !important; } .p-xl-none { padding: 0 !important; } .pt-xl-none, .py-xl-none { padding-top: 0 !important; } .pr-xl-none, .px-xl-none { padding-right: 0 !important; } .pb-xl-none, .py-xl-none { padding-bottom: 0 !important; } .pl-xl-none, .px-xl-none { padding-left: 0 !important; } .p-xl-min { padding: .25rem !important; } .pt-xl-min, .py-xl-min { padding-top: .25rem !important; } .pr-xl-min, .px-xl-min { padding-right: .25rem !important; } .pb-xl-min, .py-xl-min { padding-bottom: .25rem !important; } .pl-xl-min, .px-xl-min { padding-left: .25rem !important; } .p-xl-small { padding: .5rem !important; } .pt-xl-small, .py-xl-small { padding-top: .5rem !important; } .pr-xl-small, .px-xl-small { padding-right: .5rem !important; } .pb-xl-small, .py-xl-small { padding-bottom: .5rem !important; } .pl-xl-small, .px-xl-small { padding-left: .5rem !important; } .p-xl-default { padding: 1rem !important; } .pt-xl-default, .py-xl-default { padding-top: 1rem !important; } .pr-xl-default, .px-xl-default { padding-right: 1rem !important; } .pb-xl-default, .py-xl-default { padding-bottom: 1rem !important; } .pl-xl-default, .px-xl-default { padding-left: 1rem !important; } .p-xl-medium { padding: 1.5rem !important; } .pt-xl-medium, .py-xl-medium { padding-top: 1.5rem !important; } .pr-xl-medium, .px-xl-medium { padding-right: 1.5rem !important; } .pb-xl-medium, .py-xl-medium { padding-bottom: 1.5rem !important; } .pl-xl-medium, .px-xl-medium { padding-left: 1.5rem !important; } .p-xl-large { padding: 2.5rem !important; } .pt-xl-large, .py-xl-large { padding-top: 2.5rem !important; } .pr-xl-large, .px-xl-large { padding-right: 2.5rem !important; } .pb-xl-large, .py-xl-large { padding-bottom: 2.5rem !important; } .pl-xl-large, .px-xl-large { padding-left: 2.5rem !important; } .p-xl-larger { padding: 5rem !important; } .pt-xl-larger, .py-xl-larger { padding-top: 5rem !important; } .pr-xl-larger, .px-xl-larger { padding-right: 5rem !important; } .pb-xl-larger, .py-xl-larger { padding-bottom: 5rem !important; } .pl-xl-larger, .px-xl-larger { padding-left: 5rem !important; } .p-xl-largest { padding: 7.5rem !important; } .pt-xl-largest, .py-xl-largest { padding-top: 7.5rem !important; } .pr-xl-largest, .px-xl-largest { padding-right: 7.5rem !important; } .pb-xl-largest, .py-xl-largest { padding-bottom: 7.5rem !important; } .pl-xl-largest, .px-xl-largest { padding-left: 7.5rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } } 
/* columns       [15008] */ .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.5rem; } .cols.large-gaps > * { padding-left: 2.5rem; } .cols.larger-gaps { margin-left: -5rem; } .cols.larger-gaps > * { padding-left: 5rem; } .cols.largest-gaps { margin-left: -7.5rem; } .cols.largest-gaps > * { padding-left: 7.5rem; } .w-100{ width: 100%; } .w-75{ width: 75%; } .w-50{ width: 50%; } .w-25{ width: 25%; } .w-auto{ width: auto; } @media all and (min-width: 576px){ .cols-s { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-s > * { float: left; padding-left: 1rem; position: relative; } .cols-s > .col-s-100 { width: 100%; } .cols-s > .col-s-80 { width: 80%; } .cols-s > .col-s-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.5rem; } .cols-s.large-gaps > * { padding-left: 2.5rem; } .cols-s.larger-gaps { margin-left: -5rem; } .cols-s.larger-gaps > * { padding-left: 5rem; } .cols-s.largest-gaps { margin-left: -7.5rem; } .cols-s.largest-gaps > * { padding-left: 7.5rem; } .w-s-100{ width: 100%; } .w-s-75{ width: 75%; } .w-s-50{ width: 50%; } .w-s-25{ width: 25%; } .w-s-auto{ width: auto; } } @media all and (min-width: 768px){ .cols-m { width: auto; margin-left: -1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display:flex; flex-wrap: wrap; } .cols-m > * { float: left; padding-left: 1rem; position: relative; } .cols-m > .col-m-100 { width: 100%; } .cols-m > .col-m-80 { width: 80%; } .cols-m > .col-m-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.5rem; } .cols-m.large-gaps > * { padding-left: 2.5rem; } .cols-m.larger-gaps { margin-left: -5rem; } .cols-m.larger-gaps > * { padding-left: 5rem; } .cols-m.largest-gaps { margin-left: -7.5rem; } .cols-m.largest-gaps > * { padding-left: 7.5rem; } .w-m-100{ width: 100%; } .w-m-75{ width: 75%; } .w-m-50{ width: 50%; } .w-m-25{ width: 25%; } .w-m-auto{ width: auto; } } @media all and (min-width: 1120px){ .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.5rem; } .cols-l.large-gaps > * { padding-left: 2.5rem; } .cols-l.larger-gaps { margin-left: -5rem; } .cols-l.larger-gaps > * { padding-left: 5rem; } .cols-l.largest-gaps { margin-left: -7.5rem; } .cols-l.largest-gaps > * { padding-left: 7.5rem; } .w-l-100{ width: 100%; } .w-l-75{ width: 75%; } .w-l-50{ width: 50%; } .w-l-25{ width: 25%; } .w-l-auto{ width: auto; } } @media all and (min-width: 1360px){ .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.5rem; } .cols-xl.large-gaps > * { padding-left: 2.5rem; } .cols-xl.larger-gaps { margin-left: -5rem; } .cols-xl.larger-gaps > * { padding-left: 5rem; } .cols-xl.largest-gaps { margin-left: -7.5rem; } .cols-xl.largest-gaps > * { padding-left: 7.5rem; } .w-xl-100{ width: 100%; } .w-xl-75{ width: 75%; } .w-xl-50{ width: 50%; } .w-xl-25{ width: 25%; } .w-xl-auto{ width: auto; } } @media all and (min-width: 1660px){ .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.5rem; } .cols-xxl.large-gaps > * { padding-left: 2.5rem; } .cols-xxl.larger-gaps { margin-left: -5rem; } .cols-xxl.larger-gaps > * { padding-left: 5rem; } .cols-xxl.largest-gaps { margin-left: -7.5rem; } .cols-xxl.largest-gaps > * { padding-left: 7.5rem; } .w-xxl-100{ width: 100%; } .w-xxl-75{ width: 75%; } .w-xxl-50{ width: 50%; } .w-xxl-25{ width: 25%; } .w-xxl-auto{ width: auto; } }
/* images         [4540] */ 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-9-16{ padding-bottom: 177.777%; } .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%; } @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: 1120px){ .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: 1360px){ .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: 1660px){ .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       [10041] */ @media all { html{ font-size: .9375rem; } .df-lightbox-wrapper .loading-info{ color: #000 !important; } #dp-form-nl + h1{ display: none; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{ margin: 0 0 1rem; letter-spacing: 2px; color: #FFFFFF; font-family: 'Titillium Web'; font-weight: 900; line-height: 1.25; display: block; } h1, .h1{ font-size: 1.75rem; text-transform: uppercase; } h2, .h2{ font-size: 1.5rem; } h3, .h3{ font-size: 1.25rem; } h4, .h4{ font-size: 1.125rem; } h5, .h5{ font-size: 1rem; } h6, .h6{ font-size: .875rem; } .article-text h1,.article-text .h1,.article-text h2,.article-text .h2,.article-text h3,.article-text .h3,.article-text h4,.article-text .h4,.article-text h5,.article-text .h5,.article-text h6,.article-text .h6 { font-weight: 600; color: #188df2; } .article-text ul { list-style: none; } .article-text ul li::before { content: "\2022"; color: #188df2; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } .colored-bg { padding: 1.5rem; background: #0057a4CC url(../images/txt_pattern_big.png) left center no-repeat; } .colored-bg h1,.colored-bg .h1,.colored-bg h2,.colored-bg .h2,.colored-bg h3,.colored-bg .h3,.colored-bg h4,.colored-bg .h4,.colored-bg h5,.colored-bg .h5,.colored-bg h6,.colored-bg .h6 { color: #fff; } .colored-bg ul li::before { color: #fff; } .colored-bg h1 a,.colored-bg h2 a,.colored-bg h3 a { color: #FFFFFF; } a:hover .colored-bg.is-link { background: #218c0bCC url(../images/txt_pattern_big_gruen.png) left center no-repeat; } a { color: #2dbe0f; text-decoration: none; background-color: transparent; } a:hover{ color: #218c0b; } body:not(.is-phone) a[href^='tel:']{ cursor: default; color: #FFFFFF!important; } a[data-title]{ display: block; position: relative; } a[data-title]::before{ z-index: 2; background: #003059; opacity: .3; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } a[data-title]::after{ -webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7); opacity: 0; z-index: 3; content: ""; position: absolute; top: 50%; left: 50%; width: 2rem; height: 2rem; margin: -1rem 0 0 -1em; background: url(../images/plus-circle-regular.svg) center no-repeat; background-size: contain; } a[data-title]:hover::before{ background: #2dbe0f; opacity: .5; } a[data-title]:hover::after{ opacity: .85; -webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1); } .has-overlay::before{ background: #003059; opacity: .3; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .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: #003059; 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: #555; opacity: .25; position: absolute; top: -1rem; left: 15px; line-height: 1rem; } .text-primary{ color: #003059; } .text-brandprimarydark{ color: #0058a5; } .text-secondary{ color: #188df2; } .text-default{ color: #FFFFFF; } .text-lightgrey{ color: #eee; } .text-grey{ color: #999; } .text-darkgrey{ color: #555; } .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: 900; } .text-regular{ font-weight: 600; } .dp-btn a ,a.dp-btn ,input.dp-btn ,button.dp-btn ,.dp-btn-pseudo { display: inline-flex; align-items: center; text-align: center; font-weight: 600; text-decoration: none!important; color: #fff; background: #2dbe0f url(../images/btn_pattern.png) left center no-repeat; transition: all .25s; padding: .25rem 1.5rem; border-bottom: 3px solid #188df2; } .dp-btn a svg,a.dp-btn svg,input.dp-btn svg,button.dp-btn svg,.dp-btn-pseudo svg { width: 1em; height: 1em; } .dp-btn a:hover, a.dp-btn:hover, input.dp-btn:hover, button.dp-btn:hover, .dp-btn-pseudo:hover{ color: #fff; background-color: #218c0b; } .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 #2dbe0f; color: #2dbe0f; background: #fff; margin: 2px; display: inline-block; } .dp-pagination a:hover,.dp-pagination a.current { color: #fff; background: #2dbe0f; } .has-subline{ display: inline-block; border-bottom: 3px solid #188df2; padding-bottom: .325rem; } .dp-accordion .accordion-title { color: white; } .dp-accordion .accordion-title svg,.dp-accordion .accordion-title .icon { width: 1em; height: 1em; } .dp-accordion .accordion-title svg { transition: transform .5s; } .dp-accordion .accordion-parent { padding: 1rem 0; } .dp-accordion .accordion-parent + .accordion-parent { border-top: 2px solid #eee; } .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 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .dp-map .map-marker-icon > svg { width: 25px; height: 33px; color: #003059; } .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%; } .download-item { height: 100%; background: rgba(0,0,0,.1); padding: 1.25rem; } .download-item .download-preview { margin-bottom: .5rem; padding: .5rem; background: rgba(255,255,255,.5); box-shadow: 0 0 3px 0 rgba(0,0,0,.1); } .download-item .download-title a,.download-item .download-title { font-size: 1rem; margin: 0; color: #FFFFFF; overflow: hidden; text-overflow: ellipsis; } .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); } .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 .bereichslink-image { background-color: rgba(0,0,0,.1); } .bereichslink-item .bereichslink-title { font-weight: 600; text-transform: uppercase; } .bereichslink-item .bereichslink-title span { color: #003059; } .bereichslink-item .bereichslink-title:last-child { margin-bottom: 0; } .bereichslink-item .bereichslink-facts * { color: #fff; } .contact-item { text-align: center; } .contact-item .contact-image { width: 200px; max-width: 75%; position: relative; margin: 0 auto 1rem; } .contact-item .contact-image .dp-fsimg { box-shadow: inset 0 0 0 6px #0058a599; } .contact-item .contact-title { margin: 0; } .contact-item .contact-position { text-transform: uppercase; margin-bottom: .5rem; } .contact-item p { line-height: 1.4; } .column-item .column-header .dp-fsimg.contain { background-color: #fff; border: 10px solid #fff; border-radius: 5px; } } @media all and (min-width: 576px){ } @media all and (min-width: 768px){ h1, .h1{ font-size: 2.5rem; } h2, .h2{ font-size: 2rem; } h3, .h3{ font-size: 1.5rem; } h4, .h4{ font-size: 1.25rem; } h5, .h5{ font-size: 1.125rem; } h6, .h6{ font-size: .925rem; } .dp-map { height: 450px; } .termin-item .termin-image { width: 200px; } } @media all and (min-width: 1120px){ html{ font-size: 1.25rem; } .dp-map { height: 600px; } .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: 1360px){ .text-columns-3{ column-count: 3; } h1, .h1{ font-size: 3.25rem; } } @media all and (min-width: 1660px){ } 
/* menu           [8223] */ @media screen, projection { #dp-navigation { text-align: center; } #dp-navigation li { display: inline; } #dp-navigation a { display: inline-block; margin: .25rem; font-size: .75rem; } #dp-navigation a:hover { opacity: .666; } #dp-navigation li.active > a { text-decoration: underline; } #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: #2dbe0f; 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; } #dp-mainmenu { display: none; width: 100%; background: #fff; margin: 1rem 0 0; } #dp-mainmenu li { position: relative; } #dp-mainmenu a,#dp-mainmenu .append-submenu { display: block; padding: .5rem 1rem; } #dp-mainmenu .append-submenu { display: none; position: absolute; top: 0; right: 0; width: 3rem; text-align: center; border-left: 1px solid rgba(0,0,0,.15); } #dp-mainmenu .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: #222222; } #dp-mainmenu li.has-submenu > .append-submenu { display: block; } #dp-mainmenu li.dropdownOpen > .append-submenu svg { -webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg); } #dp-mainmenu li.dropdownOpen > ul { display: block!important; } #dp-mainmenu > ul { margin: 0 -1rem; } #dp-mainmenu > ul > li { border-top: 1px solid rgba(0,0,0,.15); } #dp-mainmenu > ul > li > a { color: #222222; } #dp-mainmenu > ul > li.active > a,#dp-mainmenu > ul > li > a:active { color: #fff; background: #2dbe0f; } #dp-mainmenu > ul > li.active > a + .append-submenu > svg,#dp-mainmenu > ul > li > a:active + .append-submenu > svg { color: #222222; } #dp-mainmenu ul.submenu { display: none; background: #eee; } #dp-mainmenu ul.submenu li { border-top: 1px solid rgba(0,0,0,.1); font-size: .875em; } #dp-mainmenu ul.submenu li > a { color: #222222; } #dp-mainmenu ul.submenu > li.active > a,#dp-mainmenu ul.submenu > li > a:active { color:#222222; background: rgba(0,0,0,.1); } #dp-mainmenu ul.submenu > li.active > a + .append-submenu > svg,#dp-mainmenu ul.submenu > li > a:active + .append-submenu > svg { color: #222222; } #dp-mainmenu ul.submenu ul.submenu { background: rgba(0,0,0,.05); } 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-mainmenu { display: block!important; } } @media all and (min-width: 576px){ } @media all and (min-width: 768px){ } @media all and (min-width: 1120px){ #dp-mobilemenubtn{ display: none; } #dp-mainmenu { display: block!important; width: auto; background: none; margin: 0; border: none; height: auto; } #dp-mainmenu ul,#dp-mainmenu li,#dp-mainmenu .append-submenu { border: none!important; } #dp-mainmenu .append-submenu { display: none; pointer-events: none; -webkit-transform:scale(.666);-ms-transform:scale(.666);transform:scale(.666); line-height: .9em; } #dp-mainmenu .append-submenu svg { max-width: 1em; } #dp-mainmenu .dp-navigationtop { display: none!important; } #dp-mainmenu ul.menu .append-submenu { display: none !important; } #dp-mainmenu ul.menu li { position: relative; } #dp-mainmenu ul.menu li a { display: block; } #dp-mainmenu ul.menu li.active > a,#dp-mainmenu ul.menu li:hover > a { text-decoration: none; } #dp-mainmenu ul.submenu { display: block; width: 100%; background: rgba(255,255,255,0.7); -webkit-transform:translate(-50%, .5rem);-ms-transform:translate(-50%, .5rem);transform:translate(-50%, .5rem); box-shadow: 0 0 3px 0 rgba(0,0,0,.05); opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s; position: absolute; top: -100vh; left: -100vw; z-index: 5; } #dp-mainmenu ul.submenu li { border-top: 1px solid #fff; text-align: center; } #dp-mainmenu ul.submenu li > a { color: #003059; line-height: 1.25em; font-size: .875rem; padding: .75rem 1.25rem; } #dp-mainmenu ul.submenu > li.active > a,#dp-mainmenu ul.submenu > li:hover > a,#dp-mainmenu ul.submenu > li.dropdownOpen > a { color: #fff; background: #003059; } #dp-mainmenu ul.menu { margin: 0; height: 100%; } #dp-mainmenu ul.menu > li { float: left; height: 100%; } #dp-mainmenu ul.menu > li > a { position: relative; color: #0057a4; line-height: 1rem; height: 100%; display: inline-flex; align-items: center; background: linear-gradient(to right, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.9) 100%); } #dp-mainmenu ul.menu > li > a { font-size: 1rem; padding: 1.25rem; } #dp-mainmenu ul.menu > li > a::before { background: #188df2; content: ""; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #dp-mainmenu ul.menu > li > a > span { z-index: 4; position: relative; letter-spacing: .5px; } #dp-mainmenu ul.menu > li.active > a,#dp-mainmenu ul.menu > li:hover > a,#dp-mainmenu ul.menu > li.dropdownOpen > a { color: #fff; } #dp-mainmenu ul.menu > li.active > a::before,#dp-mainmenu ul.menu > li:hover > a::before,#dp-mainmenu ul.menu > li.dropdownOpen > a::before { opacity: 1; } #dp-mainmenu li:hover > .append-submenu svg,#dp-mainmenu li.dropdownOpen > .append-submenu svg { -webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0); } #dp-mainmenu li:hover > ul,#dp-mainmenu li.dropdownOpen > ul { opacity: 1; visibility: visible; } #dp-mainmenu li:hover ul.submenu,#dp-mainmenu li.dropdownOpen ul.submenu { top: 100%; left: 50%; -webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0); } #dp-mainmenu li:hover ul.submenu ul.submenu,#dp-mainmenu li.dropdownOpen ul.submenu ul.submenu { top: 0; left: 100%; } #dp-topnavigation ul,#dp-topnavigation li,#dp-topnavigation .append-submenu { border: none; } #dp-topnavigation li { position: relative; } #dp-topnavigation a { display: block; } #dp-topnavigation .append-submenu { display: none; } #dp-topnavigation ul.submenu { display: block; width: 200px; background: rgba(255,255,255,0.95); -webkit-transform:translate(0, .5rem);-ms-transform:translate(0, .5rem);transform:translate(0, .5rem); box-shadow: 0 0 3px 0 rgba(0,0,0,.05); opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s; position: absolute; top: -100vh; left: -100vw; z-index: 5; } #dp-topnavigation ul.submenu li + li { margin: 0 !important; } #dp-topnavigation ul.submenu li { border-top: 1px solid #ccc; display: block; } #dp-topnavigation ul.submenu li > a { color: #003059; line-height: 1.25em; font-size: .875rem; padding: .75rem 1.25rem; } #dp-topnavigation ul.submenu > li.active > a,#dp-topnavigation ul.submenu > li:hover > a,#dp-topnavigation ul.submenu > li.dropdownOpen > a { color: #fff; background: #003059; } #dp-topnavigation li:hover > .append-submenu svg,#dp-topnavigation li.dropdownOpen > .append-submenu svg { -webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0); } #dp-topnavigation li:hover > ul,#dp-topnavigation li.dropdownOpen > ul { opacity: 1; visibility: visible; } #dp-topnavigation li:hover ul.submenu,#dp-topnavigation li.dropdownOpen ul.submenu { top: 100%; left: -1.25rem; -webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0); } #dp-topnavigation li:hover ul.submenu ul.submenu,#dp-topnavigation li.dropdownOpen ul.submenu ul.submenu { top: 0; left: 100%; } } @media all and (min-width: 1360px){ } @media all and (min-width: 1660px){ }
/* forms          [1906] */ @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; } .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 select,.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: #003059; } .dp-form input.text,.dp-form select { max-width: 460px; } .dp-form textarea { min-height: 11em; } .dp-form .message.has-row-error { 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: 1120px){ } @media all and (min-width: 1360px){ } @media all and (min-width: 1660px){ }
/* layout         [1663] */ @media screen, projection { html{ } body{ background: #003059; margin: 0 auto; min-height: 720px; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05) } .dp-pagebounds { max-width: 1360px; width: 100%; margin: 0 auto; padding: 0 1rem; position: relative; } #dp-topheader { z-index: 650; font-size: .825rem; padding: .5rem 0; border-bottom: 1px solid #eee; position: relative; background: #FFFFFF; } #dp-topheader li { display: inline-block; } #dp-topheader li + li { margin-left: 1rem; } #dp-topheader a { color: #003059; } #dp-topheader li.active > a,#dp-topheader a:hover { color: #188df2; } #dp-header { position: relative; z-index: 550; background: #FFFFFF; } #dp-header .dp-pagebounds { padding-top: 1rem; padding-bottom: 1rem; } #dp-header #pagelogo a { display: inline-block; max-width: 200px; } #dp-header #pagelogo img { vertical-align: bottom; height: 50px; } #dp-footercontact { padding: 2.5rem 0; background: #0057a4; } #dp-footercontact * { color: #FFFFFF; } #dp-footer { padding: 1rem 0; background: #000000; } #dp-footer * { color: #FFFFFF; } } @media all and (min-width: 576px){ } @media all and (min-width: 768px){ } @media all and (min-width: 1120px){ #dp-topheader { border: none; position: absolute; top: 0; left: 0; width: 100%; background: rgba(255,255,255,0.75); } #dp-header { position: absolute; top: 75px; left: 0; width: 100%; background: transparent; } #dp-header .dp-pagebounds { padding-top: 0; padding-bottom: 0; } #dp-header #pagelogo { padding: 1rem; background: linear-gradient(to right, rgba(255,255,255,0.7) 85%,rgba(255,255,255,0.9) 100%); } } @media all and (min-width: 1360px){ } @media all and (min-width: 1660px){ }
/* blocks        [11823] */ @media screen, projection { .dp-blockgroup { overflow: hidden; } .dp-blockgroup.theme-default { background: #003059; } .dp-blockgroup.theme-primary { background: #003059; } .dp-blockgroup.theme-light { background: #eee; } .dp-blockgroup.theme-dark { background: #555; } .dp-blockgroup.theme-primary,.dp-blockgroup.theme-dark { color: #222222; } .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: #222222; } .dp-blockgroup.theme-primary a,.dp-blockgroup.theme-dark a { color: #003059; } .dp-blockgroup.theme-primary a:hover,.dp-blockgroup.theme-dark a:hover { color: #222222; } .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: #003059; color: #2dbe0f; } .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: #222222; color: #218c0b; } .dp-contentblock { margin: 1.5rem 0; position: relative; } .dp-contentblock .dp-article { margin: 0; } .dp-contentblock .dp-article::before,.dp-contentblock .dp-article::after { content:""; display:table; } .dp-contentblock .dp-article::after { clear:both; } .dp-contentblock .dp-article header.dp-articleheader { margin: 0 0 1.5rem; } .dp-contentblock .dp-article header.dp-articleheader h1,.dp-contentblock .dp-article header.dp-articleheader .h1,.dp-contentblock .dp-article header.dp-articleheader h2,.dp-contentblock .dp-article header.dp-articleheader .h2,.dp-contentblock .dp-article header.dp-articleheader h3,.dp-contentblock .dp-article header.dp-articleheader .h3,.dp-contentblock .dp-article header.dp-articleheader h4,.dp-contentblock .dp-article header.dp-articleheader .h4,.dp-contentblock .dp-article header.dp-articleheader h5,.dp-contentblock .dp-article header.dp-articleheader .h5,.dp-contentblock .dp-article header.dp-articleheader h6,.dp-contentblock .dp-article header.dp-articleheader .h6 { margin: 0; } .dp-contentblock .dp-article header.dp-articleheader h1 a,.dp-contentblock .dp-article header.dp-articleheader h2 a,.dp-contentblock .dp-article header.dp-articleheader h3 a { color: #FFFFFF; } .dp-contentblock.block-header,.dp-contentblock.block-slider,.dp-contentblock.block-parallaximage { margin: 0; } .dp-contentblock.block-header .text-overlay,.dp-contentblock.block-slider .text-overlay,.dp-contentblock.block-parallaximage .text-overlay { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%); padding: 0 1.5rem; } .dp-contentblock.block-header .text-overlay .pretitle,.dp-contentblock.block-header .text-overlay .title,.dp-contentblock.block-header .text-overlay .subtitle,.dp-contentblock.block-slider .text-overlay .pretitle,.dp-contentblock.block-slider .text-overlay .title,.dp-contentblock.block-slider .text-overlay .subtitle,.dp-contentblock.block-parallaximage .text-overlay .pretitle,.dp-contentblock.block-parallaximage .text-overlay .title,.dp-contentblock.block-parallaximage .text-overlay .subtitle { padding: .375rem 1.25rem; color: #fff; display: inline-block; margin: 0; box-shadow: 2px 2px 4px 1px rgba(0,0,0,.1); } .dp-contentblock.block-header .text-overlay .pretitle,.dp-contentblock.block-slider .text-overlay .pretitle,.dp-contentblock.block-parallaximage .text-overlay .pretitle { background: #FFFFFFD9; color: #003059; } .dp-contentblock.block-header .text-overlay .title,.dp-contentblock.block-slider .text-overlay .title,.dp-contentblock.block-parallaximage .text-overlay .title { background: #003059D9 url(../images/bkg_pattern.png) left center no-repeat; border-bottom: 3px solid #188df2; letter-spacing: 2px; } .dp-contentblock.block-header .text-overlay .title,.dp-contentblock.block-slider .text-overlay .title,.dp-contentblock.block-parallaximage .text-overlay .title { padding-right: 5.5rem; position: relative; } .dp-contentblock.block-header .text-overlay .title::after,.dp-contentblock.block-slider .text-overlay .title::after,.dp-contentblock.block-parallaximage .text-overlay .title::after { position: absolute; top: 0; right: 0; height: 100%; width: 4rem; background: url(../images/globe.png) center no-repeat; background-size: cover; content: ""; } .dp-contentblock.block-header .text-overlay .subtitle,.dp-contentblock.block-slider .text-overlay .subtitle,.dp-contentblock.block-parallaximage .text-overlay .subtitle { background: #188df2D9; } .dp-contentblock.block-header .image-textoverlay,.dp-contentblock.block-slider .image-textoverlay,.dp-contentblock.block-parallaximage .image-textoverlay { font-size: 1.25rem; padding: 1.5rem 0; background: #0057a4CC url(../images/txt_pattern.png) left center no-repeat; border-top: 3px solid #188df2; text-align: center; } .dp-contentblock.block-slider video { min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%); } .dp-contentblock.block-video .video-item + .video-item { margin-top: 2.5rem; } .dp-contentblock.block-audio .audio-item + .audio-item { margin-top: 1.5rem; } .dp-contentblock.block-jobs .job-item + .job-item { margin-top: 1rem; padding-top: 1rem; border-top: 2px solid #eee; } .dp-contentblock.block-timeline .timeline-item { padding: 1rem; } .dp-contentblock.block-timeline .timeline-item .item-year { color: #fff; opacity: .666; margin-bottom: .5rem; line-height: 1em; font-weight: 900; letter-spacing: 2px; font-size: 3rem; display: block; } .dp-contentblock.block-timeline .timeline-item .item-text { overflow: hidden; } .dp-contentblock.block-overlayimage { padding: 2rem; margin: 0!important; } .dp-contentblock.block-overlayimage .text-overlay { font-size: 1.25rem; padding: 1.5rem 0; background: #0057a4CC url(../images/txt_pattern.png) left center no-repeat; text-align: center; } .dp-contentblock.block-overlayimage .dp-pagebounds { max-width: 960px; } .dp-contentblock.block-teasercolumns .teasercolumn-title svg { width: .75em; height: .75em; color: #188df2; } .dp-contentblock.block-technischedaten .technischedaten-item { margin: 0 25px; } .dp-contentblock.block-technischedaten .swiper-button-disabled { opacity: 0; } .dp-contentblock.block-contacts .contact-item { margin: 0 25px; } .dp-contentblock.block-referenzen { margin: 0!important; } .dp-contentblock.block-referenzen .referenz-title { color: #fff; } .dp-contentblock.block-referenzen .referenz-content { padding: 1.5rem 0; background: #188df2; position: relative; } .dp-contentblock.block-referenzen .referenz-content .dp-pagebounds { z-index: 2; } .dp-contentblock.block-referenzen .referenz-content .referenz-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: blur(25px); opacity: .3; } .dp-contentblock.block-referenzen .referenz-image { padding-bottom: 66%; height: 0; } .dp-contentblock.block-images.has-slider { margin: 0!important; } .dp-contentblock.block-stellenangebot { margin-top: 200px; } } @media all and (min-width: 576px){ } @media all and (min-width: 768px){ .dp-contentblock { margin: 2.5rem 0; } .dp-contentblock.block-termin .termin-image { width: 320px; } .dp-contentblock.block-overlayimage { padding: 3rem 4rem; } .dp-contentblock.block-referenzen .referenz-content { height: 100%; } .dp-contentblock.block-referenzen .referenz-image { padding-bottom: 0; height: 100%; } } @media all and (min-width: 1120px){ .dp-contentblock.block-timeline { position: relative; padding-top: 6rem!important; padding-bottom: 6rem!important; } .dp-contentblock.block-timeline::after { width: .25rem; background: #188df2; height: 100%; position: absolute; top: 0; left: 50%; -webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0); content: ""; } .dp-contentblock.block-timeline .timeline-item { margin: -2rem 0; position: relative; border-top: none; margin-left: 2rem; border-left: 5px solid #188df2; } .dp-contentblock.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: ""; } .dp-contentblock.block-timeline .timeline-item::after { border-right: .75rem solid #188df2; right: 100%; } .dp-contentblock.block-timeline .timeline-item .item-year { text-align: left; margin-bottom: 1rem; } .dp-contentblock.block-timeline .pull .timeline-item { margin-left: 0; margin-right: 2rem; border-left: none; border-right: 5px solid #188df2; } .dp-contentblock.block-timeline .pull .timeline-item::after { border-right: none; border-left: .75rem solid #188df2; right: auto; left: 100%; } .dp-contentblock.block-timeline .pull .timeline-item .item-year { text-align: right; } .dp-contentblock.block-termin .termin-image { width: 460px; } .dp-contentblock.block-header .text-overlay .title,.dp-contentblock.block-slider .text-overlay .title,.dp-contentblock.block-parallaximage .text-overlay .title { font-size: 3.5rem; } .dp-contentblock.block-header .image-textoverlay,.dp-contentblock.block-slider .image-textoverlay,.dp-contentblock.block-parallaximage .image-textoverlay { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 15; } .dp-contentblock.block-referenzen .referenz-image { min-height: 520px; } } @media all and (min-width: 1360px){ .dp-contentblock.block-header .image-textoverlay,.dp-contentblock.block-slider .image-textoverlay,.dp-contentblock.block-parallaximage .image-textoverlay { padding: 3rem 0; font-size: 1.75rem; line-height: 1.5; } .dp-contentblock.block-overlayimage { padding: 4rem 8rem; } .dp-contentblock.block-technischedaten .technischedaten-item { margin: 0; } .dp-contentblock.block-technischedaten .swiper-button-prev { margin-left: -30px; } .dp-contentblock.block-technischedaten .swiper-button-next { margin-right: -30px; } .dp-contentblock.block-contacts .contact-item { margin: 0; } .dp-contentblock.block-contacts .swiper-button-prev { margin-left: -30px; } .dp-contentblock.block-contacts .swiper-button-next { margin-right: -30px; } } @media all and (min-width: 1660px){ .dp-contentblock.block-header .text-overlay .title,.dp-contentblock.block-slider .text-overlay .title,.dp-contentblock.block-parallaximage .text-overlay .title { font-size: 3.5rem; } .dp-contentblock.block-header .image-textoverlay,.dp-contentblock.block-slider .image-textoverlay,.dp-contentblock.block-parallaximage .image-textoverlay { padding: 4rem 0; font-size: 2rem; } .dp-contentblock.block-technischedaten .swiper-button-prev { margin-left: -150px; } .dp-contentblock.block-technischedaten .swiper-button-next { margin-right: -150px; } .dp-contentblock.block-contacts .swiper-button-prev { margin-left: -150px; } .dp-contentblock.block-contacts .swiper-button-next { margin-right: -150px; } }
/* 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; } }
