.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: #70b03a !important;
}


.text-green,
.active {
	color: #70b03a;
}

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: #70b03a;
}

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: #70b03a;
}

.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: #70b03a;
	border: solid 1px #70b03a;
}

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

.button-external {
	border: solid 1px #70b03a;
}

.button-external:hover {
	background-color: #70b03a;
}

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

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

.main-menu .menu-header {
	border-bottom: 40px solid #70b03a;
	height: 106px;
}

.help-page {
	border-top: 40px solid #70b03a;
}

.full-dialog-page-header {
	height: 66px;
	padding-top: 3px;
}

.sidebar-search-bar {
	background-color: #fff;
	color: #333;
	height: 66px;
	padding-top: 8px;
}

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

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

.login-icon {
    height: 47px;
    width: 70px;
	margin: 2px 0;
    background-image: url(../resources/login_acker-exakt.png);
}

.login-header-bar {
	height: 95px;
	background-color: none;
	background: none;
	height: 95px;
	width: calc(100vw - 50px);
	margin: auto;
	border-bottom: 2px solid #fff;
}

.login-background .logo-container {
	left: 27px;
	top: 15px;
}

.login-background {
    background-image: url(../resources/background_login_acker-exakt.jpg);
}

.login-background .logo-container .logo {
	height: 64px;
	width: 282px;
	background: url(../resources/logo_acker-exakt_full.png);
	background-repeat: round;
}

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


.map-button {
	background-color: #70b03a;
}

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

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

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