.js_map_outer label {
    margin-bottom: 15px;
    font-family: "Archivo ExtraLight", sans-serif;
}

.js_map_outer .filter_city_search {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .js_map_outer label {
        margin-bottom: 0;
        font-size: 18px;
        padding-top: 10px;
    }

    @media (min-width: 768px) {
        .js_map_outer label {
            margin-bottom: 5px;
            padding-top: 0;
        }
    }
}

@media (min-width: 992px) {
    .js_map_outer label {
        font-size: 18px;
    }
}

.js_map_outer .headline {
    padding-bottom: 0;
    font-family: "Archivo Regular", sans-serif;
}

@media (max-width: 991px) {
    .js_map_outer .filter_result {
        padding: 15px 0 15px 0;
    }
}

.js_map_outer .subheadline {
    text-align: left;
}

.map_canvas .gm-style .gm-style-iw-c {
    padding: 15px 0 0 0 !important;
    background-color: #fff;
    border-radius: 0;
}

.map_canvas .gm-style-iw-chr button span {
    background-color: #809ab1 !important;
    width: 26px;
    height: 26px;
}

.map_canvas .gm-style .gm-style-iw-c {
    padding: 15px 0 0 0 !important;
    background-color: #fff;
    border-radius: 0;
}

.js_map_outer .object_image {
    height: 160px;
    overflow: hidden;
}

.map_canvas .details:after {
    content: "";
    width: 16px;
    position: absolute;
    height: 20px;
    display: inline-block;
    background: url("../Images/arrow_green_rounded.svg") no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    right: 20px;
    top: 33%;
}

.gm-style .gm-style-iw-tc::after {
    background-color: #F1F9F4;
}

.map_canvas .details {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 15px;
    text-align: left;
    background-color: #F1F9F4;
    color: #000;
    margin-top: 10px;
    font-size: 16px !important;
}

.object_details .headline {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .js_map_outer .object_image {
        height: 260px;
    }
}

@media (min-width: 1200px) {
    .js_map_outer .object_image {
        height: 285px;
    }
}

.module_fonds .filter .styled_dropdown_outer span.select {
    height: 45px;
}

@media (max-width: 991px) {
    .module_fonds .filter .styled_dropdown_outer {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .module_fonds .filter .styled_dropdown_outer {
        width: 98%;
    }
}

.module_fonds .filter .category {
    padding-left: 0 !important;
}

/*Category-Labels unter- statt nebeneinander*/

@media (max-width: 450px) {
    .module_fonds .filter.opened .category {
        display: flex;
        flex-direction: column;
    }

    .module_fonds .filter .styled_dropdown_outer,
    .module_fonds .filter.opened .category label {
        width: 100%;
    }

    .module_fonds .filter.opened .category label {
        margin-bottom: 5px;
        display: flex;
        align-items: start;
    }
}

/*Category-Labels unter- statt nebeneinander*/

@media (max-width: 450px) {
    .module_fonds .filter.opened .category {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .module_fonds .filter.opened .category {
        display: flex;
        justify-content: space-between;
        padding-right: 0;
        margin-bottom: 17px;
        align-items: center;
    }

    @media (min-width: 768px) {
        .module_fonds .filter.opened .category {
            flex-direction: column;
            align-items: start;

        }
    }

    .module_fonds .filter.closed .category {
        display: none;
    }
}

.object_detail_section tr {
    border-bottom: 2px solid #fff;
}

.object_detail_section tr td {
    font-size: 18px;
}

.object_detail_section tr td a {
    text-decoration: underline;
}

.object_detail_section tr td:nth-child(odd) {
    background-color: #E4F3E9;
    font-family: "Archivo SemiBold", sans-serif;
    color: #003763;
    padding: 5px 10px 5px 10px;
    line-height: 1.1;
    font-size: 16px;
    min-width: 140px;
}

.object_detail_section tr td:nth-child(even) {
    background-color: #F1F9F4;
    font-family: "Archivo Light", sans-serif;
    color: #003763;
    line-height: 1.1;
    font-size: 16px;
}

@media (max-width: 767px) {
    .object_detail_section tr td:nth-child(odd) {
        hyphens: auto;
        word-break: break-word;

    }

    .object_detail_section tr td:nth-child(even) {
        hyphens: auto;
        word-break: break-word;
    }
}

@media (min-width: 768px) {
    .object_detail_section tr td:nth-child(odd) {
        padding: 15px 15px 15px 25px;
        min-width: auto;

    }

    .object_detail_section tr td:nth-child(even) {
        padding: 15px 15px 15px 25px;
    }
}

@media (min-width: 992px) {
    .object_detail_section tr td:nth-child(odd) {
        background-color: #d7dbdf;
        font-family: "Archivo SemiBold", sans-serif;
        color: #003763;
        padding: 15px 15px 15px 25px;
        line-height: inherit;
        font-size: 16px;

    }

    .object_detail_section tr td:nth-child(even) {
        background-color: #e8ecee;
        font-family: "Archivo Light", sans-serif;
        color: #003763;
        padding: 15px 15px 15px 25px;
        line-height: inherit;
        font-size: 16px;
    }
}

.object_detail_section td {
    padding: 10px;
}

@media (min-width: 992px) {
    .module_fonds .js_map_outer .container:not(.object_details .container) {
        padding: 0 65px 50px 65px !important;
    }
}

.object_details .object_image img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

@media (min-width: 992px) {
    .object_details .object_image {
        padding: 0;
    }

    .module_fonds .filter .category {
        padding-right: 35px !important;
    }

    .object_details .object_image img {
        object-position: top left;
    }
}

@media (max-width: 991px) {
    .object_details {
        background: #fff;
    }

    @media (min-width: 768px) {
        .object_details {
            width: 100%;
            padding-top: 0;
        }
    }

    .object_details .container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .object_details .object_table {
        padding: 0;
    }

    .object_details .object_image {
        padding: 0;
        height: 300px;
    }

    .object_details .object_image img {
        width: 100% !important;
        height: 100%;
        object-fit: contain;
    }
}

.object_details .headline_container .icon {
    margin-right: 10px;
    height: 70px;
    width: 80px;
}

@media (min-width: 992px) {
    .object_details .headline_container .icon {
        margin-right: 10px;
        height: 50px;
        width: 50px;
    }
}

@media (min-width: 992px) {
    .object_details .headline_container .icon {
        height: 60px;
        width: 60px;
    }
}

.object_details .headline_container .icon img {
    height: 100%;
    width: 100%;
}

.object_details .headline_container {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .object_details .headline_container {
        padding: 5px 20px 5px 20px;
        background-color: #fff;
    }

    .content_main:has(.js_map_outer) .module_text .container {
        padding-bottom: 0 !important;
    }

    .content_main:has(.js_map_outer) .module_text .headline {
        font-size: 24px;
    }

    .content_main:has(.js_map_outer) .module_text .subheadline {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .object_details .headline_container {
        margin-bottom: 25px;
    }

    .content_main:has(.js_map_outer) .module_text .headline {
        font-size: 38px;
    }

    .content_main:has(.js_map_outer) .module_text .subheadline {
        font-size: 28px;
        padding-bottom: 0;
    }
}

.object_details .headline {
    color: #003763;
    font-size: 18px !important;
    font-family: "Archivo Regular", sans-serif;
    margin-bottom: 5px !important;
}

.object_details .subheadline {
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Archivo Light", sans-serif;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .object_details .headline {
        font-size: 24px !important;
    }

    .object_details .subheadline {
        margin-bottom: 10px;
    }
}

.object_detail_section td.description {
    color: #053e6e;
    font-family: "Archivo Light", sans-serif;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .filter_result {
        margin-top: 35px;
        font-size: 18px;
    }
}

.highlight {
    color: #053e6e;
}

@media (min-width: 992px) {
    .module.object_details {
        margin-top: 45px !important;
    }

    .module.object_details .container {
        padding: 25px 35px 45px 45px !important;
    }
}

@media (max-width: 991px) {
    .category {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .category {
        margin-bottom: 40px;
    }
}

.map_canvas {
    height: 300px;
}

@media (max-width: 991px) {
    .module_fonds .map_canvas {
        height: 430px;
        top: -65px;
        left: 0;
        width: 100%;
        margin-bottom: -65px;
        z-index: 0;
    }

    .module_fonds:has(.map_outer) {
        height: auto;
    }

    .module_fonds:has(.filter.opened) .map_canvas {
        height: 430px;
        top: -186px;
        margin-bottom: -186px;
        left: 0;
        width: 100%;
        z-index: 0;
    }

    @media (min-width: 768px) {
        .module_fonds .map_canvas {
            top: 0;
        }

        .module_fonds:has(.filter.opened) .map_canvas {
            top: -113px;
        }
    }
}

.office_outer {
    margin-top: 30px;
}

.office_outer .grid_unit {
    width: 100%;
    padding-bottom: 30px;
}

.office_details .office_item .office_icon {
    float: left;
    margin-right: 5px;
}

.office_details .office_item .company_name {
    float: left;
    width: 85%;
}

.office_details .office_item .company_name span {
    margin-top: 4px;
}

.office_details .office_item .address {
    clear: both;
}

.office_details .office_item .contact {
    margin-top: 20px;
}

.office_details .office_item .contact .row .cell {
    font-family: "univers_47", Arial, sans-serif;
}

.office_details .office_item .contact .row .cell:first-child {
    font-family: "univers_57", Arial, sans-serif;
}

.map_canvas .select_box {
    margin: 20px 0 0 20px;
}

.map_canvas .optionList {
    max-height: 200px;
}

.gm-style {
    font-family: inherit;
}

.gm-style img {
    max-width: none;
}

.gm-style .type {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.map_canvas .gm-style .type img {
    margin-right: 8px;
}

.map_canvas .gm-style-iw .name {
    margin-bottom: 5px;
    padding-right: 60px;
}

.map_canvas .gm-style-iw .name,
.map_canvas .gm-style-iw .location {
    max-width: 405px;
}

@media (min-width: 1200px) {
    .map_canvas .gm-style-iw .name,
    .map_canvas .gm-style-iw .location {
        padding-right: 60px;
    }
}

.gm-style .type span,
.gm-style a.details {
    font-size: 18px;
    color: #000;
}

.gm-style-iw-chr {
    position: absolute !important;
    right: 0;
    top: 0;
}

.module_fonds .object_data .foot_note p {
    margin-top: 15px;
    font-size: 14px;
}

.map_outer .ssQIHO-checkbox-menu-item:before {
    display: none;
}

.map_canvas .gm-style .gm-style-iw-d {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .container:has(.filter.opened) {
        background-color: #fff !important;
    }
}

/*Styling Dropdown Button & Animation*/
@media (max-width: 991px) {

    .js_map_outer .filter_result {
        display: none;
    }

    .container:has(.filter.opened) {
        padding: 15px 40px 15px 20px !important;
        position: relative;
    }

    .container:has(.filter.opened) .open_close_filter span {
        display: none;
    }

    .col-xs-12:has(.open_close_filter) {
        padding: 0;
    }

    .open_close_filter {
        position: relative;
    }

    .open_close_filter:after {
        content: "";
        background-image: url("../Images/arrow_green_rounded.svg");
        height: 20px;
        width: 20px;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        top: 40%;
        transform: rotate(90deg);
        background-size: contain;
    }


    .container:has(.filter.opened) .open_close_filter:after {
        content: "";
        background-image: url("../Images/close_button_grey-blue.svg");
        height: 15px;
        width: 20px;
        position: absolute;
        right: -30px;
        background-repeat: no-repeat;
        top: 20px;
        transform: rotate(90deg);
        background-size: contain;
        z-index: 1;
    }

    @media (min-width: 768px) {
        .container:has(.filter.opened) .open_close_filter:after {
            right: -20px;
            top: 50px;
        }

        .open_close_filter:after {
            right: -20px;
        }

        .content_main:has(.filter.opened) .map_outer {
            padding-bottom: 73px;
        }
    }

    .open_close_filter span {
        font-size: 18px;
    }

    .open_close_filter + .opened {
        display: none;
    }

    .filter.closed {
        display: none;
    }

    .filter.opened {
        display: inherit;
        margin-top: 1px;
        background-color: #fff;
    }

    .filter.opened:after {
        display: inherit;
        margin-top: 1px;
        background-color: #F1F9F4;
    }

    .js_map_outer .container:first-child {
        background-color: #F1F9F4;
        z-index: 1;
    }

    @media (min-width: 768px) {

        .module.object_details .container {
            margin-top: 47px;
            width: 100%;
        }
    }

    @media (min-width: 992px) {
        .module.object_details {
            width: 100%
        }
    }

    .container:has(.open_close_filter) {
        background-color: #F1F9F4;
    }
}

/*Autocomplete Suggestion Syling #50213*/

.module_fonds .category .js_filter_city {
    color: #003763;
}

.module_fonds .category:has(.js_filter_city) div:first-of-type {
    width: 100%;
}

@media (min-width: 768px) {
    .module_fonds .category:has(.js_filter_city) div:first-of-type {
        width: 90%;
    }
}

@media (min-width: 451px) and (max-width: 991px) {
    .module_fonds .category:has(.js_filter_city) div:first-of-type {
        max-width: 200px;
    }
}

@media (max-width: 450px) {
    .autocomplete-suggestions {
        max-width: calc(100% - 90px) !important;
    }
}

.autocomplete-suggestions {
    font-size: 18px;
    color: #003763;
    max-width: 200px;
    box-shadow: 0 0 5px #d3d3d387;
    top: 33px;
    background-color: #fff;
    border: 1px solid #bebebe;
    max-height: 180px;
    border-radius: 2px;
    width: 100% !important;
    display: block;
    align-items: center;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-wrap: wrap !important;
    height: fit-content !important;
}

@media (min-width: 768px) {
    .autocomplete-suggestions {
        max-width: 201px;
    }
}

@media (min-width: 992px) {
    .autocomplete-suggestions {
        max-width: 220px;
    }
}

@media (min-width: 1200px) {
    .autocomplete-suggestions {
        max-width: 289px;
    }
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 7px 13px;
    width: 100%;
    margin: 0;
}

.category .filter_city_search {
    top: 12px;
    right: 10px;
    width: 22px;
}

.autocomplete-suggestion:hover {
    background-color: #003763 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 2px;
}

/*Autocomplete Suggestion Syling #50213*/

/*Styling Dropdown Button*/

/******************************* BP 768 *******************************/
@media (min-width: 768px) {
    .map_canvas {
        height: 350px;
    }

    .hq_map_canvas {
        width: 100%;
        height: 358px;
        float: left;
    }

    .container .tx-ne-contactmap:first-child .hq_map_canvas {
        margin-right: 12px;
    }

    .office_outer .grid_unit {
        width: 50%;
    }
}

/******************************* /BP 768 *******************************/

/******************************* BP 1024 *******************************/
@media (min-width: 992px) {
    .map_canvas {
        height: 400px;
    }


    .hq_map_canvas {
        height: 415px;
    }

    .office_outer .grid_unit {
        width: 33%;
    }

    .map_canvas .optionList {
        max-height: 300px;
    }

    .container .tx-ne-contactmap:first-child .hq_map_canvas {
        margin-right: 10px;
    }
}

@media (max-width: 1199px) {
    .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
        bottom: 100px !important;
    }
}

/******************************* /BP 1024 *******************************/

/******************************* BP 1200 *******************************/
@media (min-width: 1200px) {
    .map_canvas {
        height: 500px;
    }

    .hq_map_canvas {
        width: 100%;
        height: 735px;
    }
}

/******************************* /BP 1200 *******************************/