.kbtn,
.kbtn:hover,
.kbtn:focus,
.kbtn:active,
.kbtn.active,
.kbtn.active:hover,
.button-ok,
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child,
.button-back,
.button-next {
	background-color: #59a93f !important;
}


.text-green,
.active {
	color: #59a93f;
}

a:hover,
.icon-btn:hover  {
	color: #000000;
}

a,
a:visited,
a:focus,
.icon-feature,
.icon-btn-icon,
.mdp-page-section-header-icon,
.main-menu .btn-link.active,
.help-entry .fas {
	color: #59a93f;
}


a.kbtn {
	color: white;
}


.feature-disabled {
	color: #999;
}

.feature-new {
	color: #a9a93f;
}

.full-dialog-page-header {
	background-color: #fff;
	border-bottom: 0;
}

.selection-tab {
	color: white;
	background-color: rgba(89,193,52, 0.5);
}

.selection-tab.active {
	background-color: #59a93f;
}

.sidebar-search-bar .search-button:hover {
	color: #000000;
}
.menu-openclose-button:hover {
	color: #000000;
}

.mdp-page-navigation .back,
.mdp-page-navigation .next {
	color: #FFFFFF;
}

.mdp-dropdown .category li:hover,
.dropdown-menu>li>a:hover,
.mdp-dropdown-entry:hover {
	color: #000000;
}

.state-singleView, .state-splitScreenView, .state-satelliteTileLayer, .state-defaultTileLayer {
	background-color: #59a93f;
	border: solid 1px #59a93f;
}

.mdp-checkbox > input[type="checkbox"]:checked + label::after {
	background-color: #59a93f;
}

.button-external {
	border: solid 1px #59a93f;
}

.button-external:hover {
	background-color: #59a93f;
}

.main-menu .btn-link:hover {
	color: #59a93f;
	text-shadow: 0 0 20px #fff, 0 0 30px #59a93f, 0 0 40px #59a93f, 0 0 50px #59a93f, 0 0 60px #59a93f, 0 0 70px #59a93f, 0 0 80px #59a93f;
}

.main-menu .menu-header,
.helpbar-search-bar {
	background-color: #fff;
	color: #333;
}

.main-menu .menu-header {
	border-bottom: 40px solid #59a93f;
}

.help-page {
	border-top: 40px solid #59a93f;
}

.sidebar-search-bar {
	background-color: #fff;
	color: #333;
}

.mdp-page-header {
	background-color: #59a93f;
	/**border-bottom: 7px solid #59a93f;**/
}

.logo-color {
	background-image: url(../resources/logo_osthannover.png);
	margin-top: 0;
	height: 57px;
}

.login-icon {
    height: 120px;
    width: 120px;
	margin: -30px 0;
    background-image: url(../resources/login_osthannover2.png);
}

.login-header-bar {
	background-color: rgba(255,255,255,0.8) !important;
	height: 168px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.15);
}

.login-background {
    background-image: url(../resources/Background_Login_osthannover.jpg);
}
.login-background .logo-container {
	left: 40px;
	top: 49px;
}
.login-background .logo-container .logo {
	height: 64px;
	width: 323px;
	background: url(../resources/logo_osthannover_full.png);
	background-repeat: round;
}


.search-button,
.menu-openclose-button {
	color: #333;
}

.map-button {
	background-color: #59a93f;
}

body {
    background: #575757;
}
.login-container {
    background: #575757;
	top: 200px;
}
.hint {
	background: #575757;
}

.hint-error {
	background-color: rgb(230, 50, 50);
	color: white;
}

.hint-warning {
	background-color: rgb(230, 230, 50);
	color:#585858;
}