#triMapApp_map_canvas img {
    max-width: none!important;
}

#triMapApp_map_canvas .cluster img {
    max-width: 100%!important;
}

#triMapApp_pageWrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#triMapApp_mapContainer {
    width: 100%!important;
    height: 100%;
    padding: 0;
    margin: 0;
}

#triMapApp_map_canvas {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.map_wrapper {
	position: relative !important;
}
#historyNavifation {
    max-width: 120px;
    position: absolute !important;
    right: 0px !important;
}
#triMapApp_pageWrapper {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
}

#triMapApp_topMenu {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 10;
    background: #cacacc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cacacc 0%, #7a7b7f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cacacc), color-stop(100%, #7a7b7f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cacacc 0%, #7a7b7f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cacacc 0%, #7a7b7f 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, #cacacc 0%, #7a7b7f 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cacacc', endColorstr='#7a7b7f', GradientType=1);
    /* IE6-9 */
    color: #FFFFFF;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
}

#triMapApp_topMenu #triMapApp_languageSwitchContainer {
    position: absolute;
    width: 60%;
    top: 0px;
    z-index: 20;
    color: #FFFFFF;
    height: 30px;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
}

#triMapApp_topMenu #triMapApp_languageSwitchContainer a {
    color: #FFFFFF;
    height: 30px;
    cursor: pointer;
    z-index: 25;
    text-decoration: none;
    margin-right: 15px;
}

#triMapApp_topMenu #triMapApp_applicationName {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 15;
    color: #FFFFFF;
    height: 30px;
    padding: 0 30px 0 0;
    overflow: hidden;
    line-height: 30px;
    text-align: right;
}

#triMapApp_mainMenuContainer {
    position: absolute;
    width: 450px;
    height: 100%;
    right: 0px;
    top: 0px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9;
}

#historyNavifation {
    margin-bottom: 15px;
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

#historyNavifation a {
    color: #393a42;
    text-decoration: none;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 2px;
    position: relative;
}

#historyNavifation a#historyBack:before {
    content: "<";
    margin-right: 5px;
    color: #ED1B29;
}

#historyNavifation a#historyForward:before {
    content: ">";
    margin-right: 5px;
    color: #ED1B29;
}

#triMapApp_listViewContainer {
    position: absolute;
    width: 715px;
    height: 100%;
    right: -715px;
    top: 0px;
    background: #eee;
    background: linear-gradient(to right, #ecebec 0%, #ffffff 50%, #ecebec 100%);
    z-index: 8;
}

#triMapApp_listViewContainer h4:before {
    content: "> ";
    color: #ED1B29;
    position: absolute;
    left: 0;
    top: 6px;
}

#triMapApp_listViewContainer h4.triMapApp_listViewTrigger {
    color: #000;
}

#triMapApp_listViewContainer h4.triMapApp_listViewSecondary.triMapApp_listViewTrigger:before {
    margin-left: 15px;
}

#triMapApp_listViewContainer h4.triMapApp_listViewTriggerOpen:before {
    transform: rotate(90deg);
}

#triMapApp_listViewContainer h4 {
    font-weight: normal;
    cursor: pointer;
    background: url(/fileadmin/res/trenner.png)no-repeat;
    padding: 7px 6px 10px 6px;
    background-size: 100% 1px;
    margin-left: 10px;
}

.triMapApp_boldText {
    font-weight: bold;
}

.triMapApp_fontRed {
    color: #e2001a;
}

.triMapApp_listViewSecondaryContainer {
    background: #fff;
    padding: 0;
    box-shadow: inset 2px 10px 5px -5px rgba(0, 0, 0, 0.1), inset 2px -10px 5px -5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.triMapApp_listViewSecondaryContainer div:first-child:before .triMapApp_listViewSecondaryContainer div:first-child {
    padding-top: 10px;
}

.triMapApp_listViewSecondaryContainer div:last-child:before .triMapApp_listViewSecondaryContainer div:last-child {
    padding-bottom: 10px;
}

.triMapApp_listViewSecondaryContainer>* {
    padding-left: 15px;
}

.triMapApp_listViewSecondaryContainer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-bottom: -8px;
    margin-left: -21px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 8px solid #FFF;
    z-index: 1;
}

#triMapApp_listViewContainer .triMapApp_listViewSecondaryContainer h4 {
    background: url(/fileadmin/res/trenner.png)no-repeat;
    background-size: 100% 1px;
}

#triMapApp_listViewContainer .triMapApp_listViewSecondaryContainer div:first-child h4 {
    background: none;
}

.triMapApp_listViewTertiaryContainer {
    background: #9d9ea0;
    color: #fff;
    padding: 0;
    box-shadow: inset 2px 10px 5px -5px rgba(0, 0, 0, 0.1), inset 2px -10px 5px -5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.triMapApp_listViewTertiaryContainer div:first-child {
    padding-top: 10px;
}

.triMapApp_listViewTertiaryContainer div:last-child {
    padding-bottom: 10px;
}

.triMapApp_listViewTertiaryContainer>* {
    padding-left: 30px;
    padding-right: 10px;
}

.triMapApp_listViewTertiaryContainer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-bottom: -8px;
    margin-left: -21px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 8px solid #FFF;
    z-index: 1;
}

.triMapApp_listViewTertiaryContainer *,
.triMapApp_listViewTertiaryContainer *:before {
    color: #fff!important;
}

.triMapApp_listViewTertiaryContainer hr {
    margin: 0;
    padding: 0;
    background: url(/fileadmin/res/trenner_weiss.png) transparent;
    background-size: 100% 1px;
    margin: 8px 0 10px;
    border: none;
    height: 1px;
}

.triMapApp_listViewTertiaryContainer p {
    margin-bottom: 0;
}

#triMapApp_listViewInnerWrapper {
    padding: 30px;
}

#triMapApp_mapMenuContainer {
    position: absolute;
    left: 5px;
    bottom: 30px;
    z-index: 1;
}

#triMapApp_mapMenuContainer>.triMapApp_mapButtonInact,
#triMapApp_mapMenuContainer>.triMapApp_mapButtonAct {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-bottom: 3px;
    background: #fff;
}


/*Formularelemente rechts*/

#triMapApp_menuForm input[name=searchTerm] {
    background: url(/fileadmin/res/bg_menuright_searchterm.png) 7px 4px no-repeat #efeff0;
    border: none;
    padding: 3px 10px 3px 45px;
    /*margin-bottom:30px;*/
    width: 100%;
}

#triMapApp_menuForm input[name=searchTermPositionNo] {
    background: url(/fileadmin/res/bg_menuright_searchterm.png) 7px 4px no-repeat #efeff0;
    border: none;
    padding: 3px 10px 3px 45px;
    /*margin-bottom:30px;*/
    width: 100%;
}

#triMapApp_menuForm .fieldwrap.radio {
    margin-bottom: 30px;
}

#triMapApp_menuLvl1>ul {
    margin-bottom: 0;
}


/* MenÃ¼bereich rechts */

.triMapApp_menu ul {
    list-style-type: none;
}

.triMapApp_menu li {
    position: relative;
}

.triMapApp_menu a {
    display: block;
    color: #393a42;
    text-decoration: none;
    padding: 7px 10px 7px 45px;
}

.triMapApp_menu a {
    background: url(/fileadmin/res/bg_menuright_li_red_arrow.png) 13px 13px no-repeat;
    background-size: 14px 14px;
}

.triMapApp_menu a.triMapApp_open {
    background: url(/fileadmin/res/bg_menuright_li_red_arrow_down.png) 13px 13px no-repeat;
    background-size: 14px 14px;
}

.triMapApp_menu a.triMapApp_backToMenuTop {
    background: url(/fileadmin/res/bg_menuright_li_white_arrow_up.png) 13px 13px no-repeat #6b6b71;
    background-size: 14px 14px;
}

.triMapApp_menu_accordeon a.triMapApp_backToMenuTop:hover {
    background: url(/fileadmin/res/bg_menuright_li_white_arrow_up.png) 13px 13px no-repeat;
    background-size: 14px 14px;
}

.triMapApp_menu ul ul li {
    background: url(/fileadmin/res/trenner.png) no-repeat;
    background-size: 100% 1px;
}

.triMapApp_menu ul ul li.li_filter_reset {
    background: url(/fileadmin/res/trenner.png) no-repeat left top, url(/fileadmin/res/trenner.png) no-repeat left bottom;
    background-size: 100% 1px;
}

.triMapApp_menu ul ul li:first-child {
    background: none;
}

.triMapApp_menu>ul>li>a {
    color: #fff;
}

.triMapApp_menu .li_extras {
    margin-top: 20px;
}

.triMapApp_menu .li_standorte>a {
    background: url(/fileadmin/res/bg_menuright_li_locations.png) 4px 6px no-repeat #6b6b71;
    background-size: 30px 30px;
}

.triMapApp_menu .li_standorte>a,
.triMapApp_menu .li_extras>a {
    position: relative;
}

.triMapApp_menu .li_standorte>a:after,
.triMapApp_menu .li_extras>a:after,
#triMapApp_infowindowMenu2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-bottom: -8px;
    margin-left: -21px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 8px solid #6b6b71;
    z-index: 1;
}

#triMapApp_infowindowMenu2:after {
    border-top: 8px solid #e2001a;
}

.triMapApp_menu .li_extras>a {
    background: url(/fileadmin/res/bg_menuright_li_extras.png) 4px 6px no-repeat #6b6b71;
    background-size: 30px 30px;
}

.triMapApp_menu .li_filter_reset>a {
    background: url(/fileadmin/res/bg_menuright_li_filter_reset.png) 13px 13px no-repeat;
    background-size: 14px 14px;
}

.triMapApp_menu_accordeon {
    background: #ED1B29;
}

.triMapApp_menu_accordeon a {
    color: #fff;
    background: none;
}

.triMapApp_menu_accordeon a:hover {
    background: #b5181e;
}

.triMapApp_menu .triMapApp_menu_accordeon li {
    background: url(/fileadmin/res/trenner_weiss.png) no-repeat;
    margin-top: -1px;
    background-size: 100% 1px;
    padding-top: 1px;
}

.triMapApp_menu_accordeon_selection {
    color: #E2001A;
    padding: 0 10px 3px 45px;
    cursor: pointer;
}

.triMapApp_menu_accordeon_selection ul li span {
    display: inline-block;
    width: 280px;
}

.triMapApp_menu_accordeon.triMapApp_open {
    position: relative;
    box-shadow: inset 2px 10px 5px -5px rgba(0, 0, 0, 0.1);
}

#triMapApp_menuLvl2_1>ul,
.triMapApp_menu_accordeon.triMapApp_open,
#triMapApp_menuLvl1 .li_extras>ul,
#triMapApp_infowindowContentContainer {
    background-image: url(/fileadmin/res/menueschatten.png);
    background-repeat: no-repeat;
    background-size: 100% 9px;
}

#triMapApp_menuLvl2_1 #statesAccordeonContainer.ausgegraut {
    display: none;
}

.triMapApp_menu_accordeon.triMapApp_open:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-bottom: -8px;
    margin-left: -21px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 8px solid #FFF;
    z-index: 1;
}

#triMapApp_welcomeMessageOuterContainer,
#triMapApp_cookieMessageOuterContainer,
#triMapApp_descriptionOverlayOuterContainer {
    position: relative;
    /* left: 50%;
    top: 20%;
    max-width: 70%; */
    cursor: pointer;
}

#triMapApp_welcomeMessageContainer,
#triMapApp_cookieMessageContainer,
#triMapApp_descriptionOverlayContainer {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 100;
    border: 3px solid rgba(255, 255, 255, 0.6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 30px;
    padding-top: 40px;
    width: 320px;
    min-height: 340px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    z-index: 2;
}

#triMapApp_cookieMessageContainer {
    display: block;
}

#triMapApp_descriptionOverlayContainer {
    width: 620px;
    max-width: 100%;
}

#triMapApp_welcomeMessageContainer>*:last-child,
#triMapApp_cookieMessageContainer>*:last-child,
#triMapApp_descriptionOverlayContainer>*:last-child {
    margin-bottom: 0;
}

#triMapApp_WelcomeMessageContainerCloseButton,
#triMapApp_descriptionOverlayContainerCloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
}

#triMapApp_descriptionOverlayContent {
    width: 100% !important;
    height: 395px !important;
}

#triMapApp_descriptionOverlayContent .jspPane {
    padding-right: 20px !important;
}

#triMapApp_infowindowContentContainer .triMapApp_descriptionContainer ul {
    padding-left: 14px;
}

#triMapApp_descriptionOverlayContent .jspPane ul {
    padding-left: 20px !important;
    word-wrap: break-word;
    margin-bottom: 0px;
}

#triMapApp_infowindowContentContainer .triMapApp_descriptionContainer p {
    margin-bottom: 40px;
}

#triMapApp_infowindowContentContainer .triMapApp_descriptionContainer p.triMapApp_imitateLink {
    margin-bottom: 0;
}

.triMapApp_descriptionContainer ul {
    margin-bottom: 0px;
}

#triMapApp_navigationMenuLash {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    background: #fff;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 9;
    background: url(/fileadmin/res/menu_rein.png) no-repeat;
    background-size: cover;
    box-shadow: -3px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.triMapApp_menuClosed #triMapApp_navigationMenuLash {
    background: url(/fileadmin/res/menu_raus.png) no-repeat;
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuSwitcher.triMapApp_mapButtonSat {
    background-image: url("/fileadmin/res/switchsat_inact.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuSwitcher.triMapApp_mapButtonSat:hover {
    background-image: url("/fileadmin/res/switchsat_act.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuSwitcher.triMapApp_mapButtonMap {
    background-image: url("/fileadmin/res/switchmap_inact.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuSwitcher.triMapApp_mapButtonMap:hover {
    background-image: url("/fileadmin/res/switchmap_act.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuZoomIn {
    background-image: url("/fileadmin/res/zoomin_inact.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuZoomIn:hover {
    background-image: url("/fileadmin/res/zoomin_act.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuZoomOut {
    background-image: url("/fileadmin/res/zoomout_inact.png");
    background-size: cover;
}

#triMapApp_mapMenuContainer #triMapApp_mapMenuZoomOut:hover {
    background-image: url("/fileadmin/res/zoomout_act.png");
    background-size: cover;
}

#triMapApp_infowindow {
    position: absolute;
    width: 260px;
    height: 460px;
    overflow: auto;
    z-index: 2;
    background: rgb(92, 95, 99, 1);
    border: 3px solid rgba(255, 255, 255, 0.6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #efefef;
    font-size: 14px;
    line-height: 1.5;
}

#triMapApp_infowindowContentContainerWrapper2 {
    max-height: 460px!important;
}

.triMapApp_imitateLink {
    cursor: pointer;
    padding-left: 12px;
    position: relative;
    color: #efefef;
}

.triMapApp_imitateLink:before {
    content: ">";
    color: #e2001a;
    position: absolute;
    left: 0;
    top: 0;
}

.triMapApp_imitateLink.triMapApp_descriptionLink_open,
.triMapApp_imitateLink.triMapApp_downloadsLink_open,
.triMapApp_imitateLink.triMapApp_contactPersonsLink_open {
    color: #e2001a;
}

#triMapApp_listViewInnerWrapper .jspContainer .jspPane .triMapApp_departmentContainerWrapper .triMapApp_listViewSecondaryContainer .triMapApp_listViewTertiaryContainer .triMapApp_imitateLink.triMapApp_descriptionLink_open,
#triMapApp_listViewInnerWrapper .jspContainer .jspPane .triMapApp_departmentContainerWrapper .triMapApp_listViewSecondaryContainer .triMapApp_listViewTertiaryContainer .triMapApp_imitateLink.triMapApp_downloadsLink_open,
#triMapApp_listViewInnerWrapper .jspContainer .jspPane .triMapApp_departmentContainerWrapper .triMapApp_listViewSecondaryContainer .triMapApp_listViewTertiaryContainer .triMapApp_imitateLink.triMapApp_contactPersonsLink_open {
    font-weight: bold;
}

.triMapApp_imitateLink.triMapApp_descriptionLink_open:before,
.triMapApp_imitateLink.triMapApp_downloadsLink_open:before,
.triMapApp_imitateLink.triMapApp_contactPersonsLink_open:before {
    transform: rotate(90deg);
    top: 2px;
}

.triMapApp_downloadsContainer .triMapApp_downloadsInfo {
    margin-bottom: 20px;
}

.triMapApp_downloadsContainer>*:last-child {
    margin-bottom: 0;
}

#triMapApp_listViewOuterWrapper {
    overflow: hidden;
    position: relative;
    padding: 30px 80px 30px 30px;
}

#triMapApp_listViewInnerWrapper {
    overflow: auto;
    position: relative;
}

.triMapApp_listViewPrimary {
    padding-right: 30px;
}

.triMapApp_listViewSecondaryContainer,
.triMapApp_listViewTertiaryContainer,
#triMapApp_infowindowMenu1,
#triMapApp_infowindow {}

#triMapApp_infowindow {
    overflow: hidden;
    display: auto;
}

#triMapApp_infowindowMenu1,
#triMapApp_infowindowMenu2 {
    color: #fff;
    padding: 8px 3px;
    position: relative;
}

#triMapApp_infowindowMenuContainer {
    background-color: #b0b0b4;
}

#triMapApp_infowindowMenu2 {
    background-color: #e2001a;
}

.triMapApp_closeButton,
#triMapApp_infowindowMenu1 .triMapApp_backButton,
#triMapApp_infowindowMenu2 .triMapApp_flag,
#triMapApp_WelcomeMessageContainerCloseButton,
#triMapApp_descriptionOverlayContainerCloseButton {
    cursor: pointer;
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
}

#triMapApp_infowindowMenu2 .triMapApp_flag {
    top: 2px;
    width: 30px;
    height: 30px;
    cursor: default;
}

.triMapApp_locationContainer,
.triMapApp_departmentContainer {
    position: relative;
}

.triMapApp_generalCloseButton {
    background: url("/fileadmin/res/cross_9c9da0.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
}

#triMapApp_WelcomeMessageContainerCloseButton,
#triMapApp_descriptionOverlayContainerCloseButton,
#triMapApp_departments_close,
#triMapApp_continents_close,
#triMapApp_states_close,
#triMapApp_countries_close,
.triMapApp_locationTriggerClose,
.triMapApp_departmentTriggerClose {
    background: url("/fileadmin/res/cross_9c9da0.png");
    background-size: cover;
    width: 30px;
    height: 30px;
}

#triMapApp_departments_close,
#triMapApp_continents_close,
#triMapApp_countries_close,
#triMapApp_states_close,
.triMapApp_locationTriggerClose,
.triMapApp_departmentTriggerClose {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

.triMapApp_locationTriggerClose,
.triMapApp_departmentTriggerClose {}

.triMapApp_closeButton {
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("/fileadmin/res/cross_ffffff.png");
    background-size: 30px 30px;
}

#triMapApp_infowindowMenu1 .triMapApp_backButton {
    top: 2px;
    left: 5px;
    width: 30px;
    height: 30px;
    background: url("/fileadmin/res/backarrow.png");
    background-size: 30px 30px;
}

#triMapApp_infowindowMenu2 .triMapApp_flag {
    cursor: normal;
    left: 5px;
    background: url("/fileadmin/res/flag.png");
    background-size: 30px 30px;
}

#triMapApp_infowindowMenu11,
#triMapApp_infowindowMenu12 {
    padding-left: 42px;
    padding-right: 30px;
    width: 250px;
}

#triMapApp_infowindowMenu11>p,
#triMapApp_infowindowMenu12>p {
    margin-bottom: 0;
}

#triMapApp_infowindowMenu2>p {
    margin-bottom: 0;
    margin: 0 30px 0 42px;
}

#triMapApp_infowindowSpritedMenu1 {
    position: relative;
    width: 560px;
    overflow: auto;
}

#triMapApp_infowindowSpritedMenu1>div {
    float: left;
}

#triMapApp_infowindowSpritedContent {
    position: relative;
    width: 860px;
    height: 100%;
}

#triMapApp_infowindowSpritedContent>div {
    width: 250px!important;
    height: 100%!important;
    float: left;
}

#triMapApp_infowindowSpritedContent>div>div {
    width: 250px!important;
    height: 100%!important;
}

#triMapApp_infowindowMenu2 {
    clear: both;
}

#triMapApp_infowindowContent1,
#triMapApp_infowindowContent2,
#triMapApp_infowindowContent3 {
    width: 250px;
}

#triMapApp_infowindowContentContainer p {
    margin-bottom: 0;
}

#triMapApp_infowindowContentContainer hr {
    margin: 0;
    padding: 0;
    background: url(/fileadmin/res/trenner.png) transparent;
    background-size: 100% 1px;
    margin: 8px 0 10px;
    border: none;
    height: 1px;
}


/* jScrollPane */


/* mainMenu */

.triMapApp_mainMenuContainer_innerWrap {
    height: 100%!important;
}

.triMapApp_mainMenuContainer_innerWrap {
    width: 100%!important;
}

.triMapApp_mainMenuContainer_innerWrap .triMapApp_logoHomelink {
    cursor: pointer;
}

#triMapApp_mainMenuContainer {
    min-width: 450px;
}

#triMapApp_mainMenuContainer.triMapApp_menuClosed {
    min-width: 0!important;
}

.triMapApp_mainMenuContainer_innerWrap .jspCap {
    display: block;
    background: #fff;
}

.triMapApp_mainMenuContainer_innerWrap .jspVerticalBar .jspCap {
    height: 6%;
}

.triMapApp_mainMenuContainer_innerWrap .jspVerticalBar .jspCapTop {
    height: 214px;
}

.triMapApp_mainMenuContainer_innerWrap .jspPane {
    padding: 30px 45px 30px 30px!important;
}

.triMapApp_mainMenuContainer_innerWrap .jspVerticalBar {
    margin-right: 15px;
    width: 10px;
}

.jspPane>*:last-child {
    margin-bottom: 0;
}


/* InfowindowContents */

#triMapApp_infowindowContentContainerWrapper,
#triMapApp_infowindowContentContainer {
    height: 100%!important;
    max-height: 360px;
}

#triMapApp_infowindow .jspVerticalBar {
    width: 8px;
    margin-left: 8px;
}

#triMapApp_infowindowContentContainerWrapper,
#triMapApp_infowindowContentContainer {
    width: 100%!important;
}

#triMapApp_infowindowContentContainerWrapper {
    overflow: auto!important;
}

#triMapApp_infowindowContentContainer .jspCap {
    display: block;
    background: #eee;
}

#triMapApp_infowindowContentContainer .jspVerticalBar .jspCap {
    height: 6%;
}

#triMapApp_infowindowSpritedContent>div>div .jspContainer {
    padding: 20px!important;
}

#triMapApp_infowindowSpritedContent .jspPane {
    padding: 0px !important;
}

#triMapApp_infowindowSpritedContent .jspVerticalBar {
    margin-right: 5px;
}

#triMapApp_infowindowSpritedContent .jspTrack {
    background-color: #ebebec;
}

#triMapApp_infowindowSpritedContent .jspCap {
    background: transparent;
}

#triMapApp_infowindowContentContainer a,
#triMapApp_listViewContainer a {
    padding-left: 12px;
    position: relative;
    color: #efefef;
    text-decoration: none;
}

#triMapApp_infowindowContentContainer a:before,
#triMapApp_listViewContainer a:before {
    content: ">";
    color: #e2001a;
    position: absolute;
    left: 0;
}

#triMapApp_infowindowContentContainer a.triMapApp_keinpfeil:before,
#triMapApp_listViewContainer a.triMapApp_keinpfeil:before {
    content: none;
}

#triMapApp_infowindowContentContainer a.triMapApp_keinpfeil,
#triMapApp_listViewContainer a.triMapApp_keinpfeil {
    padding-left: 0;
}

#triMapApp_infowindowContentContainer .triMapApp_downloadsImage,
#triMapApp_listViewContainer .triMapApp_downloadsImage {
    margin-bottom: 10px;
}


/* ListView */

#triMapApp_listViewOuterWrapper,
#triMapApp_listViewInnerWrapper {
    height: 100%!important;
}

#triMapApp_listViewOuterWrapper,
#triMapApp_listViewInnerWrapper {
    width: 100%!important;
}

#triMapApp_listViewOuterWrapper {
    overflow: auto!important
}

#triMapApp_listViewInnerWrapper .jspCap {
    display: block;
    background: #eee;
}

#triMapApp_listViewInnerWrapper .jspVerticalBar .jspCap {
    height: 6%;
}

#triMapApp_listViewInnerWrapper .jspContainer .jspPane {
    padding-left: 20px !important;
    padding-right: 50px!important;
}

#triMapApp_listViewInnerWrapper .jspTrack {
    background-color: #ffffff;
}

#triMapApp_listViewInnerWrapper .jspVerticalBar {
    background: none;
}


/* General */

.jspContainer,
.jspPane {
    width: 100%!important;
}

.jspContainer {
    height: 100%!important;
}

.jspTrack .jspDrag {
    background-color: #c4c4c6;
}

.jspVerticalBar,
.jspHorizontalBar {
    background: none;
}

#triMapApp_listViewInnerWrapper:hover .triMapApp_departmentContainerWrapper .triMapApp_departmentContainer>h4,
.triMapApp_listViewSecondaryContainer:hover .triMapApp_locationContainer>h4 {
    opacity: 0.5;
}

#triMapApp_listViewInnerWrapper:hover .triMapApp_departmentContainerWrapper .triMapApp_departmentContainer>h4:hover,
#triMapApp_listViewInnerWrapper:hover .triMapApp_departmentContainerWrapper .triMapApp_departmentContainer>h4.triMapApp_listViewTriggerOpen,
.triMapApp_listViewSecondaryContainer:hover .triMapApp_locationContainer>h4:hover,
.triMapApp_listViewSecondaryContainer:hover .triMapApp_locationContainer>h4.triMapApp_listViewTriggerOpen {
    opacity: 1;
}

#triMapApp_listViewContainer h4.triMapApp_listViewTriggerOpen {
    color: #e2001a;
}

.triMapApp_distance_label {
    display: table-cell;
    background: #ccc;
    width: 25%;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    font-size: 92%;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.noBullet {
    list-style: none;
}

.triMapApp_searchTerm_wrapper {
    position: relative;
}

.triMapApp_searchTermCloseButton {
    background: rgba(0, 0, 0, 0) url("/fileadmin/res/cross_9c9da0.png") repeat scroll 0 0 / cover;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 30px;
}

#cookie_preview {
    width: 100%;
    height: 700px;
    background-size: cover;
    cursor: pointer;
}


/* LOADING Animation */

.loading_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50000;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

body.loading .loading_overlay {
    display: block;
}

.loading_overlay:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(/fileadmin/res/loading.png) no-repeat center center;
    background-size: 128px;
    -webkit-animation: loadingPNG 1s steps(12) infinite;
    /* Safari 4+ */
    -moz-animation: loadingPNG 1s steps(12)infinite;
    /* Fx 5+ */
    -o-animation: loadingPNG 1s steps(12) infinite;
    /* Opera 12+ */
    animation: loadingPNG 1s steps(12)infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes loadingPNG {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loadingPNG {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loadingPNG {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes loadingPNG {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.leftMarginSpan {
    padding-left: 12px;
    text-align: left;
    width: 100%;
}

.triMapApp_callToAction {
    color: #fff;
    background: #e2001a;
    display: inline-block;
    padding: 2px 10px;
    font-weight: normal !important;
    transition: background 0.5s;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 100px;
}

.map_wrapper {
    position: relative;
}

@media (max-width: 767.98px) {
    #triMapApp_welcomeMessageContainer,
    #triMapApp_cookieMessageContainer,
    #triMapApp_descriptionOverlayContainer {
        /* left: -60%!important; */
    }
    #triMapApp_welcomeMessageOuterContainer,
    #triMapApp_cookieMessageOuterContainer,
    #triMapApp_descriptionOverlayOuterContainer {
        /* position: absolute;
        left: 32%;
        top: 20%;
        max-width: 40%;
        cursor: pointer; */
    }
    #triMapApp_infowindow {
        width: 240px;
        margin-top: 40px;
    }
}

.gm-style {
    font-family: "Gudea", sans-serif, Arial, Helvetica, sans-serif;
}

#mapContainerDiv .dp--overlay {
    display: none;
}