/* 

Grau #262626
Grün #d0fe05

*/

.bg_mospo_green { background: #d0fe05 !important; }
.link_mospo { color: #000 !important; }
.link_mospo:hover { color: #aaaaaa !important; }

.overlay_category {
	position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
	padding: 2px;
	font-weight: bold;
}

.btn.bg_mospo_green:hover {
  box-shadow: inset 0 0 0 20rem #a2cc0a;
}

.btn.mospo_small { font-size: 10px !important; }

.material-icons.md-18 { font-size: 18px; }

.twitter-tweet, .fb-video { margin: auto; }

a.nav-link:hover { text-decoration: underline !important; }

#breadcrump a { color: #6c757d !important; }
#breadcrump a, #meta a, .link_mospo a { transition: 0.3s; }
#breadcrump a:hover, #meta a:hover, .link_mospo a:hover { color: #000000 !important; transition: 0.3s; }

.menu-item a { color: #ffffff !important; transition: 0.3s; }
.menu-item a:hover { color: #d0fe05 !important; transition: 0.3s; }

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.bg_mospo_light { background: #f2f2f2 !important; }

.dotted-spaced {
	border-bottom: dashed 1px #ccc;
}