.webgis-container, body {
    /* Brand */
    --webgis-brand-primary: #85abc4;
    --webgis-brand-primary-light: var(--webgis-brand-primary);
    /* Text */
    --webgis-ui-text-selected: #000;
	--webgis-ui-text-header: #000;
    /* Border */
    --webgis-ui-border-width-item-selected: 0px;
}

/* Einstellung für Hintergrundanzahl ausgewählter Objekte */
.webgis-tab-control .webgis-tab-control-tabbar .webgis-tab-control-tab .counter {
	
	  background-color: #777;
}

/* Einstellung für Hintergrundanzahl - Aktuelle Abfrage Ergebnisse */
.webgis-list .webgis-list-item .counter {

	  background-color: #777;
}

/*Schriften ersetzen */

.webgis-container {
	font-family: "Segoe UI", Verdana,Tahoma,Arial,sans-serif;
}

.webgis-container-styles {
    font-family: "Segoe UI", Verdana,Tahoma,Arial,sans-serif;
}

.webgis-modal,
.webgis-contextmenu {
	font-family: "Segoe UI", Verdana,Tahoma,Arial,sans-serif;
}

.webgis-container p,
.webgis-container td,
.webgis-container th,
.webgis-container-styles p,
.webgis-container-styles td,
.webgis-container-styles th,
.webgis-modal p,
.webgis-modal td,
.webgis-modal th {
    font-family: "Segoe UI", Verdana,Tahoma,Arial,sans-serif;
}	

.webgis-container h1,
.webgis-container h2,
.webgis-container h3,
.webgis-container h4,
.webgis-container h5,
.webgis-container h6,
.webgis-container-styles h1,
.webgis-container-styles h2,
.webgis-container-styles h3,
.webgis-container-styles h4,
.webgis-container-styles h5,
.webgis-container-styles h6,
.webgis-modal h1,
.webgis-modal h2,
.webgis-modal h3,
.webgis-modal h4,
.webgis-modal h5,
.webgis-modal h6 {
	font-family: "Segoe UI", Verdana,Tahoma,Arial,sans-serif;
}

.select2-results {
font-family: "Segoe UI", Verdana,Tahoma,Arial,sans-serif;

}





/* TopBar Suche */
.webgis-topbar-button{
background-color: white;
}

/* Farben sollten weg kommmen? */
.webgis-tabs-tab-text {
border: 2px solid #85abc4;
}

.webgis-ui-holder .webgis-tooldialog-header {
	background-color: #85abc4;
}

/* TOC */
.webgis-presentation_toc-title {
font-size:14px;}
	
.webgis-presentation_toc-item,
.webgis-presentation_toc-legend,
.webgis-presentation_toc-item-group {
    font-size:12px;
padding:3px;}

.webgis-presentation_toc-item-group {
    font-style: normal;
    font-weight: 700;
	background: #CADAE5;  
}

.webgis-services_toc-holder button,
.webgis-presentation_toc-holder button {


    font-size: 16px;
    height: 35px;
    font-family: "Segoe UI", Verdana, Tahoma, Arial, sans-serif;
    font-weight: 500;
}

 /* info fenster */
 
div.webgis-info {
    border:1px solid #325b75;
    background-color:#CADAE5;
}

div.webgis-tip {
    padding: 4px;
    border: 1px solid #CADAE5;
}

/*button  u. ui input*/

.uibutton {
	border: 2px solid #325b75;
}

.uibutton.uibutton-default:hover {
            color: #325b75;
	  }


 .uibutton:hover {
        color: #325b75;
 }


.webgis-button {
	border: 2px solid #325b75;

}
.webgis-input:focus,
.webgis-textarea:focus,
.webgis-select:focus,
.webgis-input:hover,
.webgis-textarea:hover,
.webgis-select:hover {
    border: 1px solid #325b75;
}

.webgis-cat-combo-holder .webgis-cat-combo {
        border-top: 1px solid #325b75;
        border-left: 1px solid #325b75;
        border-right: 1px solid #325b75;
}

.webgis-cat-combo-holder .webgis-cat-combo-target,
.webgis-cat-combo-holder .webgis-cat-combo-filter {
        border-bottom: 1px solid #325b75;
        border-left: 1px solid #325b75;
        border-right: 1px solid #325b75;
}

 .webgis-button:hover {
        color: #325b75;
 }




/* Toolbox */
.webgis-tabs-tab-header {
    font-size: 20px;
}


.webgis-toolbox-tool-item {
    margin: 1px;
padding: 10px; }

.webgis-toolbar-tabs .webgis-toolbar-tab {
	padding:1px 10px;

}

.webgis-toolbox-tool-block.webgis-tips .webgis-toolbox-tool-block-content {
     background: #CADAE5;
}

li.webgis-toolbox-tool-block.webgis-tips {
    display: none;
}

/* damit 3 Zeiliger Label Text bei Button lesbar ist */
.webgis-toolbox-tool-item .webgis-toolbox-tool-item-label {
	word-break: break-word;
	height: 26px;
}
