.splashscreen #splashimage {
padding: 200px;
background: url(../../../PSC/Gallen/Splash.png) no-repeat center center;
background-size: contain!important;
position: relative;
}
@media screen and (max-width: 480px){
	.splashscreen #splashimage {
		background: url(../../../PSC/Gallen/Wappen.png) no-repeat center center;
		background-size: auto!important;
}
}

.mapextentdiv {
    background-color: rgba(124,184,147,.5)
}

html, body{
    font-size: 10px !important;
}

.categorylabel {
    color: rgb(124,184,147);
    font-size: 15px
	
}

.label {
    font-size: 12px
	
}

svg > g > circle {
    -webkit-animation: markeranimation 1s ease-in-out infinite;
    animation: markeranimation 1s ease-in-out infinite;
    stroke: rgba(0,153,188,0.75);
}

/* border-color */
.border-1.active,
.border-1Checked,
.border-2,
.border-2.active,
.border-2Checked,
.bottom-bar,
.dijitMenuPopup,
.download-container .title-bar,
.esri-compass,
.esri-popup__size-container,
.featurepopup .esri-popup-main,
.layer-result-title,
.mapoverview-boxdiv,
.mblAccordionTitleSelected,
.mblSliderHandle,
.query-container .single-display .query-handle.active,
.query-container .single-display.listmode .query-handle,
.previewItem.active,
.previewItem.active:hover,
.previewItem:hover {
    border-color: rgb(0,153,188);
}


.wo-button {
    pointer-events: all;
    background-image: none;
    background-color:rgb(124,184,147);
    border: none;
    color: rgba(255, 255, 255);
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    height: 48px;
    width: 48px;
}

.toolgroup .wo-button {
  color: rgb(255, 255, 255);
}

.wo-button.tool-buttonChecked, .wo-button.active {
    color: rgb(255,255,255);
}

.mapgroup .wo-button, #overviewContainer .fi-hide {
  color: rgba(255,255,255);
}


.wo-button.tool-buttonChecked, .wo-button.active, .toolgroup .wo-tool-button .wo-button-buttonChecked {
  color: rgb(4, 164, 191) !important;
}



/* background-color */
.bg-2,
.content-list .row:hover,
.fts-suggestions .row.highlight,
.fts-suggestions .row:hover,
.layer-result .row:hover,
.mblSliderHandle,
.link:hover,
.storedquery-additional .row.highlight {
    background-color: rgb(174,222,251);
}

.wo-button.tool-buttonChecked, .wo-button.active {
    color: rgb(0,153,188);
}

.wo-guigroup__header > * {
    color: white;
    display: inline-flex;
}

#queryContainer #FTSContainer #ftsQueryTable {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background:rgb(124,184,147);
}

.wo-button.esri-widget--button:hover {
    background-color: rgba(124,184,147, 1);
    color: rgb(0,153,188);
}

.menu-container > *, .small-menu-container .wo-button, .itemsmenu.languagelist {
  color: rgb(238, 230, 230);
}

#smallMenuButton, #smallMenuButton.wo-button.tool-buttonChecked {
 color: rgb(238, 230, 230);
}