
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

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

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.ol-mouse-position {
    top: 8px;
    right: 8px;
    position: absolute
}

.ol-scale-line {
    background: #95b9e6;
    background: rgba(0, 60, 136, .3);
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents, width
}

.ol-overlay-container {
    will-change: left, right, top, bottom
}

.ol-unsupported {
    display: none
}

.ol-viewport .ol-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.ol-control {
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 4px;
    padding: 2px
}

.ol-control:hover {
    background-color: rgba(255, 255, 255, .6)
}

.ol-zoom {
    top: .5em;
    left: .5em
}

.ol-rotate {
    top: .5em;
    right: .5em;
    transition: opacity .25s linear, visibility 0s linear
}

.ol-rotate.ol-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s linear, visibility 0s linear .25s
}

.ol-zoom-extent {
    top: 4.643em;
    left: .5em
}

.ol-full-screen {
    right: .5em;
    top: .5em
}

@media print {
    .ol-control {
        display: none
    }
}

.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #7b98bc;
    background-color: rgba(0, 60, 136, .5);
    border: none;
    border-radius: 2px
}

.ol-control button::-moz-focus-inner {
    border: none;
    padding: 0
}

.ol-zoom-extent button {
    line-height: 1.4em
}

.ol-compass {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    will-change: transform
}

.ol-touch .ol-control button {
    font-size: 1.5em
}

.ol-touch .ol-zoom-extent {
    top: 5.5em
}

.ol-control button:focus, .ol-control button:hover {
    text-decoration: none;
    background-color: #4c6079;
    background-color: rgba(0, 60, 136, .7)
}

.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0 0
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px
}

.ol-attribution {
    text-align: right;
    bottom: .5em;
    right: .5em;
    max-width: calc(100% - 1.3em)
}

.ol-attribution ul {
    margin: 0;
    padding: 0 .5em;
    font-size: .7rem;
    line-height: 1.375em;
    color: #000;
    text-shadow: 0 0 2px #fff
}

.ol-attribution li {
    display: inline;
    list-style: none;
    line-height: inherit
}

.ol-attribution li:not(:last-child):after {
    content: " "
}

.ol-attribution img {
    max-height: 2em;
    max-width: inherit
}

.ol-attribution button, .ol-attribution ul {
    display: inline-block
}

.ol-attribution.ol-collapsed ul {
    display: none
}

.ol-attribution.ol-logo-only ul {
    display: block
}

.ol-attribution:not(.ol-collapsed) {
    background: rgba(255, 255, 255, .8)
}

.ol-attribution.ol-uncollapsible {
    bottom: 0;
    right: 0;
    border-radius: 4px 0 0;
    height: 1.1em;
    line-height: 1em
}

.ol-attribution.ol-logo-only {
    background: 0 0;
    bottom: .4em;
    height: 1.1em;
    line-height: 1em
}

.ol-attribution.ol-uncollapsible img {
    margin-top: -.2em;
    max-height: 1.6em
}

.ol-attribution.ol-logo-only button, .ol-attribution.ol-uncollapsible button {
    display: none
}

.ol-zoomslider {
    position: absolute;
    top: 4.5em;
    left: .5em;
    background: #eee;
    background: rgba(255, 255, 255, .4);
    width: 24px;
    height: 200px
}

.ol-zoomslider-thumb {
    position: absolute;
    background: #7b98bc;
    background: rgba(0, 60, 136, .5);
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    width: 22px;
    margin: 3px
}

.ol-touch .ol-zoomslider {
    top: 5.5em;
    width: 2.052em
}

.ol-touch .ol-zoomslider-thumb {
    width: 1.8em
}

.ol-overviewmap {
    position: absolute;
    left: .5em;
    bottom: .5em
}

.ol-overviewmap.ol-uncollapsible {
    bottom: 0;
    left: 0;
    border-radius: 0 4px 0 0
}

.ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
    display: inline-block
}

.ol-overviewmap .ol-overviewmap-map {
    border: 1px solid #7b98bc;
    height: 150px;
    margin: 2px;
    width: 150px
}

.ol-overviewmap:not(.ol-collapsed) button {
    bottom: 1px;
    left: 2px;
    position: absolute
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
    display: none
}

.ol-overviewmap:not(.ol-collapsed) {
    background: rgba(255, 255, 255, .8)
}

.ol-overviewmap-box {
    border: 2px dotted rgba(0, 60, 136, .7)
}
.popup-label {
    background-color: #fff;
    border: 2px #444 solid;
    border-radius: 7px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.75);
    color: #111;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px 6px;
    position: absolute;
    white-space: nowrap;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.popup-label img {
    vertical-align: middle;
}

.popup-label.marker:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #000 transparent;
}

.angular-openlayers-map:-moz-full-screen {
    height: 100%;
}

.angular-openlayers-map:-webkit-full-screen {
    height: 100%;
}

.angular-openlayers-map:full-screen {
    height: 100%;
}

.angular-openlayers-map:not(-moz-full-screen) {
    height: 400px;
}

.angular-openlayers-map:not(-webkit-full-screen) {
    height: 400px;
}

.angular-openlayers-map:not(full-screen) {
    height: 400px;
}

.ol-full-screen {
    position: absolute;
    top: 50%;
}

.map,.map-popup__close,.map-template,.map-types,.map-types__link{display:-ms-flexbox;display:flex}.map,.map-popup__close,.map-template,.map-types__link{-ms-flex-direction:row;flex-direction:row}.map-types{-ms-flex-direction:column;flex-direction:column}.map,.map-popup__close,.map-template,.map-types,.map-types__link{-ms-flex-wrap:wrap;flex-wrap:wrap}.map-popup__close,.map-types__link{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.localiser-toggle__btn:before,.map-template__open:before,.map-toggle-resultats:after,[data-fa-icon]:before{display:inline-block;font-family:Font Awesome\ 5 Pro;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:700}.ghost,.invisible{border:0!important;clip:rect(1px,1px,1px,1px);height:1px!important;left:-9999px!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:auto!important;width:1px!important}[data-fa-icon]:before{content:attr(data-fa-icon);color:#fda153;margin-right:.25em}.ol-mouse-position{position:absolute;right:8px;top:8px}.ol-scale-line{background:#95b9e6;background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:0;color:#eee;font-size:10px;margin:1px;text-align:center;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-viewport .ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-control{background-color:#eee;background-color:hsla(0,0%,100%,.4);border-radius:4px;padding:2px;position:absolute}.ol-control:hover{background-color:hsla(0,0%,100%,.6)}.ol-zoom{left:.5em;top:.5em}.ol-rotate{right:.5em;top:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;transition:opacity .25s linear,visibility 0s linear .25s;visibility:hidden}.ol-zoom-extent{left:.5em;top:4.643em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{background-color:#7b98bc;background-color:rgba(0,60,136,.5);border:0;border-radius:2px;color:#fff;display:block;font-size:1.14em;font-weight:700;height:1.375em;line-height:.4em;margin:1px;padding:0;text-align:center;text-decoration:none;width:1.375em}.ol-control button::-moz-focus-inner{border:0;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-size:1.2em;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{background-color:#4c6079;background-color:rgba(0,60,136,.7);text-decoration:none}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{bottom:.5em;max-width:calc(100% - 1.3em);right:.5em;text-align:right}.ol-attribution ul{color:#000;font-size:.7rem;line-height:1.375em;margin:0;padding:0 .5em;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;line-height:inherit;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution.ol-logo-only ul{display:block}.ol-attribution:not(.ol-collapsed){background:hsla(0,0%,100%,.8)}.ol-attribution.ol-uncollapsible{border-radius:4px 0 0;bottom:0;height:1.1em;line-height:1em;right:0}.ol-attribution.ol-logo-only{background:0 0;bottom:.4em;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-logo-only button,.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{background:#eee;background:hsla(0,0%,100%,.4);height:200px;left:.5em;position:absolute;top:4.5em;width:24px}.ol-zoomslider-thumb{background:#7b98bc;background:rgba(0,60,136,.5);border-radius:2px;cursor:pointer;height:10px;margin:3px;position:absolute;width:22px}.ol-touch .ol-zoomslider{top:5.5em;width:2.052em}.ol-touch .ol-zoomslider-thumb{width:1.8em}.ol-overviewmap{bottom:.5em;left:.5em;position:absolute}.ol-overviewmap.ol-uncollapsible{border-radius:0 4px 0 0;bottom:0;left:0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:hsla(0,0%,100%,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.popup-label{background-color:#fff;border:2px solid #444;border-radius:7px;box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);color:#111;display:none;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:700;left:50%;padding:3px 6px;position:absolute;top:10px;transform:translateX(-50%);white-space:nowrap}.popup-label img{vertical-align:middle}.popup-label.marker:before{border-color:transparent transparent #000;border-style:solid;border-width:0 6px 12px;content:"";height:0;left:50%;position:absolute;top:-14px;transform:translateX(-50%);width:0}.angular-openlayers-map:-moz-full-screen{height:100%}.angular-openlayers-map:-webkit-full-screen{height:100%}.angular-openlayers-map:full-screen{height:100%}.angular-openlayers-map:not(-moz-full-screen){height:400px}.angular-openlayers-map:not(-webkit-full-screen){height:400px}.angular-openlayers-map:not(full-screen){height:400px}.ol-full-screen{position:absolute;top:50%}.localiser{margin:6.5rem 0}.localiser-toggle{position:relative;display:none;margin-bottom:2rem}.localiser-toggle:after,.localiser-toggle:before{background-color:transparent;bottom:2rem;box-shadow:0 2rem 1.5rem 0 rgba(0,0,0,.5);content:"";display:block;height:1.5rem;position:absolute;width:calc(40% - 3rem);z-index:-1}.localiser-toggle:before{left:6rem;transform:rotate(-3deg) skewX(-60deg)}.localiser-toggle:after{right:6rem;transform:rotate(3deg) skewX(60deg)}.localiser-toggle__btn{transition:all .25s ease-in-out 0ms;background-color:#fda153;border:0;color:#fff;cursor:pointer;font-size:1.8rem;font-weight:700;padding:1.5rem 0;text-transform:uppercase;width:100%}.localiser-toggle__btn:before{content:"\e018";font-family:icons;font-size:3.6rem;font-weight:400;vertical-align:middle}.localiser-toggle__btn:focus,.localiser-toggle__btn:hover{background-color:#fb7b18}.map.-localiser{height:54rem}.map.-localiser.-show-localiser{display:-ms-flexbox;display:flex}.popup-item-contacts{margin:2.5rem 0}.popup-item-contacts:first-child{margin-top:0}.popup-item-contacts:last-child{margin-bottom:0}.popup-item-contacts__info{padding:2rem}.popup-item-contacts__image{display:block}.popup-item-contacts__image img{display:block;height:auto;width:100%}.popup-item-contacts__date{margin:2rem 0}.popup-item-contacts__date:first-child{margin-top:0}.map-popup__heading-category,.popup-item-contacts__theme{color:#2a2a2a;display:block;font-family:Roboto Condensed,Impact,Franklin Gothic Bold,sans-serif;font-size:1.4rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase}.map-popup__heading-title,.popup-item-contacts__title{color:#000;font-family:Roboto,Franklin Gothic Medium,Tahoma,sans-serif;font-size:1.9rem;font-weight:700;margin-bottom:2rem;margin-top:0}.popup-item-contacts__teaser{font-family:Roboto Condensed,Impact,Franklin Gothic Bold,sans-serif;font-size:1.5rem;font-weight:300;margin:1.5rem 0}.popup-item-contacts__infoslist{margin:2rem 0}.popup-item-contacts__infoslist .infos,.popup-item-contacts__infoslist .infos__items,.popup-item-contacts__infoslist .infos__wrap{margin:0;padding:0}.popup-item-contacts__infoslist .infos__item{margin:1.5rem 0}.popup-item-contacts__infoslist .infos__item:first-child{margin-top:0}.popup-item-contacts__infoslist .infos__item.-phone a{text-decoration:none}.popup-item-contacts__infoslist .infos__item.-phone a:focus,.popup-item-contacts__infoslist .infos__item.-phone a:hover{text-decoration:underline}.popup-item-contacts__actions{margin-top:3rem}.popup-item-contacts__action-btn:not(:last-child){margin-bottom:1rem}.popup-item-contacts__action-btn:before{color:#f58220}.map-popup{height:100%;overflow-x:hidden;overflow-y:auto;position:relative}.map-popup__close{position:absolute;right:0;top:0;height:3rem;width:3rem;transition:all .25s ease-in-out 0ms;background-color:rgba(0,0,0,.6);border:0;color:#fff;cursor:pointer;font-size:1.6rem;padding:0;z-index:10}.map-popup__close[data-fa-icon]:before{color:currentColor;margin:0}.map-popup__close:focus,.map-popup__close:hover,.map-popup__heading-top{background-color:#f58220}.map-popup__heading-top{padding:2rem 5rem 2rem 4rem;position:relative}.map-popup__heading-top:before{left:1.5rem;position:absolute;top:1.5rem;color:#fff!important;font-size:2rem}.map-popup__heading-bottom{padding:1.5rem 5rem 0 2rem}.map-popup__heading-category{color:#fff;font-size:1rem}.map-popup__heading-title{color:#fff;margin-bottom:0}.map-page .stratis-menu-trigger{left:auto;right:2rem}.map{height:100vh;overflow:hidden;width:100%}.map__wrapper{-ms-flex-positive:1;flex-grow:1;position:relative;width:calc(100% - 57rem)}.map__results{width:31rem}.map__results .rte p:not([class^=subpages-menu]){margin:1rem 1rem 1rem 2rem!important}.map__tools{position:absolute;right:1rem;top:1rem}.map__aside{background-color:#f0f0f0;box-shadow:-.3rem 0 .5rem 0 rgba(0,0,0,.3);display:none;height:100%;position:relative;width:26rem}.map.-show-popup .map__aside,.map.-show-results .map__results{display:block}.map.-large{height:calc(100vh - 8rem);width:100%}.map-template{position:relative;width:100%}.map-template__filter{-ms-flex-positive:0;flex-grow:0;width:31rem}.map-template__filter .filters{height:calc(100vh - 12.6rem);margin-top:0;width:100%}.map-template__filter.-is-hidden{display:none}.map-template .filters__buttons-link{margin-top:2rem;padding:0 4rem}.map-template__types{-ms-flex-positive:0;flex-grow:0;width:20rem}.map-template__map{-ms-flex-positive:1;flex-grow:1;width:calc(100% - 51rem)}.map-template__open{bottom:auto;left:20rem;position:absolute;right:auto;top:0;height:4rem;width:4rem;overflow:hidden;text-indent:-9999px;white-space:nowrap;transition:all .25s ease-in-out 0ms;background-color:#fda153;border:0;cursor:pointer;display:none;z-index:10}.map-template__open:before{content:"\f0c9"}.map-template__open:after,.map-template__open:before{text-indent:0}.map-template__open:focus,.map-template__open:hover{background-color:#fb7b18}.map-template__open:before{bottom:auto;left:50%;position:absolute;right:auto;top:50%;color:#fff;font-size:1.4rem;transform:translate(-50%,-50%)}.map-filter,.map-heading{position:relative}.map-heading{background-color:#f6f6f6;margin:0;padding:1.6rem 4.5rem 1.4rem 3rem}.map-heading.-dark{background-color:#e6e5e5}.map-heading__title{color:#727272;font-size:1.4rem;font-weight:300;margin:0;text-transform:uppercase}.map-heading__close{position:absolute;right:2rem;top:50%;background:none;border:0;color:#727272;cursor:pointer;font-size:1.2rem;padding:0;transform:translateY(-50%)}.map-heading__close:before{color:currentColor;margin:0}.map-types{height:calc(100vh - 8rem);list-style:none;margin:0;padding:0}.map-types__item{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1;height:calc((100vh - 8rem) / 4)}.map-types__link{transition:all .25s ease-in-out 0ms;background-color:#fb7b18;color:#fff;font-family:Roboto Condensed,Impact,Franklin Gothic Bold,sans-serif;font-size:1.8rem;font-weight:300;height:100%;padding:1rem;text-transform:uppercase;width:100%}.map-types__link.-is-current,.map-types__link:focus,.map-types__link:hover{background-color:#e96804;outline-offset:-.2rem}.map-types__link.-is-current{font-weight:700}.map-search-results{display:none}.map-search-results__list{height:calc(100vh - 12.6rem);list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:3rem 0}.map-search-results__item:not(:first-child){margin-top:-.1rem}.map-search-results__btn{transition:all .25s ease-in-out 0ms;background:none;border:0;cursor:pointer;padding:1rem 3rem 1rem 6rem;position:relative;text-align:left;width:100%}.map-search-results__btn:before{top:0}.map-search-results__btn:after,.map-search-results__btn:before{position:absolute;right:3rem;background-color:#c5c5c5;content:"";height:.1rem;width:calc(100% - 6.5rem)}.map-search-results__btn:after{bottom:0}.map-search-results__btn:focus{outline-offset:-.2rem}.map-search-results__btn:focus,.map-search-results__btn:hover{background-color:#f4f4f4}.map-search-results__btn img{left:3.8rem;position:absolute;top:1rem;display:block;height:auto;width:1.5rem}.map-search-results__category{color:#fda153;display:block;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.map-search-results__category,.map-search-results__title{transition:all .25s ease-in-out 0ms;font-family:Roboto Condensed,Impact,Franklin Gothic Bold,sans-serif}.map-search-results__title{font-size:1.3rem;font-weight:300;margin:0}.map-toggle-resultats{bottom:1.5rem;position:absolute;right:3rem;background:none;border:0;cursor:pointer;display:none;font-family:Roboto Condensed,Impact,Franklin Gothic Bold,sans-serif;font-size:1.2rem;font-weight:300;padding:0 2rem 0 0}.map-toggle-resultats:after{content:"\f06e";font-weight:400}.map-toggle-resultats:focus:before,.map-toggle-resultats:hover:before{background-color:#000}.map-toggle-resultats:focus:after,.map-toggle-resultats:hover:after{color:#000;transform:scale(1.1)}.map-toggle-resultats:before{transition:all .25s ease-in-out 0ms;position:absolute;right:.5rem;top:-5%;height:110%;width:0;background-color:#fda153;content:"";transform:rotate(-30deg);z-index:2}.map-toggle-resultats:after{transition:all .25s ease-in-out 0ms;position:absolute;right:0;top:0;color:#fda153;z-index:1}.map-toggle-resultats.-is-visible{display:inline-block}.map-toggle-resultats.-show-results:focus:before,.map-toggle-resultats.-show-results:hover:before{background-color:#000}.map-toggle-resultats.-show-results:before{background-color:#fda153;width:2px}@media screen and (max-width:1279px){.localiser-toggle:before{left:7rem}.localiser-toggle:after{right:7rem}.map-popup__heading-category,.popup-item-contacts__theme{font-size:1.4rem}}@media screen and (max-width:767px){.localiser{margin:4rem 0 3.5rem}.localiser .title-block{display:none}.localiser-toggle{display:block}.localiser-toggle__btn{background-image:url('../../../typo3conf/ext/stratis_map/Resources/Public/Images/localiser-bg.png')}.localiser-toggle__btn:before{color:#f58220;margin-right:1rem}.map.-localiser{-ms-flex-direction:column;flex-direction:column;height:auto}.map.-localiser .map__aside,.map.-localiser .map__wrapper{width:100%}.map__results{display:none!important}.map.-large{height:calc(100vh - 6rem)}.map.-large .angular-openlayers-map{height:calc(100vh - 6rem)!important}.map-template__filter{display:none!important}.map-template__types{display:none}}@media screen and (max-width:479px){.map.-large{height:calc(100vh - 4.6rem)}.map.-large .angular-openlayers-map{height:calc(100vh - 4.6rem)!important}}@media print{.ol-control{display:none}}
.femanager_flashmessages>div{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px}.femanager_flashmessages>.message-2{background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225}.femanager_flashmessages>.message-1{background-color:#FBF6DE;border:1px solid #B1905C;color:#9E7D4A}.femanager_flashmessages>.message-0{background-color:#CDEACA;border:1px solid #58B548;color:#3B7826}.femanager_flashmessages>.message--1{background-color:#EAF7FF;border:1px solid #C5DBE6;color:#4C73A1}.femanager_flashmessages>.message--2{background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444}.femanager_note{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444;list-style-type:none;margin-left:0}.femanager_error{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225;list-style-type:none;margin-left:0}

.pxa-result-bar {
    display: inline-block;
    height: 10px;
    background: #7d7d7d;
}

.pxa-result-row {
    position: relative;
    width: 100%;
}

.pxa-result-percents {
    position: absolute;
    right: 0;
}

.pxa-result-bar {
    position: absolute;
    top: 25px;
    left: 0;
}

.pxa-result-text {
    padding-bottom: 15px;
    display: inline-block;
}
