<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.onemap {
    margin-top: -15px;
}
.onemap--jobs,
.onemap--full-page {
    margin-top: 0;
}
.onemap__stage,
.onemap__header-container.onemap__header-container {
    overflow: visible;
}
.onemap__header {
    color: #545454;
    display: none;
}
.onemap--ready .onemap__header {
    display: block;
}
.onemap--jobs .onemap__header {
    display: block;
    margin-bottom: 20px;
}
.onemap__header-input-info-text {
    margin-top: 10px;
    margin-bottom: 0;
}
.onemap__header-locations {
    display: block;
    color: #302e2c;
}
.onemap__header-locations-headline {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.4em 0;
}
.onemap__header-locations-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin-bottom: 0;
    padding: 0;
}
.onemap__header-locations-list-item {
    list-style: none;
    padding: 0 0 5px 0;
}
.onemap__presentation-row {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.1rem;
}
.onemap__no-results-info {
    padding: 15px;
    font-size: .8em;
    text-align: center;
}

.onemap-map {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
.onemap--ready .onemap-map {
    display: block;
    height: 200px;
    padding: 0;
    background: url(/typo3conf/ext/mmpackage/Resources/Public/Images/loader.svg) #fff no-repeat 50% 50%;
}
.onemap--jobs .onemap-map {
    margin-bottom: 12px;
}
.onemap--full-page .onemap-map {
    height: 100vh;
}
.onemap-map .gm-style .gm-style-iw-c {
    border-radius: 0;
}

.onemap-sidebar {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.onemap--jobs .onemap-sidebar {
    flex: 0 0 100%;
    overflow: hidden;
}
.onemap-sidebar__view {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}
.onemap-sidebar__view--active {
    position: relative;
    pointer-events: auto;
}
.onemap--sidebar-view-results-tabbing .onemap-sidebar__view--results-tabbing,
.onemap--sidebar-view-jobs .onemap-sidebar__view--jobs,
.onemap--sidebar-view-job-detail .onemap-sidebar__view--job-detail  {
    opacity: 1;
}

.gmnoprint {
    left: 0;
}

@media ( min-width: 768px ) {
    .onemap__header-container.onemap__header-container {
        display: flex;
        align-items: center;
    }
    .onemap__header-input-info-text {
        position: absolute;
        max-width: 300px;
        font-size: 0.8em;
    }
    .onemap-map {
        min-height: 500px;
        padding: 30px;
    }
    .onemap--ready .onemap-map {
        min-height: 0;
        padding: 0;
        height: 550px;
    }
    .onemap-map--small {
        height: 400px;
    }
    .onemap--full-page .onemap-map {
        height: 100vh;
    }
    .onemap--ready .onemap__header-locations {
        padding-top: 85px;
    }
    .onemap__header-locations-headline {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 0 0.4em 0;
    }
}

@media ( min-width: 992px ) {
    .onemap__presentation-row {
        flex-direction: row-reverse;
        height: 600px;
    }
    .onemap--jobs .onemap__presentation-row {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
    }
    .onemap--jobs .onemap__header {
        flex: 0 0 400px;
        margin-bottom: 0;
        padding-right: 20px;
    }
    .onemap__header-input-info-text {
        max-width: 350px;
    }
    .onemap-map {
        min-height: 550px;
        margin-bottom: 0;
    }
    .onemap--ready.onemap--jobs .onemap-map {
        height: 500px;
        margin-bottom: 0;
    }
    .onemap__header-locations-headline {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.6em;
    }
    .onemap-sidebar {
        display: flex;
    }
    .onemap--jobs .onemap-sidebar {
        display: block;
    }
    .onemap-sidebar__view {
        flex: 1 1 auto;
        /* height required for safari to work for children */
        height: 100%;
    }
}
@media ( min-width: 1200px ) {
    .onemap--jobs .onemap__header {
        flex-basis: 500px;
        padding-right: 80px;
    }
    .onemap-map {
        min-height: 600px;
    }
    .onemap--ready .onemap-map {
        height: 600px;
    }
    .onemap--full-page .onemap-map {
        height: 100vh;
    }
    .onemap__header-container--show-locations.onemap__header-container--show-locations {
        padding-bottom: 20px;
    }
    .onemap__header-locations-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media ( min-width: 1600px ) {
    .onemap-map {
        min-height: 650px;
    }
    .onemap--jobs .onemap-map {
        min-height: 600px;
    }
    .onemap--ready .onemap-map {
        height: 650px;
    }
    .onemap--ready .onemap-map--small {
        height: 500px;
    }
    .onemap--ready.onemap--jobs .onemap-map {
        height: 600px;
    }
    .onemap--full-page .onemap-map {
        height: 100vh;
    }
}
</pre></body></html>