<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tx-we-map h2 {
    margin-bottom: 5px;
}

.sidebar {
    margin-bottom: 20px;
}

.mapLegend {
    float: left;
    margin: 10px 0 20px;
    width: 100%;
}

.mapLegend:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.mapLegendItem {
    float: left;
    text-align: center;
    margin: 0 0.16%;
    width: 33%;
}

#gelocation {
    clear: both;
}

#userPosition, #gecodeAddress, table {
    width: 100%;
}

#userPosition {
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: 0;
    padding: 7px 10px 5px;
    width: 100%;
}

#userPosition.error {
    border: 2px solid rgba(227, 15, 28, 0.8);
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.filterWrapper {
    margin-bottom: 20px;
}

.filterUmkreis {
    margin-right: 50px;
}

.filterUmkreis select {
    margin-left: 10px;
}

.filterCB {
    margin-left: 10px;
}

#gecodeAddress {
    background: #FFC324;
    border: none;
    color: #000;
    padding: 7px 10px 5px;
    width: auto;
}

/* Suchergebnisse */
.resultTable td, .resultTable th {
    border: 1px solid #000;
    padding: 2px 10px;
}

.resultTable th {
    background-color: #000;
    color: #fff;
}

.resultTable .td-0 {
    width: 338px;
}

.resultTable .td-1 {
    width: 157px;
}

.resultTable .td-2 {
    width: 150px;
}

.resultTable .td-3 {
    width: 50px;
}

.infowindow-content {
    min-width: 200px;
    color: #333 !important;
}

.infowindow-content h2 {
    margin: 0;
}

.legend {
    margin: 0 0 30px 0;
}

.infowindow-content .legend {
    margin: 0;
    margin-top: 14px;
}

.resultTable {
    border-spacing: 0px;
    border-collapse: collapse;
}

.brandMT #gecodeAddress {
    background: #E3E3E3;
}

.brandCC #gecodeAddress {
    background: #FFC324;
}

.brandWG #gecodeAddress {
}

.resultArea {
    display: none;
}

/*MTD*/
.brandMT .legend {
    display: none;
}

/*Cub Cadet*/
.brandCC .legend {
    display: none;
}

/*Wolf Garten*/
.brandWG .DEALER_CAT {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 2px 2px 0;
}

.brandWG .DEALER_WG_CAT_1 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/01.gif') no-repeat
}

.brandWG .DEALER_WG_CAT_2 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/02.gif') no-repeat
}

.brandWG .DEALER_WG_CAT_3 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/03.gif') no-repeat
}

.brandWG .DEALER_WG_CAT_4 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/04.gif') no-repeat
}

.brandWG .DEALER_WG_CAT_5 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/05.gif') no-repeat
}

.brandWG .DEALER_BRAND_W2 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/ex-expert.gif') no-repeat
}

.brandWG .DEALER_BRAND_W3 {
    background: url('typo3conf/ext/we_map/Resources/Public/Media/WG/Icons/ex-competence.gif') no-repeat
}

.brandWG .DEALER_CAT_BIG {
    float: left;
    margin: 0 20px 0 5px;
    padding-left: 25px;
    background-position: 0 2px;
}

.brandWG .legend {
    height: 30px;
    font-size: 13px;
}

.brandWG #gecodeAddress {
    width: 144px;
    line-height: 21px;
    background-color: #E3001B;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 5px;
}

.brandWG #gecodeAddress:after {
    background-image: url("/fileadmin/wolf_garten/lay/submitter.jpg");
    background-repeat: no-repeat;
    content: "";
    cursor: pointer;
    float: right;
    height: 21px;
    padding: 0;
    width: 21px;
}

#tx-we-map p, #tx-we-map h1, #tx-we-map h2, #tx-we-map h5, #tx-we-map ul, #tx-we-map ol {
    width: auto;
    color: #333 !important;
}</pre></body></html>