
#cookieman-modal.modal{z-index:9999}@media (min-width:768px){#cookieman-modal .modal-dialog{margin:80px auto 0}}#cookieman-modal label{margin-bottom:0}#cookieman-modal .panel-title{position:relative}#cookieman-modal table{font-size:80%}#cookieman-modal .modal-body{padding-bottom:0}#cookieman-modal [data-toggle=collapse]:after{font-family:'Glyphicons Halflings';content:"\e114";font-size:.7em;padding-left:.7em;opacity:.7;padding-top:.4%}#cookieman-settings [data-toggle=collapse]:after{float:right}#cookieman-modal [data-toggle=collapse].collapsed:after{content:"\e080"}

/* TiGridelements.css */

/* bootstrap reboot 4 or normalize.css v6.0.0 expected! https://github.com/necolas/normalize.css/blob/6.0.0/normalize.css */
/* ti_base.css expected! */


/* grid-slider. grid-carousel */
@media all {
    /* no slider, no slides... */
    .no-js .ce-slider > :not(:first-child) {
        display: none;
    }

    /* slider and carousel */
    .slick-slider .ce-element { margin-bottom: 0; }

    .slick-dots {
        line-height: 0;
        list-style: none;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0.625rem 0 0;
        padding: 0;
    }

    .slick-dots li {
        display: inline-block;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .slick-dots li + li {
        margin-left: 0.625rem;
    }

    .slick-dots button {
        display: block;
        font-size: 0;
        width: 1rem;
        height: 1rem;
        border: none;
        border-radius: 50%;
        color: inherit;
        background: currentColor;
        opacity: 0.125;
        -webkit-appearance: none;
        padding: 0;
        box-shadow: none;
    }

    .slick-dots .slick-active button {
        background-color: rgb(183,191,16);
        opacity: 1;
    }

    /* only slider */
    .ce-grid-slider {
        margin-bottom: 3.75rem;
    }

    .ce-slider .slick-list {
        border-radius: 0.5rem;
        box-shadow: 0 0rem 1.25rem rgba(0,0,0,0.25);
        border-bottom: var(--border);
    }

    .ce-slider .ce-textmedia-inner {
        padding: 0 1.25rem 0.625rem;
    }

    .ce-slider .slick-slide { position: relative; }
    .ce-slider .slick-slide:focus {     border: 2px solid rgb(0,56,101); }

    .ce-slider .ce-teaserlink-outer { margin:0; }

    .slick-pause {
        position: absolute;
        top:  0.625rem;
        right: 0.625rem;
        z-index: 1;
        font-size: 125%;
        -webkit-appearance: none;
        border: none;
        transition: all 0.25s;
        aspect-ratio: 1;
        min-height: 2.5rem;
        border-radius: 100%;
        background: var(--color-blue);
        color: white;
        box-shadow: var(--shadow-hard);
    }

    .slick-paused,
    .slick-pause:hover,
    .slick-pause:focus {
            background: white;
            color: var(--color-blue);
    }
    .slick-pause .fa { margin: 0; }

    .ce-frame-boxslider .ce-layout-box-outer {
        margin-bottom: 1.875rem;
    }

    .ce-frame-boxslider .ce-layout-box-inner {
        padding: 0;
    }

    .ce-frame-boxslider .ce-slider {
        margin-bottom:0;
    }

    .ce-frame-boxslider .ce-bodytext {
        color: inherit;
        background: none;
    }

    /* carousel */
    .ce-carousel {
        margin: 0 -1.25rem 0.9375rem;
    }

    .ce-carousel .slick-track > div {
        padding: 0 1.25rem;
        height: auto;
    }
    .ce-carousel .slick-arrow {
        display: none !important;
    }

    .ce-carousel .slick-dots {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem;
    }
}

/* accordeon, tabs */
@media all {
    /* Accordeon */
    .ce-accordeon {
        margin-bottom: 2.5rem;
    }

    .ce-accordeon .rc-head {
        margin-bottom: 0;
    }

    .ce-accordeon .rc-head .rc-link {
        position: relative;
        color: rgb(0,56,101);
    }
    .ce-accordeon .rc-head .rc-link:hover,
    .ce-accordeon .rc-head .rc-link:focus {
        color: rgb(255,255,255);
    }

    .ce-accordeon .rc-head .rc-link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.25rem;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        font: normal normal normal 16px/1 FontAwesome;
        font-size: 200%;
        content: "\f0d7";
    }

    .ce-accordeon .rc-head.rc-open .rc-link::after {
        content: "\f0d8";
    }

    .ce-accordeon > .ce-element {
        color: rgb(51,51,51);
        background: rgb(255,255,255);
        box-shadow: 0 0rem 1.25rem rgba(0,0,0,0.25);
        border-radius: 0.5em;
        overflow: hidden;
    }

    .ce-accordeon > .ce-element + .ce-element {
        margin-top: 2.5rem;
    }

    .ce-accordeon > .ce-element > .rc-head > * {
        margin:0;
        padding: 1.875rem 1.25rem;
    }
    .ce-accordeon > .ce-element > .rc-head > .rc-link > * {
        padding-right: 1.875rem;
    }
    .ce-accordeon > .ce-element > .rc-head > .rc-link * {
        color: currentColor;
    }

    .ce-accordeon .rc-link:hover {
        text-decoration: none;
    }

    .ce-accordeon .rc-head .rc-show-closed > *,
    .ce-accordeon .rc-head .rc-show-opened > * { margin:0; padding:0; }

    .ce-accordeon .rc-head .fa {
        width: 1em;
        white-space: nowrap;
        margin-right: 1.25rem;
    }

    .ce-accordeon .rc-container-enabled {
        padding: 1.875rem 1.25rem 0;
        border-top: 1px solid rgb(229,229,229);
    }

    .ce-accordeon > .ce-frame-inverted  {
        color: rgb(255,255,255);
        background-color: rgb(0,56,101);
    }

    .ce-accordeon > .ce-frame-inverted .rc-head .rc-link {
        color: currentColor;
    }

    .ce-accordeon > .ce-frame-inverted .rc-head .rc-link:hover,
    .ce-accordeon > .ce-frame-inverted .rc-head .rc-link:focus {
        color: rgb(0,56,101);
        background: rgb(255,255,255);
    }

    .ce-accordeon > .ce-frame-inverted .rc-container-enabled {
        border-top-color: rgba(255,255,255,0.25);
    }

}

/* masonry */
@media all {
    .ce-masonry {
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ce-masonry > .ce-element {
        width: 100%;
    }
}

/* content menu */
@media all {
    .ce-menu-content {
        position: relative;
    }
    .ce-menu-content-trigger {
        position: absolute;
        top: -7.5rem;
    }
    .ce-menu-elements .current > .item {
        background: rgb(201,201,201);
    }
}

@media all and (min-width:30em) {
    /* grid styles */
    .ce-grid {
        margin: 0 -0.625rem;
    }
    .ce-grid > .ce-col {
        float: left;
        padding: 0 0.625rem;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
    }

    .ce-grid-align-vertical {
        display: flex;
        align-items: center;
    }

    .ce-grid-align-bottom {
        display: flex;
        align-items: flex-end;
    }

    /* 2 col */
    .ce-grid-50-50 > .ce-col { width: 50%; }
    .ce-grid-50-50 > .ce-col:nth-child(2n+1) {
        clear: left;
    }

    /* 4 col */
    .ce-grid-25-25-25-25 > .ce-col { width: 50%; }
    .ce-grid-25-25-25-25  > .ce-col:nth-child(2n+1) {
        clear: left;
    }

    .ce-grid > .ce-col-right {
        float: right;
    }

    /* slider */
    .slick-pause {
        top:  1.25rem;
        right: 1.25rem;
    }

    /*    .ce-slider .ce-header,
    .ce-slider .ce-bodytext {
    padding-left: 1.25rem;
    padding-right:1.25rem;
}*/

}

/* medium */
@media all and (min-width: 47.5em) {

    .ce-grid,
    .ce-grid-medium {
        margin: 0 -1.25rem;
    }
    .ce-grid > .ce-col,
    .ce-grid-medium > .ce-col {
        float: left;
        padding: 0 1.25rem;
        max-width: 100%;
        min-height: 1px;
    }

    .ce-grid-medium > .ce-col-right {
        float: right;
    }

    .ce-grid-align-medium-center {
        display: flex;
        align-items: center;
    }

    .ce-grid-align-medium-bottom {
        display: flex;
        align-items: flex-end;
    }

    /* 2 col */
    .ce-grid-medium-50-50 > .ce-col { width: 50%; }
    .ce-grid-medium-50-50 > .ce-col:nth-child(2n+1) {
        clear: left;
    }
    .ce-grid-33-66 > .ce-col { width: 33.333%; }
    .ce-grid-33-66 > .ce-col + .ce-col { width:66.666%; }

    .ce-grid-66-33 > .ce-col { width: 66.666%; }
    .ce-grid-66-33 > .ce-col + .ce-col { width:33.333%; }

    /* 3 col */
    .ce-grid-33-33-33 > .ce-col { width: 33.3333%; }
    .ce-grid-33-33-33 > .ce-col:nth-child(3n+1) {
        clear: left;
    }

    /* rc-tabs as tabs :-) */

    .rc-tab-headings {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .rc-tab-headings li {
        float:left;
        margin: 0;
    }
    .rc-tab-headings button {
        color: inherit;
        border: 1px solid currentColor;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-right-width: 0;
        padding: 0.625rem;
        background: none;
        opacity: 0.5;
        -webkit-appearance: none;
    }
    .rc-tab-headings li:last-child button {
        border-right-width: 1px;
    }

    .rc-tab-headings li.rc-open button {
        border-bottom-color: rgb(255,255,255);
        border-right-width: 1px;
        font-weight: bold;
        opacity: 1;
    }
    .ce-frame-inverted .rc-tab-headings li.rc-open button { border-bottom-color: rgb(102,102,102); }

    .rc-tab-headings li.rc-open + li button {
        border-left-width: 0;
    }

    .rc-tab-headings button > * {
        font-size: 1em;
        margin: 0;
        padding: 0;
        color: inherit;
        font-weight: inherit;
    }

    .rc-tab-panel {
        margin-top: -1px !important;
        border: 1px solid currentColor;
        padding: 1.25rem 1.25rem 0;
        border-radius: 0 3px 3px 3px;
    }

    .ce-accordeon > .ce-element > .rc-head > * {
        padding: 1.875rem 1.875rem;
    }
    .ce-accordeon .rc-head .rc-link::after {
        right: 1.875rem;
    }
    .ce-accordeon .rc-container-enabled {
        padding: 1.875rem 1.875rem 0;
    }

    /* masonry */
    .ce-masonry > .ce-element {
        width: 50%;
        float: left;
        padding: 0 0.625rem;
    }
    .ce-masonry > .ce-element:nth-child(2n+1) {
        clear: left;
    }

    /* slider */
    .ce-slider .ce-textmedia-inner {
        padding: 0 1.875rem 0.625rem;
    }
}

/* large */
@media all and (min-width: 62.5em) {

    /* grid */

    .ce-grid,
    .ce-grid-medium,
    .ce-grid-large {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .ce-grid > .ce-col,
    .ce-grid-medium > .ce-col,
    .ce-grid-large > .ce-col {
        float:left;
        max-width: 100%;
        padding: 0 1.25rem;
    }

    .ce-grid-large > .ce-col-right {
        float: right;
    }

    .ce-grid-align-large-center {
        display: flex;
        align-items: center;
    }

    .ce-grid-align-large-bottom {
        display: flex;
        align-items: flex-end;
    }

    .ce-grid-large-50-50 > .ce-col {
        width: 50%;
    }
    .ce-grid-large-66-33 > .ce-col {
        width: 66.6666%;
    }
    .ce-grid-large-66-33 > .ce-col + .ce-col {
        width: 33.3333%;
    }
    .ce-grid-large-33-66 > .ce-col {
        width: 33.3333%;
    }
    .ce-grid-large-33-66 > .ce-col + .ce-col {
        width: 66.6666%;
    }

    .ce-col-large-sticky {
        position: sticky;
        top: 5rem;
    }

    .ce-grid-66 > .ce-col {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 65rem;
    }

    /* slider */

    /* carousel */
    .ce-carousel {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .ce-carousel .slick-track > div {
        padding: 0 1.25rem;
    }

    /* accordeon, tabs */
    .ce-tabs,
    .ce-accordeon {
        margin-bottom: 2.5rem;
    }

    /* masonry */
    .ce-masonry > .ce-element {
        width: 33.3333%;
        float: left;
        padding: 0 1.25rem;
    }
    .ce-masonry > .ce-element:nth-child(2n+1) {
        clear: none;
    }
    .ce-masonry > .ce-element:nth-child(3n+1) {
        clear: left;
    }
}

/* desktop additional */
@media (min-width: 88.75em) {

    /* 4 col */
    .ce-grid-25-25-25-25 > .ce-col { width: 25%; }
    .ce-grid-25-25-25-25  > .ce-col:nth-child(2n+1) { clear: none; }
    .ce-grid-25-25-25-25 > .ce-col:nth-child(4n+1) { clear: left; }

}

/* xlarge */
@media all and (min-width: 92.5em) {

    .page-stage .ce-slider .ce-textmedia-inner {
        left: 50%;
        margin-left: calc(-32.5rem - 5rem);
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    /* accordeon, tabs */
    .ce-tabs,
    .ce-accordeon {
        margin-bottom: 2.5rem;
    }

    .ce-accordeon > .ce-element > .rc-head > * {
        padding: 1.875rem 2.5rem;
    }
    .ce-accordeon .rc-head .rc-link::after {
        right: 2.5rem;
    }
    .ce-accordeon .rc-container-enabled {
        padding: 1.875rem 2.5rem 0;
    }

    /* silder */
    .ce-slider .ce-textmedia-inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media all and (min-width:105em) {
    .ce-carousel .slick-arrow {
        display: block !important;
        position: absolute;
        top: calc(50% - 1.25rem);
        color: rgba(0,0,0,0);
        width: 2.5rem;
        height: 2.5rem;
        border: 0;
        border-radius: 100%;
        background: rgba(0,0,0,0.25);
        cursor: pointer;
    }
    .ce-carousel .slick-arrow::before {
        content: "\f053";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: rgba(255,255,255,0.75);
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
    }
    .ce-carousel .slick-arrow.slick-disabled {
        opacity: 0.5;
        cursor: initial;
    }
    .ce-carousel .slick-arrow:not(.slick-disabled):hover {
        background: rgba(0,0,0,0.5);
    }
    .ce-frame-inverted .ce-carousel .slick-arrow:not(.slick-disabled):hover {
        background: rgba(255,255,255,0.25);
    }

    .ce-carousel .slick-arrow {
        left: calc(50% - 43.625rem);
    }
    .ce-carousel .slick-arrow.slick-next {
        left: auto;
        right: calc(50% - 43.625rem);
    }
    .ce-carousel .slick-arrow.slick-next::before {
        content: "\f054";
    }
}

#cookieman-modal .panel-title {
    display: flex;
    align-items: center;
}

#cookieman-modal .panel-title label {
    width: auto;
}

#cookieman-modal .panel-title a {
    flex-grow: 1;
}

#cookieman-modal table {
    width: 100%;
}

#cookieman-modal th,
#cookieman-modal td {
    padding-right: 0.5em;
    text-align: left;
    vertical-align: text-bottom;
}

#cookieman-modal [data-toggle="collapse"]::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f077";
}

#cookieman-modal [data-toggle="collapse"].collapsed::after {
    content: "\f078";
}

.cookieman-revoke {
    position: fixed;
    left: 0.625rem;
    bottom: 0.625rem;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('../../../typo3conf/ext/ti_cookieman_config/Resources/Public/Icons/cookie.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(128, 128, 128);
    border: none;
    border-radius: 50%;
    opacity: 0.5;
}
#cookieman-modal .btn-success {
    background-color: rgb(183, 191, 16);
    border-color: rgb(183, 191, 16);
}

@media (min-width: 1024px) {
    #cookieman-modal .modal-dialog {
        width: 50em;
        max-width: 80vw;
    }
}

/* TiElements.css */

/* bootstrap reboot 4 or normalize.css v6.0.0 expected!https://github.com/necolas/normalize.css/blob/6.0.0/normalize.css */
/* ti_base.css expected! */

@media all { /* redefine some things */
    .ce-element figure { margin:0; }
    .ce-element img { display: block; }
    .ce-element img { max-width: 100%; height: auto; }

    .ce-element { margin-bottom: 0.9375rem; }

    .ce-type-header,
    .ce-type-shortcut,
    .ce-type-html,
    [class*="ce-type-grid"]  {
        margin-bottom: 0;
    }

    caption,
    figcaption {
        font-size: 87.5%;
        line-height: 1.25;
        text-align: left;
        color: inherit;
        padding: 0.3125rem 0 0;
        caption-side: bottom;
    }

    .ce-media-caption {
        line-height: 1.6666;
        padding: 0.625rem 1.25rem;
        color: rgb(255,255,255);
        background-color: rgb(183,191,16);
    }
}

/* CE options*/
@media all {

    /* header */
    .ce-header-center {
        text-align: center;
    }
    .ce-header-left {
        text-align: left;
    }
    .ce-header-right {
        text-align: right;
    }
    /* sitemap menu */
    .ce-menu {
        list-style: none;
        padding: 0;
    }
    .ce-menu a {
        display: block;
        text-decoration: none;
        padding: 0.3125rem;
    }


    /* teaserlink aka fatlink */
    .ce-teaserlink-outer {
        position: relative;
    }

    /* every link inside (there should not be one...) */
    .ce-teaserlink-outer a {
        z-index: 2;
        position: relative;
    }

    /* the fatlink itself */
    .ce-teaserlink-outer .ce-teaserlink-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity:0;
    }

    .ce-teaserlink-link::before,
    .ce-teaserlink-link::after { content: none !important; }

    /* uploads */
    .ce-uploads {
        list-style-type: none;
        padding-left: 0;
    }
    .ce-uploads li+li {
        margin-top: 0.625rem;
    }

    /* frames */
    .ce-textmedia-inner { /*! overflow: hidden; */ }

    .ce-frame-inverted > div:not(.ce-header) {
        color: rgb(255,255,255);
        background-color: rgb(0,56,101);
        text-shadow: 0 0 3px rgba(0,0,0,0.5);
    }
    .ce-frame-inverted a:not(.btn) {
        color: rgb(255,255,255);
    }

    .ce-frame-inverted a:not(.btn):focus,
    .ce-frame-inverted a:not(.btn):hover {
        color: rgb(0,56,101);
        background-color: rgb(255,255,255);
        text-decoration: none;
        text-shadow: none;
    }

}

/* tables */
@media all {

    .ce-table {
    }

    .ce-table th,
    .ce-table td {
        text-align: left;
        vertical-align: top;
    }

    .ce-table-bordered th,
    .ce-table-bordered td,
    .ce-table-striped th,
    .ce-table-striped td {
        padding:0.625rem 1.25rem;
    }

    .ce-table-bordered {
        border: 1px solid rgb(205,205,205);
        border-collapse: collapse;
    }

    .ce-table-bordered th,
    .ce-table-bordered td {
        border: 1px solid rgb(205,205,205);
    }

    .ce-table-striped th,
    .ce-table-striped td {
        background-color: rgba(0,0,0,0.025);
        background-clip: padding-box;
    }

    .ce-table-striped tr:nth-child(odd) th,
    .ce-table-striped tr:nth-child(odd) td {
        background-color: rgba(0,0,0,0.05);
    }
    .ce-table-striped thead th,
    .ce-table-striped thead td,
    .ce-table-striped tfoot th,
    .ce-table-striped tfoot td {
        background-color: rgba(0,0,0,0.15) !important;
    }

    .ce-table-striped th+td,
    .ce-table-striped td+td,
    .ce-table-striped th+th {
        border-left: 1px solid rgba(0,0,0,0);
    }

    .ce-table-striped tr+tr,
    .ce-table-striped tbody tr:first-child,
    .ce-table-striped tfoot tr:first-child {
        border-top: 1px solid rgba(0,0,0,0);
    }
    .ce-type-table .ce-layout-fullwidth-inner {
        overflow: auto;
        overflow-y: visible;
    }
    .ce-type-table .ce-layout-fullwidth-inner > .ce-table {
        width: 100%;
    }

    .ce-frame-align-all-center th,
    .ce-frame-align-all-center td,
    .ce-frame-align-all-center caption,
    .ce-frame-align-header-center th,
    .ce-frame-align-data-center td {
        text-align: center;
    }
    .ce-frame-align-data-right td {
        text-align: right;
    }


    .rc-xsmall .ce-table-small-linearized tr,
    .rc-xsmall .ce-table-small-linearized td,
    .rc-xsmall .ce-table-small-linearized th,
    .rc-small .ce-table-small-linearized tr,
    .rc-small .ce-table-small-linearized td,
    .rc-small .ce-table-small-linearized th {
        display: block;
    }

    .rc-small .ce-table-small-linearized.ce-table-striped th+td,
    .rc-small .ce-table-small-linearized.ce-table-striped td+td,
    .rc-small .ce-table-small-linearized.ce-table-striped th+th,
    .rc-xsmall .ce-table-small-linearized.ce-table-striped th+td,
    .rc-xsmall .ce-table-small-linearized.ce-table-striped td+td,
    .rc-xsmall .ce-table-small-linearized.ce-table-striped th+th {
        border-left: none;
        border-top: 1px solid rgba(0,0,0,0);
    }

    .rc-small .ce-table-small-linearized.ce-table-striped tr + tr,
    .rc-xsmall .ce-table-small-linearized.ce-table-striped tr + tr {
        margin-top: 2.5rem;
    }
}

/* image rendering */
@media all {

    /* lazyloading */
    .ce-element img[data-sizes="auto"] { display: block; width: 100%; opacity: 0; }
    .ce-element img[data-sizes="auto"].lazyloaded { padding-bottom: 0 !important; height: auto!important; opacity: 1; }

    .no-js .ce-element .lazyload { display:none !important; }

    .ce-gallery .ce-media,
    .ce-gallery .ce-column,
    .ce-gallery .ce-media-caption,
    .ce-gallery a,
    .ce-gallery img { display: block; max-width: 100%; }

    .ce-above-header .ce-gallery,
    .ce-above .ce-gallery {
        padding-bottom: 0.3125rem;
    }
    .ce-header + .ce-above .ce-gallery,
    .ce-below .ce-gallery {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
    }

    .ce-row {
        margin: 0 -0.3125rem;
        line-height: 0;
    }

    .ce-column {
        float: left;
        width: 100%;
        margin-bottom: 0.625rem;
        padding: 0 0.3125rem;
    }

    [data-ce-columns="2"] .ce-column {
        max-width: 50%;
    }
    [data-ce-columns="2"] .ce-column:nth-child(2n+1) { clear: left; }

    [data-ce-columns="3"] .ce-column {
        max-width: 33.3333%;
    }
    [data-ce-columns="3"] .ce-column:nth-child(3n+1) { clear: left; }

    [data-ce-columns="4"] .ce-column {
        max-width: 50%;
    }
    [data-ce-columns="4"] .ce-column:nth-child(2n+1) { clear: left; }

    /* svg */
    .ce-media img[src$="svg"] {
        width: 100%;
    }

    /* video */
    .ce-embed {
        position: relative;
        height: 0;
    }

    .ce-embed > * {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width: 100%;
        height: 100%;
        overflow:hidden;
        border: 0;
    }
    .ce-embed {
        padding-bottom: 75%;
    }
    .ce-embed-ratio-4-3 {
        padding-bottom: 75%;
    }
    .ce-embed-ratio-3-2 {
        padding-bottom: 66.6667%;
    }
    .ce-embed-ratio-16-10 {
        padding-bottom: 62.5%;
    }
    .ce-embed-ratio-16-9 {
        padding-bottom: 56.25%;
    }

    /* audio */
    .ce-embed-audio {
        position: static;
        height: auto;
    }

    .ce-embed-audio > * {
        position: static;
        height: auto;
        min-height: 32px; /* chrome has height:0 without */
        overflow: visible;
    }

    .ce-center .ce-row {
        text-align: center;
    }

    .ce-width-set .ce-column {
        width: auto;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .ce-height-set .ce-column {
        width: auto;
        max-width: 100%;
    }

    .ce-center .ce-media-caption,
    .ce-right .ce-media-caption { text-align: left;}

    /* image left/right */

    /* in-text nowrap */
    .ce-nowrap.ce-right .ce-gallery,
    .ce-nowrap.ce-left .ce-gallery {
        float: none;
        padding: 0;
        width: 100%;
    }
    /* fix ul/ol bullets collapsing */
    .ce-intext.ce-left ol,
    .ce-intext.ce-left ul {
        overflow: auto;
    }

    .ce-intext .ce-gallery {
        margin-bottom: 1.25rem;
    }

}

/* "fake" fa-icons for ce-uploads and ke_search */
@media all {

    .fa:not(i)::after {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        padding-left: 0.25em;
        text-decoration: none;
    }

    [class*="fa-icon-"]::before {
        content: "\f016";
    }

    .fa-icon-pdf::before {
        content: "\f1c1";
    }

    .fa-icon-odt::before,
    .fa-icon-txt::before {
        content: "\f0f6";
    }

    .fa-icon-dotx::before,
    .fa-icon-doc::before,
    .fa-icon-docx::before {
        content: "\f1c2";
    }

    .fa-icon-xls::before,
    .fa-icon-xlsx::before,
    .fa-icon-xltx::before {
        content: "\f1c3";
    }

    .fa-icon-pps::before,
    .fa-icon-ppt::before,
    .fa-icon-pptx::before {
        content: "\f1c3";
    }

    .fa-icon-png::before,
    .fa-icon-gif::before,
    .fa-icon-jpg::before,
    .fa-icon-jpeg::before,
    .fa-icon-tif::before,
    .fa-icon-tiff::before,
    .fa-icon-bmp::before {
        content: "\f1c5";
    }

    .fa-icon-zip::before,
    .fa-icon-rar::before,
    .fa-icon-tar::before,
    .fa-icon-tgz::before {
        content: "\f1c6";
    }

    .fa-icon-mp4::before,
    .fa-icon-ogg::before,
    .fa-icon-avi::before,
    .fa-icon-mpg::before,
    .fa-icon-mpeg::before {
        content: "\f1c8";
    }

    .fa-icon-mp3::before {
        content: "\f1c7";
    }

    .fa-icon-page::before {
        content: "\f016";
    }
    .fa-icon-file::before {
        content: "\f0f6";
    }
    .fa-icon-news::before {
        content: "\f1ea";
    }
    .fa-icon-external::before {
        content: "\f0ac";
    }
    .fa-icon-external + a::after {
        content: "\f08e";
        display: inline-block;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        padding-left: 0.25em;
        text-decoration: none;
    }
}

/* layouts */
@media all {
    /* layout-box */
    .ce-layout-box-outer {
        color: rgb(51,51,51);
        background: rgb(255,255,255);
        text-shadow: none;

        border-radius: 0.5rem;
        overflow: hidden;

        margin-bottom: 0.9375rem;
        box-shadow: 0 0rem 1.25rem rgba(0,0,0,0.25);
    }
    [class*="ce-type-grid"] > .ce-layout-box-outer {
        margin-bottom: 2.5rem;
    }

    .ce-layout-box-inner {
        padding: 1.25rem 1.25rem 0.625rem;
        border-bottom: var(--border);
    }

    .ce-layout-box-inner > .ce-above-header > .ce-gallery,
    .ce-layout-box-inner > .ce-above > .ce-gallery,
    .ce-layout-box-inner > .ce-below > .ce-gallery {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .ce-layout-box-inner > .ce-above-header {
        margin-top: -1.25rem;
    }
    .ce-layout-box-inner > .ce-below > .ce-gallery {
        margin-bottom: -1.5625rem
    }
    .ce-layout-speechbubble .ce-bodytext {
        display: flex;
    }
    .ce-layout-speechbubble .ce-bodytext::before {
        content: "";
        height: 3rem;
        width: 3.125rem;
        margin-top: .325rem;
        margin-right: 1rem;
        background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/content-icon-speech-bubble.png');
        background-image: url("https://www.hph-bsb.de/typo3conf/ext/ti_base_hph/Resources/Public/Images/content-icon-speech-bubble.png");
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

}

@media all and (min-width: 30em) {

}

/* medium - tablet + print */
@media all and (min-width: 47.5em), print {

    .ce-layout-box-inner {
        padding-top: 1.875rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    .ce-layout-box-inner > .ce-above-header > .ce-gallery,
    .ce-layout-box-inner > .ce-above > .ce-gallery,
    .ce-layout-box-inner > .ce-below > .ce-gallery {
        margin-top: -1.875rem;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }

    /* table */
    .ce-table th:not(:first-child),
    .ce-table td:not(:first-child) {
        padding-left: 1.25rem;
    }

    /* image rendering */

    .ce-intext .ce-gallery.ce-width-set {
        width: auto;
        max-width: 50%;
    }

    .ce-row { margin: 0 -1.25rem 1.25rem; }
    .ce-row:last-child {
        margin-bottom: 0;
    }

    .ce-column {
        padding: 0 1.25rem;
        margin-bottom: 1.25rem;
    }

    [data-ce-columns="4"] .ce-column { width: 25%; }
    [data-ce-columns="4"] .ce-column:nth-child(2n+1) { clear: none; }
    [data-ce-columns="4"] .ce-column:nth-child(4n+1) { clear: none; }

    /* image left/right */

    .ce-intext.ce-right .ce-gallery {
        float: right;
        padding-left: 2.5rem;
    }
    .ce-intext.ce-left .ce-gallery {
        float: left;
        padding-right: 2.5rem;
    }

    .ce-intext.ce-nowrap .ce-gallery:not(.ce-width-set),
    .ce-intext .ce-gallery {
        width: 50%;
        width: calc(50% + 1.25rem);
    }

    .ce-nowrap .ce-gallery { margin-bottom: 0.3125rem; }

    .ce-nowrap {
        display: flex;
    }

    .ce-nowrap .ce-textmedia-inner {
        flex-grow: 1;
    }

    .ce-nowrap .ce-gallery {
        flex-shrink: 0;
    }

}

/* large - desktop */
@media all and (min-width: 62.5em) {

    /* image rendering */
    .ce-above-header .ce-gallery,
    .ce-above .ce-gallery {
        padding-bottom: 0.625rem;
    }

    /* image left/right */
    .ce-intext.ce-right .ce-gallery {
        padding-left: 2.5rem;
    }

    .ce-intext.ce-left .ce-gallery {
        padding-right: 2.5rem;
    }

    .ce-nowrap .ce-gallery {
        margin-bottom: 0.3125rem;
    }

    /* layouts */
    .ce-layout-box-outer {
        margin-bottom: 1.5625rem;
    }
    [class*="ce-type-grid"]  > .ce-layout-box-outer {
        margin-bottom: 2.5rem;
    }

}

/* xlarge */
@media all and (min-width: 92.5em) {

    .ce-element {
        margin-bottom: 1.5625rem;
    }
    .ce-layout-box-outer {
        margin-bottom: 0.9375rem;
    }

    .ce-layout-box-inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .ce-layout-box-inner > .ce-above-header > .ce-gallery,
    .ce-layout-box-inner > .ce-above > .ce-gallery,
    .ce-layout-box-inner > .ce-below > .ce-gallery {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
}




.ce-media-overlay-click-for-video{color:currentColor;background-color:hsla(0,0%,100%,.75);text-shadow:0 0 3px hsla(0,0%,100%,.75);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625rem 1.25rem;font-size:87.5%;line-height:1.2}.ce-frame-inverted .ce-media-overlay-click-for-video{color:#fff;background-color:rgba(0,0,0,.6);text-shadow:0 0 3px rgba(0,0,0,.6)}.ce-media .ce-media-overlay-poster{-webkit-transition:4s opacity ease-in;transition:4s opacity ease-in;-o-object-fit:cover;object-fit:cover;max-height:100%}.ce-media-overlay button,.ce-media-overlay p{font-size:min(1rem,2.5vw)}.ce-media-overlay-privacy-policy{display:inline !important;z-index:1;position:relative}/*# sourceMappingURL=ti-imagerenderer.min.css.map */
.ti-joboffers {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}

/* list page */
.job-filterbox legend {
    font-size: inherit;
}

.job-filterbox .job-filter-select {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
@media (min-width: 47.5em) {
    .job-filterbox .job-filter-select {
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    }
}
@media (min-width: 62.5em) {
    .job-filterbox .job-filter-select {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    }
}

.job-list-item {
    position: relative;
}
.job-list-item:has(.job-list-item-morelink:hover),
.job-list-item:focus-within {
    background-color: rgb(240, 240, 240);
}

.job-list-item-morelink::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.job-fact {
    gap: 0.5em;
}

.job-list .job-list-item {
    margin-bottom: 0;
    padding: 1.875rem 1.875rem 0.9375rem;
}

.ce-frame-list-2col .job-list {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 1.875rem;
}

.ce-frame-list-2col .job-list .job-list-item:not([hidden]) {
    background: rgb(255,255,255);
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.125);
    border-radius: 0.5rem;
    border: none !important;
    transition: filter .125s ease-in, transform .125s ease-in;
}

.ce-frame-list-2col .job-list .job-list-item:not([hidden]):hover {
    transform: translate3d(0, -.5rem, 0);
    filter: drop-shadow(0 1rem .5rem rgba(0,0,0,.125));
}


/* 2-col layout */
@media (min-width: 47.5em) {

    .ce-frame-list-2col .job-list {
        grid-template-columns:repeat(2, 1fr);
    }

}

/* detail page */
.job-facts-social {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.job-facts-social a {
    color: inherit;
    display: inline-block;
    border-radius: 0.25em;
}
.job-facts-social .fa {
    font-size: 2.5em;
    margin: 0 0.1em;
}

.job-show .job-header + .job-facts-box {
    display: none;
}
@media (min-width: 47.5em) {
    .job-show .job-header + .job-facts-box {
        display: block;
    }
    .job-show .ce-element + .job-facts-box {
        display: none;
    }
}

.ce-bodytext h2,
.ce-bodytext h3,
.ce-bodytext h4,
.ce-bodytext h5 {
    margin: 0 0 1.875rem;
}

.job-show .job-facts-box {
    margin-bottom: 1.5625rem;
}

@media screen and (min-width: 62.5em) {
    .job-show {
        display: block;
    }
    .job-show .job-facts-box {
        float: right;
        margin-left: 2.5rem;
        max-width: 50%;
    }
}

/* print */
@media print {
    .page {
        padding-top: 0 !important;
    }

    .page-header,
    .page-logo {
        position: relative !important;
    }

    .page-header {
        min-height: 8rem;
    }

    .page-header-topbar,
    .page-header-topbar-inner {
        background: none !important;
    }
    .page-header-main,
    .page-content::before,
    .bc-nav,
    .bc-nav + .ce-type-div,
    .page-secondary,
    .page-finderbox,
    .page-footer-top,
    .page-footer-bottom,
    .footernav,
    .job-backlink-wrap,
    .job-applicationlink-wrap {
        display: none !important;
    }
}

@media all{html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}html[lang=de] q{quotes:"„" "“" "’" "‚"}:focus:-ms-input-placeholder{opacity:0}:focus::-webkit-input-placeholder{opacity:0}:focus::-moz-placeholder{opacity:0}:focus::-ms-input-placeholder{opacity:0}:focus::placeholder{opacity:0}:-ms-input-placeholder{-ms-transition:opacity .5s;transition:opacity .5s}::-webkit-input-placeholder{-webkit-transition:opacity .5s;transition:opacity .5s}::-moz-placeholder{-moz-transition:opacity .5s;transition:opacity .5s}::-ms-input-placeholder{-ms-transition:opacity .5s;transition:opacity .5s}::placeholder{-webkit-transition:opacity .5s;transition:opacity .5s}*:focus:not(:focus-visible),*:before:focus:not(:focus-visible),*:after:focus:not(:focus-visible){outline:none}}@media(prefers-reduced-motion: reduce){*,*:before,*:after{-webkit-transition:none !important;transition:none !important;-webkit-animation:none !important;animation:none !important;scroll-behavior:auto !important}}@media all{.clear:before,.clear:after{display:table;content:""}.clear:after{clear:both}a[class^=gfx-]:before,a[class*=" gfx-"]:before,a[class^=gfx-]:after,a[class*=" gfx-"]:after,a[class^=icon-]:before,a[class*=" icon-"]:before,a[class^=icon-]:after,a[class*=" icon-"]:after{text-decoration:none}.sr-hint{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.sr-hint-focusable:focus,.sr-hint-focusable:active{clip:auto !important;clip-path:none !important;height:auto !important;overflow:visible !important;width:auto !important;white-space:normal !important}.sr-hint-focusable:focus{position:fixed !important;z-index:100;width:auto;top:50%;left:50%;clip:auto;padding:1.25em !important;border:2px solid #333 !important;color:#333 !important;background-color:#fff !important;font-weight:bold;text-decoration:none;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.relative{position:relative}.print-only{display:none}.menu,.menu li{list-style:none;line-height:1;margin:0;padding:0}.menu .item{display:block;text-decoration:none}.menu-horizontal li{display:inline-block;vertical-align:top}.flexbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flexbox-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flexbox-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flexbox-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flexbox-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.typo3-messages{list-style:none;padding:0;margin-bottom:1.25rem}.typo3-messages .alert{color:#fff;text-shadow:0 0 .25em rgba(0,0,0,.25);padding:.625rem;margin-bottom:.625rem}.typo3-messages .alert>*{color:#fff}.typo3-messages p:last-child{margin-bottom:0}.typo3-messages .alert-danger{background-color:#c83c3c}.typo3-messages .alert-info{background-color:#6daae0}.typo3-messages .alert-notice{background-color:#979797}.typo3-messages .alert-success{background-color:#79a548}.typo3-messages .alert-warning{background-color:#e8a33d}}@media all{a.lightbox{position:relative}a.lightbox:before{content:"+";position:absolute;z-index:1;top:0;right:0;left:auto;bottom:auto;font-size:2em;width:1.25em;height:1.25em;-webkit-transform:none;transform:none;border:none;line-height:1;text-align:center;color:#fff;background:#000}.mfp-content{border:4px solid #fff}.mfp-image-holder .mfp-close{right:0;padding:.625rem;width:auto;font-size:2.5rem;line-height:1}.mfp-image-holder .mfp-close:hover{opacity:1}.mfp-figure:after{content:none}img.mfp-img{padding:0}.mfp-content figcaption{padding:.625rem .625rem .375rem;background:#fff}.mfp-bottom-bar{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;position:static}.mfp-title{line-height:inherit;font-size:inherit;color:inherit;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mfp-counter{position:static;color:currentColor}.mfp-close{text-shadow:0 0 5px #000}}.d-none{display:none}@media(min-width: 35em){.d-md-inline{display:inline}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem;padding-top:0;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#003865;text-decoration:none;background-color:#fff;border:1px solid #003865;border-radius:3px;padding:.3125rem .625rem;line-height:1}.page-link::before{content:none !important}.page-link:hover{z-index:2;color:#fff;text-decoration:none;background-color:#003865;border-color:#003865}.page-link:focus{z-index:3;color:#fff;text-decoration:none;background-color:#003865;outline:none;-webkit-box-shadow:none;box-shadow:none}.page-link .fa{margin:0;padding:0}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#003865;border-color:#fff}.page-item.disabled .page-link{color:#666;pointer-events:none;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.pagination .pagination-count{margin-bottom:0}.pagination span,.pagination a{font-size:75%;color:currentColor;text-align:center;width:1.75rem;padding:.4375rem 0}.pagination .page-item.disabled .page-link{width:auto}.searchbox .input-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5em}.searchbox .search-word{border-width:1px;padding-inline:.3125rem;width:calc(100% - 2px - .625rem)}.search-result-info .search-result-url{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5em .5em}.search-result-info .search-result-url dd{margin:0}@media(min-width: 30em){.form-contact .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1em 2em}.form-contact .col-md-3{width:calc(33.3333% - 1em)}.form-contact .col-md-6{width:calc(50% - 1em)}.form-contact .col-md-9{width:calc(66.6666% - 1em)}}.form-contact .form-check-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1em 2em}.form-contact .form-check-options .form-check-inline{width:auto}.form-contact .form-check{display:-webkit-box;display:-ms-flexbox;display:flex}.form-contact .form-check .form-label{font-weight:normal}.form-contact .form-fieldset-captcha .form-label{font-weight:600;margin-bottom:0}.form-contact .form-fieldset-captcha .form-row-captcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-contact .form-fieldset-captcha .form-row-captcha .form-control{width:8rem !important}.form-contact .invalid-feedback{color:#c00;margin-bottom:0}.d-none{display:none !important}.visually-hidden{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;overflow:clip !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.slick-autoplay-toggle-button{display:none !important}.ce-type-grid-lp-header img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}[class*=icon-after] .icon-inline{-webkit-margin-start:.25em;margin-inline-start:.25em;-webkit-margin-end:0;margin-inline-end:0}/*# sourceMappingURL=refactored.min.css.map */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/*!
 * jQuery mmenu v7.2.1
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba( 0,0,0, 0.3 )}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:20px;line-height:var(--mm-line-height);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;width:100%;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;padding:0}.mm-btn:after,.mm-btn:before{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-button);border-width:2px;border-style:solid}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text-dimmed);border-bottom-width:1px;border-bottom-style:solid;text-align:center;display:none;height:44px;height:var(--mm-navbar-size);padding:0 44px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn{position:absolute;top:0;bottom:0;z-index:1}.mm-navbar__btn:first-child{text-align:left;left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{text-align:right;right:0;left:auto}[dir=rtl] .mm-navbar__btn:last-child{text-align:left;left:0;right:auto}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);color:var(--mm-color-text);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:54px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);font-size:75%;text-transform:uppercase;min-height:20px;min-height:var(--mm-line-height);padding:6.5px;padding:calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:54px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}
.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}
.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* roboto-regular - latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local('Roboto'), local('Roboto-Regular'),
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-v18-latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-v18-latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-v18-latin-ext-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-v18-latin-ext-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-v18-latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-v18-latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin-ext */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-condensed-v16-latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-condensed-v16-latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin-ext */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-condensed-v16-latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Fonts/roboto-condensed-v16-latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Typography  */
@media all {

    body, input:not([type="radio"]):not([type="checkbox"]), button, select, textarea {
        font-family: Roboto, sans-serif;
        font-size: 100%;
        font-weight: 400;
        line-height: 1.6875;
        color: rgb(51,51,51);
        background: rgb(255,255,255);
    }

    b, strong, dt { font-weight: 700; }

    a {
        color: rgb(0,56,101);
        text-decoration: none; 
        font-weight: 700;
    }

    a:focus,
    a:hover {
        color: rgb(255,255,255);
        background-color: rgb(0,56,101);
        text-decoration: none;
    }

    .h1-like,.h2-like,.h3-like,.h4-like,.h5-like,
    h1,h2,h3,h4,h5 {
        font-family: 'Roboto Condensed', sans-serif;
        color: rgb(0,56,101);
        margin: 0;
        line-height: 1.2;
        font-weight: bold;
    }
    .h1-like a,.h2-like a,.h3-like a,.h4-like a,.h5-like a,
    h1 a, h2 a, h3 a, h4 a,h5 a {
        text-decoration: none;
    }

    .h1-like,
    h1 {
        font-size: 187.5%;
    }
    .h2-like,
    h2 {
        font-size: 150%;
    }

    .h3-like,
    h3,
    .h4-like,
    h4,
    .h5-like,
    h5 {
        font-size: 125%;
    }


    blockquote {
        margin-left: 1.25rem;
        border-left: 4px solid rgb(204,204,204);
        padding: 0.9375rem 0 0 1.25rem;
        font-style: italic;
    }

    blockquote::after {
        content: "";
        display: table;
    }

    /* margins */

    .ce-news,
    table,
    p, ul, ol, dl, li { margin: 0 0 0.9375rem; }

    .ce-header {
        margin: 0 0 1.875rem;
    }

    .ce-header-date {
        margin-top: 0.3125rem;
    }

    .ce-header-subheader {
        margin-top: 0.625rem;
    }
    .ce-header-date {
        margin: 0.625rem 0 0;
    }
    ul ul,
    ul ol,
    ol ul,
    ol ol { margin-top: 0.9375rem; }

    .ce-menu .ce-menu {
        margin-left: 1.25rem;
    }

    .ce-type-div {
        margin-bottom: 0;
    }

    hr,
    .ce-div {
        border: none;
        border-top: 1px solid rgb(51,51,51);
        margin: 0;
        height:0.9375rem;
    }

    .ce-div {
        border: none;
        position: relative;
        overflow: hidden; 
        height: 2.5rem;
    }

    .ce-div::before {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        left: 0rem;
        right: 0rem;
        bottom: 100%;
        height: 2.5rem;
        box-shadow: 0 0 2.5rem rgba(0,0,0,0.125);
    }

    .ce-bodytext ul {
        padding-left:1.2em;
        list-style: none;
    }
    .ce-bodytext ul>li {
        position: relative;
    }

    .ce-bodytext ul>li::before {
        content: "•";
        color: rgb(0,56,101);
        position:absolute;
        left: -1em;
        transform: scale(2); 
    }
    .ce-bodytext ul ul>li::before {
        color: rgb(183,191,16);
    }


    /* text flow */
    h1, h2, h3, h4, h5, h6
    p, li, a, figcaption {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    /* remove the text-shadow */
    .ce-frame-inverted > div:not(.ce-header) {
        text-shadow: none;
    }

}

@media all and (min-width: 47.5em) {

    .h1-like,
    h1 {
        font-size: 225%;
    }
    .h2-like,
    h2 {
        font-size: 187.5%;
    }

    .h3-like,
    h3 {
        font-size: 150%;
    }
}

/* large */
@media all and (min-width: 62.5em) {

    body, input:not([type="radio"]):not([type="checkbox"]), button, select, textarea {
        font-size: 112.5%;
        line-height: 1.6666;
    }

    .h1-like,
    h1 {
        font-size: 266.6666%;
    }
    .h2-like,
    h2 {
        font-size: 200%;
    }

    .h3-like,
    h3 {
        font-size: 133.3333%;
    }

    .h4-like,
    h4,
    .h5-like,
    h5 {
        font-size: 111.1111%;
    }

}

/* xlarge */
@media all and (min-width: 92.5em) {

}

/* BE and FE - do not wrap styles in @media {} for BE use! */

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-justify { text-align: justify; }
.align-right { text-align: right; }

.fa-rotate-45::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.fa-rotate-315::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.fa:not(i) {
    display:inline;
    font-style:inherit;
    font-weight:inherit;
    font-family:inherit;
}

a > .fa {
    margin-right: 0.25em;
}

.fa:not(i)::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    padding-right: 0.25em;
    text-decoration: none;
} 

/* (partial) bootstrap btn rules */

a.btn {
    text-decoration: none !important;
    text-shadow: none !important;
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75em 1em;
    font-size: 1em;
    line-height: 1.25;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-link {
    padding-left: 0;
    padding-right: 0;
}

.btn + .btn {
    margin-left: 2em;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus, .btn.focus {

}

 .btn:disabled, .btn.disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn:active, .btn.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: rgb(255,255,255);
    background-color: rgb(183,191,16);
    border-color: rgb(183,191,16);
}

.btn-primary:hover, .btn-primary.hover,
.btn-primary:focus, .btn-primary.focus {
    color: rgb(255,255,255);
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}

.btn-primary:active, .btn-primary.active {
    color: rgb(255,255,255);
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}

.btn-primary:disabled, .btn-primary.disabled {
   
}

.btn-secondary {
    color: rgb(0,56,101);
    background-color: rgb(255,255,255);
    border-color: rgb(183,191,16);
}

.btn-secondary:hover, .btn-secondary.hover,
.btn-secondary:focus, .btn-secondary.focus {
    color: rgb(255,255,255);
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}

.btn-secondary:active, .btn-secondary.active {
    color: rgb(255,255,255);
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}

.btn-secondary:disabled, .btn-secondary.disabled {
   
}

.btn-link {
    font-weight: normal;
    color: rgb(0,56,101);
    border-radius: 0;
}

.btn-link,
.btn-link:active, .btn-link.active,
.btn-link:disabled, .btn-link.disabled {
    background-color: transparent;
}

.btn-link, 
.btn-link:hover, .btn-link.hover,
.btn-link:focus, .btn-link.focus,
.btn-link:active, .btn-link.active {
    border-color: transparent;
}

.btn-link:hover, .btn-link.hover {
    color: rgb(0,56,101);
    text-decoration: underline !important;
    background-color: transparent;
}

.btn-link:disabled, .btn-link.disabled {
    
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none !important;
}



.btn-primary .icon {
    color: rgb(0,56,101);
}

.btn-secondary .icon {
    color: rgb(183,191,16);
}

.btn-primary:hover .icon, .btn-secondary:hover .icon,
.btn-primary:focus .icon, .btn-secondary:focus .icon,
.btn-primary:active .icon, .btn-secondary:active .icon,
.btn-primary.active .icon, .btn-secondary.active .icon,
.btn-primary.hover .icon, .btn-secondary.hover .icon,
.btn-primary.focus .icon, .btn-secondary.focus .icon {
    color: rgb(255,255,255);
}

/* form controls */
@media all {
    fieldset {
        border:0;
        margin:0;
        padding:0;
    }

    legend { font-weight: 600; }

    label,
    input:not([type="radio"]):not([type="checkbox"]),
    select,
    textarea {
        display: inline-block;
        width: 100%;
    }

    input:not([type="radio"]):not([type="checkbox"]), select, textarea {
        border: 1px solid rgb(204,204,204);
        background: rgb(250,250,250);
        border-radius: 2px;
        padding: 0.3125rem 0.625rem;
    }
    select {
        padding: 0.3125rem;
    }

    input[type="checkbox"], input[type="radio"] {
        width: 1.25em;
        height: 1.25em;
        margin-right: 0.625rem;
        flex-shrink: 0;
        flex-grow: 0;
    }

    input[type="radio"] {
        border-radius: 100%;
    }
    input[type="checkbox"] {
        margin-top: 0.25em;
    }

    input[readonly] {
        color: rgb(102,102,102) !important;
        background: rgb(255,255,255) !important;
        border-color: rgb(220,220,220)!important;
    }

    .form-required .form-label { font-weight: 600; }

    .form-row { margin-bottom: 0.9375rem; }
    .form-label {
        font-weight: 400;
        margin-bottom: 0.3125rem;
    }

    .form-fieldset {
        margin-bottom: 0.9375rem;
    }

    /* radio */
    .form-group-radio {}
    .form-group-radio-inline {
        display: -webkit-flex;
        display: flex;
    }
    .form-group-radio-inline .form-option-radio:not(:first-child) {
        margin-left: 1.25rem;
    }

    .form-label-radio {
        display: flex;
    }

    .form-group-radio-inline .form-label-radio {
        align-items: center;
    }

    /* checkboxen */
    .form-group-checkbox {}
    .form-group-checkbox-inline {
        display: -webkit-flex;
        display: flex;
    }
    .form-group-checkbox-inline .form-option-checkbox:not(:first-child) {
        margin-left: 1.25rem;
    }

    .form-label-checkbox {
        display: flex;
    }

    .form-group-checkbox-inline .form-label-checkbox {
        align-items: center;
    }

    .form-row-captcha .form-field {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .form-row-captcha .form-label-mathguard {
        width: auto;
        white-space: nowrap;
        padding-right: 0.625rem;
    }
    .form-row-captcha .form-input-mathguard {
        flex-grow: 1;
        width: auto !important;
    }
    .form-row-captcha .form-error {
        width: 100%;
    }

    /* utility stuff */
    .form-infotext {
        margin-bottom: 0.9375em;
        color: #999;
    }

    /* test for errors */
    .form-error {
        list-style: none;
        padding-left: 0;
        color: rgb(204,0,0);
    }
    :valid + .form-error {display:none;}

    .field-invalid {
        border-color: rgb(204,0,0) !important;
        background-color: rgb(255,245,245) !important;
    }

}

/* search */
@media all {

    [type=search] {
       -webkit-appearance: searchfield;
    }

    .searchbox-inner {
        background: rgb(250,250,250);
        padding: 0 2.5rem 0 0;
    }

    .searchbox-inner .search-word {
        border: none !important;
        background: none !important;
    }
    .search-button {
        position: absolute;
        top: 0;
        bottom:0;
        right:0;
        width:2.5rem;
        padding:0 0.3125rem;
        border:0;
        background:rgba(0,0,0,0);
        cursor:pointer;
    }

    .search-description {
        position: absolute;
        top: 100%;
        padding-top: .625rem;
        font-size: 77.7777%;
        color: #fff;
    }

    .page-content .searchbox .search-button {
        background: rgb(204,204,204);
    }

    .page-content .searchbox .searchbox-inner {
        border: 1px solid rgb(204,204,204);
    }

    .page-content .searchbox .search-word {
        padding: 0.3125rem ;
        background: rgba(0,0,0,0.05)
    }

    /* search result */
    .search-result-header-padding {
        padding-top: 1.25rem;
    }

    .search-numresults {
        display: block;
        margin-bottom: 0.625rem;
    }

    .search-list-item p {
        margin-bottom: 0.3125rem;
    }

    .search-result-url {
        display: inline;
        margin: 0;
    }

    .search-result-title .fa {
        min-width: 1rem;
        text-align: center;
    }

    mark,
    .search-list .hit {
        color: rgb(0,0,0);
        background-color: rgb(255,255,0);
    }
}

@media (min-width: 62.5em) {
    .form-row {
        margin-bottom: 1.25rem;
    }
}

/* page layout.css for hph */

/* rollover searchbox */
@media screen {
    .page-rollover-searchbox[aria-hidden="true"] {
        margin-top: -100vh;
    }

    .page-rollover-searchbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(51,51,51,0.9);
        transition: margin ease-in 0.5s;
    }
    .page-rollover-searchbox.hide-while-init{
        top: -100vh !important;
    }
    .page-rollover-searchbox .search-label {
        position: absolute;
        left: 0;
        width: 4rem; /* FIXME! */
        bottom: calc(100% + 0.9375rem);
        color: rgb(255,255,255);
        font-size: 125%;
        font-weight: 600;
        text-transform: uppercase;
    }

    .page-rollover-searchbox .searchbox-inner {
        background: rgb(255,255,255);
        border: 0;
    }

    .page-rollover-searchbox .search-word {
        color: rgb(0,0,0);
        padding: 0.625rem 0.625rem;
    }

    .page-rollover-searchbox .search-close {
        position: absolute;
        right: 0;
        bottom: calc(100% + 0.625rem);
        color: rgb(255,255,255);
        background: none;
        border: 0;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.3125rem;
    }
    .page-rollover-searchbox .search-icon-close {
        position:relative;
        display: block;
        height: 0.3125rem;}

    .page-rollover-searchbox .search-icon-close::before,
    .page-rollover-searchbox .search-icon-close::after {
        content:"";
        background: rgb(255,255,255);
        display:block;
        height:0.3125rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        right: 0;
    }
    .page-rollover-searchbox .search-icon-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* page layout */
@media all {

    .wrap-inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .cc-window.cc-banner {
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .cc-menu { margin: 0.5em 0;}
    .cc-menu li + li { margin-left: 1em;}
    .cc-menu .item { padding: 0.5em 0; }

    .page-header-topbar {
    border-top: var(--border);
        color: rgb(255,255,255);
        background-color: rgb(183,191,16);
    }
    .page-header-topbar-inner {
        position: relative;
        height: 1.25rem;
        transition: height ease-in 0.125s;
        background: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/topbar-bg-small.png') no-repeat transparent;
        background-position: bottom 0 left 0.3125rem;
    }

    .page-header-main {
        color: rgb(0,56,101);
        height: 3.75rem;
        padding-top: 0.625rem;
        transition: all ease-in 0.125s;
        background-color: #fff;
    }

    /* sticky header */
    .page-header-sticky .page-header {
        position: fixed;
        z-index:10;
        top:0;
        left:0;
        right:0;
        background-color: rgb(255,255,255);
        transition: height .125s ease-in, box-shadow 0.25s ease-in;
    }
    .page-scrolled .page-header {
        box-shadow: 0 0 1rem rgba(0,0,0,0.25);
    }
    .page-header-sticky {
        padding-top: 5rem;
    }

    .page-scrolled .page-header-topbar-inner {
        height: 0.25rem;
        background-image: none;
    }

    .page-scrolled .page-header-topbar-inner {
        height: 0.25rem;
        background-image: none;
    }

    .page-scrolled .page-header-main {
        height: 3.125rem;
        padding-top: 0.3125rem;
    }

    .page-scrolled .page-logo {
        width: 2.125rem;
    }

    .page-logo {
        position: absolute;
        top: 0.75rem;
        left: 1.25rem;
        width: 3.5675rem;
        transition: width ease-in 0.125s;
    }

    .logo-link {
        display: block;
        position: relative;
        z-index: 10;
        color: inherit !important;
        background: none !important;
    }

    .logo-img {
        max-width: 100%;
        display: block;
    }

    .nav-toggle { float:right; margin-right: 0.625rem; }

    .search-link,
    .search-toggle {
        float: right;
        margin-right: 0.125rem;
        padding: 0;
        -webkit-appearance: none;
        border: 0;
        color: currentColor;
        background: none;
        width: 2.5rem;
        height: 2.5rem;
        text-decoration: none;
        display: grid;
    }
    .search-link,
    .search-toggle-inner {
        justify-content: center;
        align-items: center;
    }

    .search-link .fa,
    .search-toggle .fa {
        display: block;
        font-size: 150%;
    }

    .page-modifier-search .search-link,
    .page-modifier-search .search-toggle,
    .page-modifier-search .page-rollover-searchbox { display: none !important; }

    /* stage */
    .page-stage-inner {
        padding: 0 .3125rem .3125rem;
    }

    .page-stage-inner img {
        max-height: 32.421875rem;
    }

    .page-stage .ce-grid-slider,
    .page-stage .ce-element { margin: 0; }

    .page-stage .ce-gallery { padding: 0 !important; }

    .page-stage .ce-row { margin: 0; }
    .page-stage .ce-column { margin: 0; padding: 0; }

    .page-stage .ce-slider {
        background: rgb(102,102,102);
    }

    .page-stage .header-image-grid .ce-slider {
        background: transparent;
    }

    .page-stage .slick-dots {
        position: relative;
        text-align: center;
        margin: 0 0 0.625rem;
        color: rgb(255,255,255);
    }

    /* content */
    .page-content,
    .page-secondary {
        position: relative;
        overflow: hidden;
        padding-top: 2.5rem;
    }
    .page-content::before,
    .page-secondary::before {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        left: 0rem;
        right: 0rem;
        bottom: 100%;
        height: 2.5rem;
        box-shadow: 0 0 2.5rem rgba(0,0,0,0.125);
    }

    .page-secondary {
        background: rgb(248,248,248);
    }

    /* footer */
    .page-footer-top {
    }
    .page-footer-middle {
        background-color: rgb(246,246,246);
    }
    .page-footer-bottom {

    }

    .page-footer-logo {
        position: absolute;
        right:1.25rem;
        bottom: 1.875rem;
        width: 3.75rem;
        height: 3.75rem;
        color: rgb(221,221,221);
    }

    .page-stage {
        position: relative;
        z-index: 1;
    }
}

/* tablet + print */
@media all and (min-width: 47.5em), print {

    /* page layout */
    .wrap-inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .page-header-topbar-inner {
        height: 2.5rem;
        background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/topbar-bg-medium.png');
        background-position: bottom 0 left 0.625rem;
    }

    .page-logo {
        top: 1.5rem;
        left: 2.5rem;
        width: 5.25rem;
    }

    .nav-toggle {
        margin-right: 1.875rem;
    }

    .page-header-main {
        height: 5rem;
        padding-top: 1.25rem;
    }
    .page-header-searchbox {
        margin-top: 3px;
        margin-bottom: 1.875rem;
        padding: 1.25rem;
    }
    .page-header-searchbox .searchbox .search-word { padding: 0.5rem; }

    /* sticky header */
    .page-header-sticky {
        padding-top: 7.5rem;
    }
    .page-scrolled .page-logo {
        top: 0.75rem;
        top: calc(.75rem - var(--border-width));
    }

    .page-stage-inner {
        padding: 0 0.625rem 0.625rem;
    }

    .page-content {
        padding-top: 0;
    }

    .page-layout-home .page-content {
        padding-top: 2.5rem;
    }

    .page-footer-logo {
        right: 2.5rem;
        bottom: 2.5rem;
        width: 7.25rem;
        height: 7.25rem;
    }
}

/* print */
@media print {

    .page-scrolled .page-header {
      box-shadow: none;
    }

    .page-logo {
      margin-left: 1rem;
    }

    .page-scrolled .page-logo {
      top: 1.375rem;
      width: 7rem;
    }

    .page-content {
      padding-top: 5rem;
    }

    .page-scrolled .page-header-topbar-inner {
      padding-top: 2rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

  }

/* desktop */
@media all and (min-width: 62.5em) {

    .search-link, .search-toggle {
        display: none;
    }

    /* page layout */
    .page-header-topbar-inner {
        height: 3.75rem;
        padding-top: 1rem;
        background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/topbar-bg-large.png');
        background-position: bottom 0 right 0;
    }

    .page-logo {
        top: 2.5rem;
        left: auto;
        right: 2.5rem;
        width: 7rem;
    }

    .page-header-main {
        height: 6.875rem;
        padding: 0;
    }

    .mainnav {
        margin-left: -0.625rem;
    }




    /* sticky header */
    .page-header-sticky {
        padding-top: 10.625rem;
    }
    /*    .page-scrolled {
    padding-top: 4.9375rem;
}*/

    .page-scrolled .page-header {
        height: 4.9375rem;
    }

    .page-scrolled .page-header-topbar-inner {
        padding: 0;
        height: 0;
        visibility: hidden;
    }

    .page-scrolled .page-logo {
        visibility: visible;
        top:1.375rem;
        top: calc(1.375rem - var(--border-width));
        width: 2.875rem;
    }

    .page-scrolled .page-header-main {
        height: 4.375rem;
        padding-top: 0;
    }

    .page-scrolled .sf-menu > li > .item {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .page-scrolled .sf-menu > li > .item::after {
        bottom: 0.5rem;
    }

    .page-layout-home .page-content {
        padding-top: 3.75rem;
    }

    /* content width */
    .page-content .ce-header,
    .page-content .ce-bodytext,
    .page-content .ce-gallery,
    .page-content .ce-uploads,
    .page-content .ce-menu,
    .page-content .news,
    .page-content .tx-ti-jobs-hph,
    .page-content .ce-nowrap {
        max-width: 65rem;
        margin-left:  auto;
        margin-right: auto;
    }

    .page-content .ce-layout-fullwidth .ce-header,
    .page-content .ce-layout-fullwidth .ce-bodytext,
    .page-content .ce-layout-fullwidth .ce-gallery,
    .page-content .ce-layout-fullwidth .ce-uploads,
    .page-content .ce-layout-fullwidth .ce-menu,
    .page-content .ce-layout-fullwidth .news,
    .page-content .ce-layout-fullwidth .tx-ti-jobs-hph,
    .page-content .ce-layout-fullwidth .ce-nowrap {
        max-width: 100%;
    }

    .ce-grid .ce-header,
    .ce-grid .ce-bodytext,
    .ce-grid .ce-uploads,
    .ce-grid-medium .ce-header,
    .ce-grid-medium .ce-bodytext,
    .ce-grid-medium .ce-uploads,
    .ce-grid-large .ce-header,
    .ce-grid-large .ce-bodytext,
    .ce-grid-large .ce-uploads,
    .news-list .ce-header,
    .news-list .ce-bodytext,
    .ce-type-div,
    [class*="ce-type-grid"] {
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .page-footer-logo {
        bottom: calc(50% + 1.25rem);
        transform: translateY(50%);
        width: 10.3125rem;
        height: 10.3125rem;
    }
}

/* desktop additional (show background-tiles) */
@media (min-width: 88.75em) {

    .page-stage {
        overflow: hidden;
        padding-bottom: 4rem;
        margin-bottom: -4rem;
    }

    .wrap-outer.page-stage-inner {
        margin: 0 auto;
        max-width: 88.75rem;
        position: relative;
    }

    .page-stage-ghost {
        position: absolute;
        top: 0;
        bottom: .625rem;
        width: 100%;
        opacity: .1;
    }

    .page-stage-ghost-left {
        right: 100%;
    }

    .page-stage-ghost-right {
        left: 100%;
    }

    .page-stage-ghost-row {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 -0.3125rem;
        height: auto;
    }

    .page-stage-ghost-left .page-stage-ghost-row {
        float: right;
        text-align: right;
    }

    .page-stage-ghost-right .page-stage-ghost-row {
        float: left;
    }

    .page-stage-ghost-row + .page-stage-ghost-row {
        margin-top: .625rem;

    }

    .page-stage-ghost-col {
        position: relative;
        display: block;
        width: 12.5%;
        max-width: 11.015625rem;
        padding: 0 0.3125rem;
    }

    .page-stage-ghost-left .page-stage-ghost-col {
        float: right;
    }

    .page-stage-ghost-right .page-stage-ghost-col {
        float: left;
    }

    .page-stage-ghost-inner {
        padding-bottom: 100%;
        width: 100%;
        background-color: #000;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

/* desktop - xlarge */
@media (min-width:92.5em) {

    html { overflow-x: hidden; } /* needed to hide scrollbar with 100% width elements */

    .page-content,
    .page-secondary,
    .page-footer { max-width: 120rem; margin: 0 auto; } /* Full HD */

    .wrap-outer,
    .page-header-main-inner,
    .page-header-topbar-inner {
        margin: 0 auto;
        max-width: 92.5rem;
    }

    .page-header-topbar-inner {
        padding-top: 0.875rem;
        background-image: none;
    }
    .page-header-topbar-inner::after {
        content:"";
        position: absolute;
        right:-2.1875rem;
        top:0;
        width: 17.875rem;
        height: 3.75rem;
        background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/topbar-bg-xlarge.png');
    }

    .page-logo {
        top: 2.1875rem;
        right: 2.5rem;
        width: 9.25rem;
    }

    .page-header-main {
        height: 9.375rem;
        padding: 0;
    }

    .mainnav {
        margin-left: -2.1875rem;
    }

    /* sticky header */
    .page-header-sticky {
        padding-top: 13.125rem;
    }
    /*    .page-scrolled {
    padding-top: 5.5625rem;
}*/
    .page-scrolled .page-header {
        height: 5.5625rem;
    }
    .page-scrolled .page-logo {
        top:  1.375rem;
        top: calc(1.375rem - var(--border-width));
        width: 3.5rem;
    }

    .page-scrolled .page-header-main {
        height: 5rem;
    }

    .page-scrolled .sf-menu > li > .item {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .page-stage-ghost-left > *:nth-child(1) > *:nth-child(2) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-1-1.jpg'); }
    .page-stage-ghost-left > *:nth-child(1) > *:nth-child(1) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-1-2.jpg'); }
    .page-stage-ghost-left > *:nth-child(2) > *:nth-child(2) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-2-1.jpg'); }
    .page-stage-ghost-left > *:nth-child(2) > *:nth-child(1) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-2-2.jpg'); }
    .page-stage-ghost-left > *:nth-child(3) > *:nth-child(2) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-3-1.jpg'); }
    .page-stage-ghost-left > *:nth-child(3) > *:nth-child(1) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-3-2.jpg'); }

    .page-stage-ghost-right > *:nth-child(1) > *:nth-child(1) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-1-3.jpg'); }
    .page-stage-ghost-right > *:nth-child(1) > *:nth-child(2) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-1-4.jpg'); }
    .page-stage-ghost-right > *:nth-child(2) > *:nth-child(1) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-2-3.jpg'); }
    .page-stage-ghost-right > *:nth-child(2) > *:nth-child(2) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-2-4.jpg'); }
    .page-stage-ghost-right > *:nth-child(3) > *:nth-child(1) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-3-3.jpg'); }
    .page-stage-ghost-right > *:nth-child(3) > *:nth-child(2) > * {  background-image: url('../../../typo3conf/ext/ti_base_hph/Resources/Public/Images/background-grid/bg-grid-3-4.jpg'); }


}

@media (min-width:120em) {
    html {
        background-color: rgb(238,238,238);
    }

    body {
        max-width: 120rem;
        margin: 0 auto;
        box-shadow: 0 0 2rem rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .page-header {
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
    }
}


/* cookieconsent */
.cc-link {
    padding: 0;
    display: inline;
}

/* lightbox - we have fontawesome? awesome! */
@media all {
    .ce-media-image a { position:relative; }

    .ce-media-image a::before {
        content: '\f0c1';
        font-family: FontAwesome;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;

        width: 1rem;
        height: 1rem;
        position: absolute;
        z-index: 1;
        top: auto;
        bottom: 0.3125rem;
        right: 0.3125rem;

        color: rgb(255,255,255);
        text-shadow: 0 0 1px rgb(0,0,0);
        background: none;
    }
    .ce-media-image a.lightbox::before {
        content: '\f00e';
    }
    .ce-media-image .ce-media-caption a::before {
        content: none;
    }
}

/* news */
@media all {

    .news-list-item + .news-list-item {
        border-top: 1px solid rgb(153,153,153);
        padding-top: 1.25rem;
    }
    .news-list-item + .news-list-item.news-list-item-teaser {
        border: none;
        padding-top: 0;
    }

    .news-list .news-date {
        display: inline-block;
        margin-top: 0.3125rem;
    }

    .news-list-carousel + .news-list-link {
        text-align: center;
    }

    .news-list-item-teaser .news-header,
    .news-list-item-teaser .news-date {
        margin-bottom: 0.9375rem;
    }

    .news-list-item-teaser .news-title::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .news-list-item-teaser {
        width: 100%;
    }
    .modernizr-flexbox .news-list-teaser .ce-textmedia-inner,
    .modernizr-flexbox .news-list-carousel .ce-textmedia-inner {
        display: flex;
        flex-direction: column;
    }

    .modernizr-flexbox .news-list-teaser .news-teaser-text,
    .modernizr-flexbox .news-list-carousel .news-teaser-text {
        flex-grow: 1;
    }
}

/* page-finderbox */
@media all {
    .page-finderbox .ce-element {
        padding: 1.875rem 1.25rem;
        margin: 0;
    }

    .page-finderbox .ce-quicklinks-select {
        display: block;
        font-size: 112.5%;
        font-weight: normal;
        padding: 0.9375rem 2.5rem 0.75em 1.25rem;
        padding: 0.6em 2.5rem 0.6em .75rem;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        color: rgb(51,51,51);
        background-color: rgb(255,255,255);
        /* uses fill="#003865" */
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23003865%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: right 1.25rem top 50%;
        background-size: 0.875rem auto;
        font-size: 100%;
    }
    .page-finderbox .ce-quicklinks-select::-ms-expand {
        display: none;
    }

    .page-contrast-button {
        flex-grow: 1;
        border: 0;
        margin: 0;
        text-align: left;
        font-weight: normal;
        padding: 1.25rem;
        color: rgb(255,255,255);
        background: none;
        cursor: pointer;
        font-size: 100%;
    }

    .page-finderbox-close {
        display:none;
        position: absolute;
        right: 0.625rem;
        color: rgb(255,255,255);
        background: rgba(0,0,0,0);
    }
    .page-finderbox.show .page-finderbox-close {
        display: block;
    }
}

/* footer hero */
@media all {
    .ce-footer-hero {
        overflow: hidden;
        position: relative;
    }

    .content .ce-footer-hero .ce-media {
        border-radius: 0;
    }

    .content-footerstage .ce-type-html,
    .content-footerstage [class*="ce-type-grid"]  {
        margin-bottom: 0;
    }

    .ce-footer-hero .btn-primary {
        color: rgb(0,56,101);
        background-color: rgb(255,255,255);
        border-color: rgb(255,255,255);
    }

    .ce-footer-hero .btn-primary:hover,
    .ce-footer-hero .btn-primary.hover,
    .ce-footer-hero .btn-secondary:hover,
    .ce-footer-hero .btn-secondary.hover {
        color: white;
        background-color: var(--color-blue);
        border-color: var(--color-blue);
    }

    .ce-footer-hero .btn-secondary {
        color: rgb(255,255,255);
        background-color: transparent;
        border-color: rgb(255,255,255);
    }

    .ce-footer-hero .ce-frame-inverted > div {
        color: #fff;
        background-color: #003865;
        text-shadow: none;
        position: relative;
    }

    .ce-footer-hero .ce-frame-inverted > div::before {
        content: "";
        display: block;
        position: absolute;
        top: -25vw;
        right: 0;
        bottom: 0;
        left: -25vw;

        background: -moz-radial-gradient(center, ellipse cover, rgba(0,204,255,0.25) 0%, rgba(0,204,255,0) 75%, rgba(0,204,255,0) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,204,255,0.25) 0%,rgba(0,204,255,0) 75%,rgba(0,204,255,0) 100%);
        background: radial-gradient(ellipse at center, rgba(0,204,255,0.25) 0%,rgba(0,204,255,0) 75%,rgba(0,204,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4000ccff', endColorstr='#0000ccff',GradientType=1 );
    }

    .footer-teaser-image {
        margin: 0 -1.25rem;
        overflow: visible;
    }

    .footer-teaser-image ,
    .footer-teaser-image > div {
        position: relative;
    }

    .footer-teaser-image .ce-above-header .ce-gallery,
    .footer-teaser-image .ce-above .ce-gallery {
        padding-bottom: 0;
    }

    .footer-teaser-image .ce-gallery .ce-media,
    .footer-teaser-image .ce-gallery .ce-column,
    .footer-teaser-image .ce-gallery .ce-media-caption,
    .footer-teaser-image .ce-gallery a,
    .footer-teaser-image .ce-gallery img ,
    .footer-teaser-image .ce-element {
        margin-bottom: 0;
    }

    .footer-teaser-image::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right:  0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
    }

    .footer-teaser-text {
        padding-top: 0.9375rem;
    }

    .footer-teaser-text .ce-header > * {
        font-size: 150%;
    }

}

@media all {
    .ce-element .icon {
        color: rgb(183,191,16) !important;
    }

    .ce-bg-green.ce-frame-inverted .ce-element .icon {
        color: rgb(255,255,255) !important;
    }

    .ce-element .btn-primary .icon {
        color: rgb(0,56,101) !important;
    }

    .ce-element .btn-primary:focus .icon,
    .ce-element .btn-primary:hover .icon {
        color: rgb(255,255,255) !important;
    }

    .icon {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    .page-header-topbar a:not(:hover) .icon {
        opacity: .5;
    }

    .icon.icon-facility-search {
        width: 1.2em;
    }

    .icon-inline {
        vertical-align: baseline;
        position: relative;
        top: 0.125em;
        margin-right:0.25em;
    }

    [data-iconafter] .icon-inline {
        margin-right: 0;
        margin-left: 0.25em;
    }

    .btn[data-iconafter] .icon-inline {
        margin-left: 0.75em;
    }

    .icon-link,
    .icon-link-back {
        width:0.4375em;
    }
    .icon-c2a-link,
    .icon-c2a-link-back {
        width: 0.875em;
    }

    .icon-telephone {
        width: 1.125em;
    }
    .icon-email {
        width: 1.25em;
    }

    .nav-toggle .icon,
    .search-link .icon,
    .search-toggle .icon  {
        font-size: 2em;
    }

    .ce-header-with-icon h1,
    .ce-header-with-icon h2,
    .ce-header-with-icon h3,
    .ce-header-with-icon h4,
    .ce-header-with-icon h5,
    .ce-header-with-icon h1-like,
    .ce-header-with-icon h2-like,
    .ce-header-with-icon h3-like,
    .ce-header-with-icon h4-like,
    .ce-header-with-icon h5-like {
        display: flex;
        align-items: center;
    }

    .ce-header-icon {
        font-size: 1.2em;
        margin-right: 0.25em;
    }

    .ce-header-text {
        flex-grow: 1;
    }

    .ce-frame-inverted .h1-like,
    .ce-frame-inverted .h2-like,
    .ce-frame-inverted .h3-like,
    .ce-frame-inverted .h4-like,
    .ce-frame-inverted .h5-like,
    .ce-frame-inverted h1,
    .ce-frame-inverted h2,
    .ce-frame-inverted h3,
    .ce-frame-inverted h4,
    .ce-frame-inverted h5 {
        color: rgb(255,255,255);
    }

    .ce-gallery-round .ce-media-image img,
    .ce-gallery-round .ce-media-image > a {
        border-radius: 50%;
        overflow: hidden;
    }

    .content .ce-media {
        border-radius: 0.5rem;
        overflow: hidden;
    }

    /* teaser elements */
    .ce-teaser-caption {
        font-size: 125%;
        padding: 0;
        color: inherit;
    }

    .ce-teaser-link:hover,
    .ce-teaser-link:focus {
        color: rgb(0,56,101);
    }

    .ce-teaser-link figure {
        transform: translate3d(0, 0, 0);
        transition: filter .0625s ease-in, transform .0625s ease-in;
        transition: filter .125s ease-in, transform .125s ease-in;
    }

    .ce-teaser-link:hover figure,
    .ce-teaser-link:focus figure {
        transform: translate3d(0, -.5rem, 0);
        filter: drop-shadow(0 1rem .5rem rgba(0,0,0,.125));
    }


    .ce-grid-teaser .ce-element {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-bottom: 2.5rem;
    }

    .ce-grid-teaser-special .ce-element {
        margin-bottom: 0.625rem;
    }

    .ce-grid-teaser-special {
        margin-bottom: 1.875rem;
    }

    .ce-grid-teaser-special .ce-teaser-figure {
        display: flex;
        align-items: center;
        border-radius: 0;
    }

    .ce-grid-teaser-special .ce-teaser-figure img {
        width: 5rem;
        margin-right: 1.25rem;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .ce-grid-teaser-box .ce-teaser-figure {
        background: rgb(255,255,255);
        box-shadow: 0 0 1.25rem rgba(0,0,0,0.125);
        border-bottom: var(--border);
    }

    .ce-grid-teaser-box .ce-teaser-caption {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 6.25rem;
        text-align: center;
    }
    .ce-grid-teaser-box .ce-teaser-caption-inner {
        display: inline-block;
        padding: 2.25rem 1.25rem;
    }

    .ce-grid-teaser-box .ce-teaser-link:hover .ce-teaser-figure,
    .ce-grid-teaser-box .ce-teaser-link:focus .ce-teaser-figure {
        color: rgb(255,255,255);
        background: rgb(0,56,101);
    }

    .ce-grid-teaser-box .ce-teaser-link:hover {
        color: #fff;
    }

    .ce-frame-inverted.ce-bg-green > div:not(.ce-header) {
        background-color: rgb(183,191,16);
    }
    .ce-accordeon > .ce-frame-inverted.ce-bg-green {
        background-color: rgb(183,191,16);
    }

    /* testimonials */
    .ce-frame-testimonial .slick-list {
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    .ce-frame-testimonial .ce-media {
        border-radius: 50%;
        width: 14rem;
        margin: 0 auto;
    }
    .ce-frame-testimonial .ce-column {
        float: none;
    }

    .ce-frame-testimonial .ce-textmedia-inner {
        overflow: visible;
        margin-top: -2.5rem;
    }

    .ce-frame-testimonial .ce-bodytext {
        position: relative;
        color:  rgb(255,255,255);
        background: rgb(183,191,16);
        padding: 1.25rem 1.25rem 0.3125rem;
        border-radius: 0.5rem;
        min-height: 9rem;
    }

    .ce-frame-testimonial .ce-bodytext > * {
        position: relative;
    }

    .ce-frame-testimonial .ce-bodytext::before {
        content: "";
        display: block;
        position: absolute;
        left: 3em;
        top: -0.2em;
        width: 5em;
        height: 5em;
        background: rgb(183,191,16);
        transform: skew(-55deg) rotate(132deg);
    }

    /* Image grid on landingpage */

    .show-5-2 ,
    .show-6-3 ,
    .show-8-3 {
        display: none;
    }

    .header-image-grid {
        margin: 0 auto;
        max-width:  88.75rem;
        position: relative;
        /*padding: 0 .3125rem;*/
    }

    .header-image-grid::after {
        content: "";
        display: block;
        clear: both;
    }

    .header-grid-row {
        clear: both;
        margin: 0 -.15625rem;
    }
    .header-grid-row + .header-grid-row {
        padding-top: .3125rem;
    }

    .header-grid-row::after {
        content: "";
        display: block;
        clear: both;
    }

    .header-grid-col {
        position: relative;
        box-sizing: border-box;
        float: left;
        padding: 0 .15625rem;
        width: 25%;
    }

    .header-grid-inner {
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .header-image-grid-container {
        position: relative;
    }

    .header-grid-ghost-left ,
    .header-grid-ghost-right {
        position: absolute;
        width: 100%;
        width: calc(100% - 1.25rem);
        opacity: .1;
        top: 0;
        bottom: 0;
        display: none;
    }

    .header-grid-ghost-left {
        right: 100%;
    }

    .header-grid-ghost-right {
        left: 100%;
    }

    .header-grid-claim {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(-10deg);
        filter: drop-shadow(var(--shadow-hard));
    }

    .header-grid-claim span {
        float: left;
        clear: left;

        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 7.8vw;
        line-height: 1;
        padding: 0.1em .25em 0.15rem .25em;

        background-color: var(--color-blue);
        color: #fff;
    }

    .header-grid-claim span:nth-child(2) {
        margin-top: -.1em;
        margin-left: .5em;
    }

    .header-image-grid .ce-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .header-image-grid .ce-slider  .slick-track > div {
        padding-left: 0;
        padding-right: 0;
    }

    .header-image-grid .ce-slider > .ce-element:not(:first-child) {
        display: none;
    }

    .header-image-grid .ce-slider.slick-initialized > .ce-element:not(:first-child) {
        display: block;
    }

    .header-image-grid .ce-slider .slick-list {
        border-radius: 0;
        box-shadow: none;
    }

    .header-image-grid .header-grid-inner .slick-pause {
        display: none;
    }

    .js .page-modifier-home .header-grid-row .header-grid-col .header-grid-inner {
        transform: scale3d(0,0,0);
        opacity: 0.01;
    }

    .animate .page-modifier-home .header-grid-row .header-grid-col .header-grid-inner {
        transform: scale3d(1,1,1);
        opacity: 1;
    }

    .page-modifier-home .header-grid-row .header-grid-col .header-grid-inner {
        transition: all .5s ease 0;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(1) .header-grid-inner {
        transition: all .5s ease 0s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(2) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(1) .header-grid-inner {
        transition: all .5s ease 0.125s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(3) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(2) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(1) .header-grid-inner {
        transition: all .5s ease 0.25s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(4) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(3) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(2) .header-grid-inner {
        transition: all .5s ease 0.375s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(5) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(4) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(3) .header-grid-inner {
        transition: all .5s ease 0.5s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(6) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(5) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(4) .header-grid-inner {
        transition: all .5s ease 0.625s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(7) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(6) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(5) .header-grid-inner {
        transition: all .5s ease 0.75s;
    }

    .page-modifier-home .header-grid-row:nth-child(1) .header-grid-col:nth-child(8) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(7) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(6) .header-grid-inner {
        transition: all .5s ease 0.875s;
    }

    .page-modifier-home .header-grid-row:nth-child(2) .header-grid-col:nth-child(8) .header-grid-inner ,
    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(7) .header-grid-inner {
        transition: all .5s ease 0.875s;
    }

    .page-modifier-home .header-grid-row:nth-child(3) .header-grid-col:nth-child(8) .header-grid-inner {
        transition: all .5s ease 0.875s;
    }
}

/* button styles korrigieren */
@media all {

    .btn {
        border-width: 2px;
        box-shadow: var(--shadow-hard);
    }

    #cookieman-modal .btn {
        background-color: var(--color-blue);
        border-color: var(--color-blue);
        color: white;
        box-shadow: none;

        &:focus ,
        &:hover {
            background-color: white;
            color: var(--color-blue);
        }
    }

    .btn-secondary {
        background-color: transparent;
    }

    .slick-grid-pause {
        cursor: pointer;
        overflow: visible;
        width: 2.4rem;
        height: 2.4rem;
        padding: .25rem .25rem;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        border: 0 none transparent;
        box-shadow: 0 1rem 1rem rgba(0,0,0,.125);
        border-radius: 0 0 .375rem .375rem;
    }

    .slick-grid-pause::before {
        content: "";
        display: block;
        position: absolute;
        top: .3125rem;
        right: 100%;
        width: .375rem;
        height: .375rem;
        background-image: radial-gradient(circle at 0 100%, transparent .375rem, #fff .375rem);
    }

    .slick-grid-pause::after {
        content: "";
        display: block;
        position: absolute;
        top: .3125rem;
        left: 100%;
        width: .375rem;
        height: .375rem;
        background-image: radial-gradient(circle at 100% 100%, transparent .375rem, #fff .375rem);
    }

    .slick-grid-pause span {
        color: var(--color-blue);
        font-size: 1rem;
    }

    .slick-grid-pause:hover {
        background-color: var(--color-blue);
    }

    .slick-grid-pause:hover span {
        color: white;
    }

    .slick-grid-pause .paused {
        display: none;
    }

    .slick-grid-pause.slick-paused .playing {
        display: none;
    }

    .slick-grid-pause.slick-paused .paused {
        display: inline-block;
    }

    .ce-frame-inverted .ce-layout-box-outer {
        box-shadow: none;
    }

}

@media all and (min-width: 30em) {
    .footer-teaser-image {
        margin: 0 -1.25rem;
    }
}

/* page finderbox */
@media all and (min-width: 47.5em) {

    .page-finderbox {
        position: fixed;
        top: 48%;
        right: 0;
        width: 27rem;
        z-index: 15;
        border: calc(var(--border-width) / 4) solid white;
        transform: translateY(-50%) translateX(82%); /* IE11 */
        transform: translateY(-50%) translateX(calc(100% - 4.375rem)) translateZ(0);
        overflow: hidden;
        border-radius: 0.5rem 0 0 0.5rem;
        transition: transform ease-in-out 0.5s;
        border-right: 0px none transparent;
        box-shadow: var(--shadow-hard);
    }

    .page-finderbox.show,
    .page-finderbox:hover {
        transform: translateY(-50%) translateX(0) translateZ(1px);
    }
    .page-finderbox:focus-within {
        transform: translateY(-50%) translateX(0) translateZ(0);
    }

    .page-finderbox.hide {
        transform: translateY(-50%) translateX(calc(100% - 4.375rem)) translateZ(0);
    }

    .page-finderbox .ce-element {
        display: flex;
        align-content: center;
        padding: 0;
    }
    .page-finderbox .ce-header {
        flex-grow:0;
        flex-shrink:0;
        margin:0;
        width: 4.375em;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid rgba(255,255,255,0.25);
    }
    .page-finderbox .ce-header-with-icon {
        min-height: 15.5em;
        display: block;
    }

    .page-finderbox .ce-header-with-icon > div {
        transform: rotate(-90deg) translateX(-8em);
        white-space: nowrap;
    }
    .page-finderbox .ce-header > div {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .page-finderbox .ce-header-with-icon > div {
        display: block;
    }

    .page-finderbox .ce-header-with-icon .ce-header-icon {
        transform: rotate(90deg);
    }
    .page-finderbox .ce-header-icon {
        font-size: 125%;
        color: rgb(255,255,255) !important;
    }

    .page-finderbox .ce-quicklinks-menu {
        display: flex;
        align-items: center;
        padding: 1.25rem;
    }

}

/* footer hero */
@media all and (min-width: 47.5em), print {

    .ce-footer-hero .ce-grid-medium > .ce-col.footer-teaser-image {
        margin: 0 ;
        padding: 0;
    }

    .footer-teaser-image .ce-gallery figure.ce-media {
        width: 50vw;
        width: calc(50vw - 1.25rem);
        max-width: initial;
        float: right;
    }

    .footer-teaser-image::before {
        display: none;
    }

    .ce-footer-hero .ce-frame-inverted > div::before {
        content: "";
        display: block;
        position: absolute;
        top: -25vw;
        right: 0;
        bottom: 0;
        left: -25vw;

        background: -moz-radial-gradient(center, ellipse cover, rgba(0,204,255,0.5) 0%, rgba(0,204,255,0) 75%, rgba(0,204,255,0) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,204,255,0.5) 0%,rgba(0,204,255,0) 75%,rgba(0,204,255,0) 100%);
        background: radial-gradient(ellipse at center, rgba(0,204,255,0.5) 0%,rgba(0,204,255,0) 75%,rgba(0,204,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000ccff', endColorstr='#0000ccff',GradientType=1 );
    }

    .ce-footer-hero .ce-grid-medium {
        display: flex;
        align-items: center;
    }

    .footer-teaser-image .ce-row {
        margin-right: 0;
    }

    .ce-footer-hero .ce-grid-footer-teaser::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: var(--border-width);
        background-color: #b7bf10;
        z-index: 0;
    }

    .ce-footer-hero .ce-grid-footer-teaser ,
    .ce-footer-hero .ce-grid-footer-teaser > div {
        position: relative;
        z-index: 1;
    }

    .show-medium {
        display: block;
    }

    /* Image grid on landingpage */

    .show-5-2 {
        display: block;
    }

    .header-image-grid {
        /*padding: 0 .625rem;*/
    }

    .header-grid-col {
        padding: 0 0.3125rem;
    }

    .header-grid-row {
        margin: 0 -.3125rem;
    }
    .header-grid-row + .header-grid-row {
        padding-top: .625rem;
    }

    .header-grid-col {
        width: 20%;
    }

    .header-grid-claim span {
        font-size: 6.6vw;
    }

    .ce-grid-footer-teaser::before {
        content: "";
        display: block;
        position: absolute;
        top: -25vw;
        right: 0;
        bottom: 0;
        left: -25vw;

        background: -moz-radial-gradient(center, ellipse cover, rgba(0,204,255,0.5) 0%, rgba(0,204,255,0) 75%, rgba(0,204,255,0) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,204,255,0.5) 0%,rgba(0,204,255,0) 75%,rgba(0,204,255,0) 100%);
        background: radial-gradient(ellipse at center, rgba(0,204,255,0.5) 0%,rgba(0,204,255,0) 75%,rgba(0,204,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000ccff', endColorstr='#0000ccff',GradientType=1 );
    }

}

@media all and (min-width: 47.5em), print {

    .ce-media-image a::before {
        right: 0.625rem;
        bottom: 0.625rem;
    }

    .ce-frame-testimonial .ce-bodytext {
        min-height: 12rem;
    }
    .ce-frame-testimonial .ce-textmedia {
        /* max-width: 32.75rem; */
        margin: 0 auto;
    }
    .ce-frame-testimonial .ce-media {
        margin-right: 0;
    }

    .ce-frame-testimonial .ce-textmedia-inner {
        margin-top: -10rem;
        max-width: 75%;
        padding-left: 0;
    }

    .ce-frame-testimonial .ce-bodytext::before {
        top: 4em;
        right: 1em;
        left: auto;
        width: 4em;
        height: 4em;
    }

    /* teaser */
    .ce-grid-teaser {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .ce-grid-teaser .ce-element {
        padding: 0 1.25rem;
    }

    .ce-teaser-caption {
        text-align: center;
    }

    .ce-grid-teaser-14 .ce-element {
        width: 25%;
    }

    .ce-grid-teaser-13 .ce-element {
        width: 33.3333%;
    }

    .ce-grid-teaser-124 .ce-element {
        width: 50%;
    }

    .ce-grid-teaser-special .ce-teaser-figure {
        flex-direction: column;
    }

    .ce-grid-teaser-special .ce-teaser-figure img {
        width: 100%;
        margin-right: 0;
    }

    .ce-grid-teaser-special .ce-teaser-caption {
        padding-top: 1.25rem;
    }

    /* news teaser */
    .news-list-teaser {
        margin: 0 -0.625rem;
    }
    .news-list-item-teaser {
        width: 50%;
        float: left;
        padding: 0 0.625rem;
    }
    .news-list-teaser .news-list-item-teaser:nth-child(2n+1) {
        clear: left;
    }

    .slick-grid-pause {
        right: 4.25rem;
    }

    .slick-grid-pause::before ,
    .slick-grid-pause::after {
        top: .625rem;
    }

}

/* desktop */
@media all and (min-width: 62.5em) {

    .ce-teaser-caption {
        font-size: 133.3333%;
    }

    .ce-grid-teaser-124 .ce-element {
        width: 25%;
    }

    .ce-grid-teaser-special img {
        max-width: 12.5rem;
    }

    .footer-teaser-text .ce-header > * {
        font-size: 187.5%;
    }

    .news-list-item + .news-list-item {
        padding-top: 1.5625rem;
    }

    /* news teaser */
    .news-list-teaser {
        margin: 0 -1.25rem;
    }
    .news-list-item-teaser {
        width: 33.3333%;
        float: left;
        padding: 0 1.25rem;
    }
    .news-list-teaser .news-list-item-teaser:nth-child(2n+1) {
        clear: none;
    }
    .news-list-teaser .news-list-item-teaser:nth-child(3n+1) {
        clear: left;
    }

    /* Image grid on landingpage */

    .show-6-3 {
        display: block;
    }

    .header-grid-col {
        width: 16.6666%;
    }

    .header-grid-claim {
        left: -.5rem;
    }

    .header-grid-claim span {
        font-size: 6.2vw;
    }
}

/* large+ */
@media all and (min-width: 75em) {

    .footer-teaser-text .ce-header > * {
        font-size: 200%;
    }

    /* Image grid on landingpage */

    .show-8-3 {
        display: block;
    }

    .header-grid-col {
        width: 12.5%;
    }

    .header-grid-ghost-left ,
    .header-grid-ghost-right {
        display: block;
    }

    .header-grid-claim span {
        font-size: 5.2vw;
    }

}
/* desktop - xlarge */
@media (min-width:92.5em) {

    .news-list-item + .news-list-item {
        padding-top: 2.5rem;
    }

    .header-image-grid-container {
        overflow: visible;
    }

    .header-grid-claim {
        left: -1.5rem;
    }
}



/* xlarge */
@media all and (min-width: 97.5em) {
    .slick-grid-pause {
        right: 0;
    }

}

/* xlarge */
@media all and (min-width: 105em) {

    .footer-teaser-text .ce-header > * {
        font-size: 225%;
    }

    .header-grid-claim {
        left: -6rem;
    }

    .header-grid-claim span {
        padding: 0.05em .25em 0 .25em;
        font-size: 6.2rem;
    }

}

/* xlarge+ */
@media all and (min-width: 120em) {

    .footer-teaser-image .ce-gallery figure.ce-media {
        width: 60rem;
        width: calc(60rem - 1.25rem);
    }

    .ce-footer-hero .ce-frame-inverted > div::before {
        top: -30rem;
        left: -30rem;
    }

    .footer-teaser-text .ce-header > * {
        font-size: 266.6666%;
    }

}

@media (min-width: 47.5em) and (max-height: 50em) {
    .page-finderbox {
        top: 38%;
    }
}



/* show more container */
@media all {

    .ce-show-more .ce-show-more-content {
        max-height: calc((75vw - 2rem) + 12.25rem);
        overflow: hidden;
    }

    .ce-show-more .rc-show-more {
        cursor: pointer;
    }

    .ce-show-more .rc-show-more .label-opened {
        display: none;
    }

    .ce-show-more.rc-open .rc-show-more .label-opened {
        display: block;
    }

    .ce-show-more.rc-open .rc-show-more .label-closed {
        display: none;
    }

    .ce-show-more.rc-open .ce-show-more-content {
        max-height: none;
    }

    .ce-show-more .rc-show-more {
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .ce-show-more.rc-open .ce-show-more-content {
        margin-bottom: 0;
    }

}

@media all and (min-width: 47.5em) {

    .ce-show-more .ce-show-more-content {
        max-height: calc((45vw - 6.25rem) + 0rem);
    }

}

@media all and (min-width: 70em) {

    .ce-show-more .ce-show-more-content {
        max-height: 24rem;
    }

}

@media all {

    .cookieman-revoke {
        background-color: var(--color-blue);
        color: white;
        opacity: 1;

        &:focus ,
        &:hover  {
            background-color: white;
        }
    }

}


/* rc-stuff functional styles */
@media all {

    /* toggle */
    .rc-link {
        display: block;
        text-decoration: none;
        color: currentColor;
        cursor: pointer;
    }

    /* rc-load */
    .rc-load-hide { display: none; }
    .rc-load-show { display: block; }
    .rc-load-success > .rc-hide-on-success { display: none; }

    /* rc-container */
    .rc-container-enabled,
    .rc-head .rc-html-orig,
    .rc-open .rc-show-closed,
    .rc-show-opened { display:none; }

    .rc-show-closed,
    .rc-open .rc-show-opened { display: block; }

    .rc-container-toggle { display: none; }
    .rc-container-toggle.rc-head { display: block; }

}

/* mobile toggle & navigation  */
@media all {

    .page-header .sf-menu { display: none; }

    .nav-toggle {
        line-height: 1;
    }
    .nav-toggle-link { 
        display: flex;
        height: 2.5rem;
        padding: 0 0.625em; 
        color: inherit !important;
        background: none !important;
    }

    .nav-toggle-link > span {
        align-self: center;
    }
    /* sr-hint? .nav-toggle-text { width: 1px; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; position: absolute !important; } */
    .nav-toggle-text { color: currentColor; vertical-align: middle; margin-right:0.625rem; }


    .nav-show-opened,
    .nav-toggle-open .nav-show-closed { display: none; }
    .nav-toggle-open .nav-show-opened { display: block; }

    /* dim page? */
    /*
    .mm-menu.mm-opened ~ .mm-page::before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: 0;
    background: rgba(0,0,0,0.25);
    left: 0;
    width: 100vw;
    height: 100%;
}
    */
    .mm-menu_theme-dark {
        --mm-color-border: rgba(255,255,255,0.25);
        --mm-color-button: rgba(255,255,255,1);
        --mm-color-text: rgba(255,255,255,1);
        --mm-color-text-dimmed: rgba(255,255,255,1);
        --mm-color-background: rgb(0,56,101);
    }

    .mm-menu.mm-opened::before {
        box-shadow: 0 0 1.25rem rgba(0,0,0,0.25);
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 100%;
        width: 1.25rem;
        height: 100vh;
    }

    .mm-listitem__text {
        line-height: 1.2;
        white-space: normal;
    }

    .mm-menu .sf-menu svg,
    .mm-menu .sf-sub-ul svg {
        display: none;
    }

    .mm-listitem:after {
        content: none;
    }

    .mm-listitem__btn:not(.mm-listitem__text) {
        border: none;
    }

    .topnav-mobile {
        margin-top: -20px !important;
        border-top: 1px solid rgb(255,255,255,0.25);
    }

    .topnav-mobile .icon {
        color: rgb(255,255,255,0.5);
    }

    .mm-menu a:hover {
        color: inherit;
        background-color: rgba(0,0,0,0);
    }

    /* ce menus */
    .ce-menu .ce-menu {
        padding-left: 1.25rem;
    }
}

/* topnav, footernav and totop */
@media all {

    /* hide search menu entry */
    .topnav-mobile li:first-child {
        display: none;
    }

    .menu .item {
        display: flex;
        align-items: center;
        font-weight: 400;
    }

    .menu .icon {
        font-size: 1.2em;
    }

    .footernav {
        padding: 1.25rem 0;
    }
    .footernav li {
        display: block;
    }

    .footernav .item { 
        color: inherit;
        padding: 0.625rem 0.3125rem; 
    }
    .footernav .icon {
        color: rgb(183,191,16);
    }

    .footernav .item:focus,
    .footernav .item:hover {
        color: rgb(255,255,255);
        background: rgb(0,56,101);
    }
    .werbelink {
        color: #333;
        float:right;
        line-height: 1;
        padding: 0.625rem 0.3125rem;
        text-decoration: none;
        font-weight: normal;
        text-transform: uppercase;
        font-size: .75rem;
        margin-right: 1rem;
    }

    .werbelink span {
        font-weight: bold;
        font-weight: inherit;
    }

    .totoplink {
        position: fixed !important;
        right: 0.625em;
        bottom: 0.625em;
        z-index: 10;
        color: rgb(255,255,255);
        background: var(--color-blue);
        line-height: 1;
        border-radius: 50%;
        padding: 0.625rem;
        width: 2.5rem;
        height: 2.5rem;
        display: grid;
        place-content: center;

        &:focus ,
        &:hover {
            background: white;
            color: var(--color-blue);
        }

    }
    .totoplink::before {
        content: none !important;
    }    
    .totoplink > .fa {
        margin-right: 0;
        padding-right: 0;
    }
}

/* breadcrumbs */
@media all {
    .bc-nav {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        font-size: 88.8888%;
    }

    .bc-path { display: flex; flex-wrap: wrap;}

    .bc-path .item {
        display: inline-block;
        font-weight: normal !important;
        color: currentColor;
        text-decoration: none;
    }
    .bc-path a:hover,
    .bc-path a:focus {
        color: rgb(255,255,255);
    }

    .bc-path li {
        display: flex;
        align-items: center;
        background-image: none !important;
        padding-left: 0 !important;
    }

    .bc-path li + li:before {
        content: "/";
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

}

/* tablet (without print) */
@media (min-width: 47.5em) {

    .topnav {
        margin-left: -0.625rem;
    }

    .topnav .icon {
        margin-right:0.125em;
    }

    .topnav .item {
        font-size: 77.7777%;
        line-height: 1;
        color: rgb(255,255,255);
        padding: 0.3125rem 0.625rem;
    }

    .topnav .item:hover,
    .topnav .item:focus {
        color: rgb(0,56,101);
        background-color: rgb(255,255,255);
        border-radius: 1rem;
        transform: scale(1.2);
    }

    /* footer  */
    .footernav { width: auto; }
    .footernav li { float:left; margin-bottom: 0; }

    .footernav li + li { margin-left: 0.5em; }

}

/* desktop */
@media (min-width: 62.5em) {

    .bc-nav {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .nav-toggle { display: none; }
    .page-header .sf-menu { display: block; }

    /* superfish */
    .sf-menu, .sf-menu ul { margin: 0; list-style: none; }
    .sf-menu { position: relative; }
    .sf-menu .sf-sub { position: absolute; display: none; z-index:0; }
    .sf-menu > * { float: left; } 

    .sf-menu .sf-has-sub:hover > .sf_sub,
    .sf-menu .sf-has-sub.sfHover > .sf-sub { display: block; }
    .sf-menu .item { display: block; position: relative; text-overflow: ellipsis; }
    .sf-menu .sf-has-sub .sf-has-sub { top: 0; left: 100%; }
    .sf-hidden { display: none!important; }

    /* sf theme */

    .sf-menu .item {
        position: relative;
        font-family: 'Roboto Condensed';
        font-size: 122.2222%;
        font-weight: bold;
        display: block;
        padding: 2.75rem 0.625rem;
        text-align: center;
        text-decoration: none;
        transition: padding .125s ease-in;
    }


    .sf-menu > :hover > .item,
    .sf-menu > li > .item:active,
    .sf-menu > li > .item:focus,
    .sf-menu > li > .item:hover,
    .sf-menu > :focus-within > .item {
        color: rgb(0,56,101);
        background: rgb(240,240,240);
        background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
    }

    .sf-menu > .sf-has-sub:hover > .item::after,
    .sf-menu > .sf-has-sub.sfHover > .item::after,
    .sf-menu > .sf-has-sub:focus-within > .item::after {
        content: "";
        position: absolute;
        z-index: 1;
        top:100%;
        left: calc(50% - 1.25rem);
        border: 1.25rem solid rgba(0,0,0,0);
        border-bottom-width: 0;
        border-top-color: rgb(240,240,240);
    }

    .sf-menu .item-inner { position:relative;}
    .sf-menu .item-inner::after {
        content: "";
        display: block;
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0.625rem;
        right: 0.625rem;
        height: 0.5rem;
        border-radius: 0.25rem;
    }

    .sf-menu > .active .item-inner::after,
    .sf-menu > .current .item-inner::after {
        background-color: rgb(183,191,16);
    }

    .sf-menu > .current > .item,
    .sf-menu > .active > .item {
        font-weight: 600;
        border-color: rgb(51,51,51);
    }

    .sf-lvl-2 {
        left: -1.25rem;
        right:-1.875rem;
        background: rgb(0,56,101);
        background: rgb(0,56,101,.95);
        max-width: 87.5rem;
        margin: 0 auto;
    }

    .sf-sub-ul {
        position:relative;
        width: 25%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        border-right: 1px solid rgba(255,255,255,0.25);
        min-height: 36.6vw;
    }

    .page-scrolled .sf-sub-ul {
        min-height: 0;
    }

    .sf-lvl-5 {
        border: none;
    }

    .sf-sub .sf-sub {
        left: calc(100% + 1px);
        top: 0;
        bottom: 0;
        width: calc(100% + 1px);
    }

    .sf-sub .item {
        color: rgb(255,255,255);
        background: rgb(0,56,101);
        font-weight: normal;
        font-size: 100%;
        margin: 0;
        padding: 0.975rem 1.25rem;
        text-align: left;
    }
    .sf-sub .item-inner::after {
        content: none;
    }

    .sf-sub .item.sf-with-ul {
        display: flex;
        justify-content: space-between;
    }

    .sf-sub .icon {
        font-size: 1rem;
        margin-left: 0.3125rem;
        display: block;
        flex-shrink: 0;
    }

    .sf-sub .current > .item,
    .sf-sub .active > .item,
    .sf-sub .item:hover, 
    .sf-sub .item:focus {
        background: rgb(0,42,77);
    }
}

/* desktop */
@media (min-width: 88.75em) {

    .sf-sub-ul {
        min-height: 32.421875rem;
    }

}

@media (min-width: 92.5em) {

    .topnav .item {
        font-size: 87.5%;
    }

    .topnav li + li {
        margin-left: 0.625rem;
    }

    .sf-menu .item {
        font-size: 133.3333%;
        padding: 3.9375rem 2.1875rem;
    }

    .sf-sub .item {
        font-size: 100%;
        padding: 0.9375rem;
        padding-left: 1.25rem;
    }

    .sf-lvl-2 {
        left: 2.1875rem;
    }

    .sf-lvl-2 {
        left: 2.1875rem;
        right: 0;
    }    
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* 8.x Template ti_base_hph.css */

/* custom attributes */
@media all {
    :root {
        --color-green: rgb(183,191,16);
        --color-blue: rgb(0,56,101);
        
        --shadow-hard: var(--border-width) var(--border-width) 0 var(--color-green);
        --shadow-box: 0 0 1.25rem rgba(from var(--color-green) r g b / .125);
        
        --border-width: .625rem;
        --border-color: var(--color-green); 
        --border: var(--border-width) solid var(--border-color);        
    }
}

/* hover effects */
@media all {
    .ce-media img {
        transition: opacity 0.125s ease-in-out;
    }

    .ce-teaserlink-outer .ce-media-caption {
        position: relative;
    }

    .ce-teaserlink-link:focus,
    .ce-teaserlink-link:hover {
        background: rgba(255, 255, 255, 0.25);
    }

    .ce-media a:hover {
        opacity: 0.75;
    }
}

/* mobile - xsmall */
@media all {
    html {
        font-size: 100%;
    }

    body:after {
        /* http://adactio.com/journal/5429/ */
        content: "rc-xsmall";
        display: none;
    }
    head {
        font-family: "rc-xsmall";
    }

    .hide-xsmall,
    .show-small,
    .show-medium,
    .show-large,
    .show-xlarge,
    .show-xxlarge {
        display: none;
    }

    .show-xsmall {
        display: block;
    }

    /* hide/toggle/show stuff */
    .page-header-searchbox {
        display: none;
    }

    .js .page-rollover-searchbox {
        display: flex;
    }

    .no-js .search-link,
    .js .search-toggle-inner {
        display: flex;
    }
    .js .search-link {
        /*! display: none; */
    }
}

/* mobile - small */
@media all and (min-width: 30em) {
    /* ~ 480px */
    body:after {
        content: "rc-small";
        display: none;
    }
    head {
        font-family: "rc-small";
    }

    .show-xsmall {
        display: none;
    }
    .hide-xsmall {
        display: block;
    }

    .show-small {
        display: block;
    }
    .hide-small {
        display: none;
    }
}

/* tablet + print - medium */
@media all and (min-width: 47.5em), print {
    /* ~ 760px */
    body:after {
        content: "rc-medium";
        display: none;
    }
    head {
        font-family: "rc-medium";
    }

    .show-small {
        display: none;
    }
    .hide-small {
        display: block;
    }

    .show-medium {
        display: block;
    }
    .hide-medium {
        display: none;
    }
}

/* tablet/desktop */
@media all and (min-width: 62.5em) {
    /* ~ 1000px */

    body:after {
        content: "rc-large";
        display: none;
    }
    head {
        font-family: "rc-large";
    }

    .show-medium {
        display: none;
    }
    .hide-medium {
        display: block;
    }

    .show-large {
        display: block;
    }
    .hide-large {
        display: none;
    }

    /* hide/toggle/show stuff */
}

/* desktop - xlarge */
@media all and (min-width: 92.5em) {
    body:after {
        content: "rc-xlarge";
        display: none;
    }
    head {
        font-family: "rc-xlarge";
    }

    .show-large {
        display: none;
    }
    .hide-large {
        display: block;
    }

    .show-xlarge {
        display: block;
    }
    .hide-xlarge {
        display: none;
    }
}

/* desktop - xxlarge */
@media all and (min-width: 105em) {
    body:after {
        content: "rc-xxlarge";
        display: none;
    }
    head {
        font-family: "rc-xxlarge";
    }

    .show-xlarge {
        display: none;
    }
    .hide-xlarge {
        display: block;
    }

    .show-xxlarge {
        display: block;
    }
    .hide-xxlarge {
        display: none;
    }
}

/* print */
@media print {
    html,
    body,
    a {
        font-size: 10pt !important;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    table,
    ol,
    ul,
    figure,
    img {
        page-break-inside: avoid;
    }

    a {
        font-size: 10pt !important;
        overflow: visible !important;
    }
    a::before {
        content: none !important;
    }

    .ce-bodytext a[href^="http"]::after {
        content: " [" attr(href) "] ";
        font-size: 8pt !important;
    }

    .print-only {
        display: block;
    }

    .stage,
    .totoplink,
    .topnav,
    .searchbox,
    .mainnav,
    .subnav,
    .footernav,
    .footer {
        display: none !important;
    }
}

@media all {
    
    .footernav {
        .item[href="/lieferantenportal.html"] .icon {
            /* display: none; */
        }
    }

}
/* high contrast colors for hph */

.page-header-topbar,
.sf-menu > .active .item-inner::after,
.sf-menu > .current .item-inner::after,
.sf-menu .sf-sub .active > .item::after,
.sf-menu .sf-sub .current > .item::after,
.slick-dots .slick-active button,
.ce-media-caption {
    background-color: rgb(0,56,101);
}

.ce-bodytext ul ul>li::before,
.ce-element .icon {
    color: rgb(0,56,101) !important;
}

.ce-frame-inverted ul>li::before,
.ce-frame-inverted ul ul>li::before,
.ce-frame-inverted .icon {
    color: rgb(255,255,255) !important;
}

.ce-element a:hover .icon,
.ce-element a:focus .icon,
.ce-frame-inverted .ce-element .icon {
    color: rgb(255,255,255) !important;
}

.page-finderbox .ce-frame-inverted+.ce-frame-inverted .ce-element {
    border-top: 1px solid rgba(255,255,255,0.25);
}

.ce-frame-testimonial .ce-bodytext,
.ce-frame-testimonial .ce-bodytext::before,
.ce-frame-inverted.ce-bg-green > div:not(.ce-header),
.ce-accordeon > .ce-frame-inverted.ce-bg-green {
    background-color: rgb(0,56,101);
}

.ce-accordeon > .ce-element > .rc-head > .rc-link * {
    color: currentColor !important;
}

.footernav .icon {
    color: rgb(0,56,101);
}

.footernav .item:focus .icon,
.footernav .item:hover .icon {
    color: rgb(255,255,255);
}

/* buttons */
.ce-element .btn-primary .icon {
    color: rgb(255,255,255) !important;
}
.ce-element .btn-primary:hover .icon,
.ce-element .btn-primary:focus .icon,
.ce-element .btn-primary:active .icon {
    color: rgb(0,56,101) !important;
}

.btn-primary {
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}

.ce-frame-inverted .btn-primary {
    color: rgb(0,56,101);
    background-color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus {
    color: rgb(0,56,101);
    background-color: rgb(255,255,255);
}

.btn-primary:active,
.btn-primary.active {
    color: rgb(0,56,101);
    background-color: rgb(255,255,255);
    border-color: rgb(0,56,101);
}

.btn-secondary {
    color: rgb(0,56,101);
    background-color: rgb(255,255,255);
    border-color: rgb(0,56,101);
}

.ce-element .btn-secondary:hover .icon,
.ce-element .btn-secondary:focus .icon,
.ce-element .btn-secondary:active .icon {
    color: rgb(255,255,255) !important;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: rgb(255,255,255);
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}

.btn-secondary:active,
.btn-secondary.active {
    color: rgb(255,255,255);
    background-color: rgb(0,56,101);
    border-color: rgb(0,56,101);
}
