<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Style fuer eine mitscrollende Toolbox. Diese befindet sich am rechten Rand und haelt einen Abstand zum oberen Fensterrand ein
*/
#mitscrollende_toolbox_container {
    width: 58px;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -58px;
    
}

#mitscrollende_toolbox {
    box-shadow: 0 7px 4px -4px #5F5F5F;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    display: block;
    z-index: 1;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry {
    margin-top: 9px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 9px;
    height: 48px;
    width: 48px;
    display: block;
    background-color: white;
    border-radius: 5px;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entryButton {
    cursor: pointer;
    height: 48px;
    width: 48px;
    display: block;
    border: none;
    background-repeat: no-repeat;
}

/*
* Knopf "nach oben": Ist ausgegraut, falls wir bereits ganz oben sind 
*/
#mitscrollende_toolbox .mitscrollende_toolbox_entry_goTop {
    background-image: url("../../img/gui/toolbox/Actions-go-up-search-icon_48.png");
    background-position: center center;
}

#mitscrollende_toolbox.mitscrollende_toolbox_fenster_oben .mitscrollende_toolbox_entry_goTop {
    background-image: url("../../img/gui/toolbox/Actions-go-up-search-icon_48_grey.png");
}

/*
* Knopf "nach unten": Ist ausgegraut, falls wir bereits ganz unten sind 
*/
#mitscrollende_toolbox .mitscrollende_toolbox_entry_goBottom {
    background-image: url("../../img/gui/toolbox/Actions-go-down-search-icon_48.png");
    background-position: center center;
}

#mitscrollende_toolbox.mitscrollende_toolbox_fenster_unten .mitscrollende_toolbox_entry_goBottom {
    background-image: url("../../img/gui/toolbox/Actions-go-down-search-icon_48_grey.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_print {
    background-image: url("../../img/gui/toolbox/Actions-document-print-icon.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_pdfExport {
    background-image: url("../../img/gui/toolbox/pdf-icon-48.png");
    background-position: center center;    
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_excelExport {
    background-image: url("../../img/gui/toolbox/Mimetypes-application-vnd-ms-excel-icon_48.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_message {
    background-image: url("../../img/gui/toolbox/Status-mail-unread-new-icon_48.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_ansprechpartner {
    background-image: url("../../img/gui/toolbox/Actions-edit-contact-person.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_save {
    background-image: url("../../img/gui/toolbox/save-icon-48.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_backToOverview {
    background-image: url("../../img/gui/toolbox/Actions-go-first-view-icon.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_button_help {
    background-image: url("../../img/gui/toolbox/Actions-help-contents-icon_48.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_button_help_video {
    background-image: url("../../img/gui/toolbox/Actions-help-video-icon_48.png");
    background-position: center center;
}


#mitscrollende_toolbox .mitscrollende_toolbox_entry_distanztabelle {
    background-image: url("../../img/gui/toolbox/maps-icon_48.png");
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_banf_vorschau {
    background-image: url("../../img/gui/toolbox/document_preview.png");
    background-size: 49px 31px;
    background-position: center center;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_anfrageliste {
    background-image: url("../../img/gui/toolbox/Actions-go-to-anfrageliste-icon_48.png");
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_addToPoi {
    background-image: url("../../img/gui/toolbox/icon_add_poi_toolbox.png");
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_anfrageliste span {
    color: #FFFFFF;
    display: block;
    font: 10px 'OpenSansBold';
    padding-left: 16px;
    padding-top: 6px;
}

#mitscrollende_toolbox .mitscrollende_toolbox_entry_anfrageliste span.hundert_eintraege {
    font: 12px 'OpenSansBold';
    padding-top: 14px;
}

.mitscrollende_toolbox_entry div {
    left: 0;
}

.mitscrollende_toolbox_collapsed {
    position: absolute;
    border: 1px solid #C8C8C8; 
    z-index: 2;
    background: #ffffff;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    margin-left: 10px;
    max-height: 48px;
    right: 0;
    overflow-x: hidden;
    background: #717070;
    background: linear-gradient(to bottom, rgba(127,126,126,1), rgba(81,80,80,1));
    background: -webkit-linear-gradient(to bottom, rgba(127,126,126,1), rgba(81,80,80,1));
    background: -o-linear-gradient(to bottom, rgba(127,126,126,1), rgba(81,80,80,1));
    background: -moz-linear-gradient(to bottom, rgba(127,126,126,1), rgba(81,80,80,1));
    background: -ms-linear-gradient(to bottom, rgba(127,126,126,1), rgba(81,80,80,1));
    box-shadow: 0px 7px 4px -4px #7f7f7f; 
    cursor: pointer;
}

div.action_icon {
    float: left;
}

div.action_icon_collapsed {
    float: left;    
    background: #ffffff;
}

div.action_text {
    display: table;
    float: left;
    text-align: left;
    padding-left: 5px;
}

div.action_text span {
    display: table-cell;
    max-width: 197px;
    color: white;
    height: inherit;
    vertical-align: middle;   
    height: 48px;
    line-height: 14px;    
}
</pre></body></html>