/*
main-green: #009f4f
light-green: #72be44
red: #ed1c24
yellow: #fff200

main-black: #272727
80%: #333*
60%: #858585*
40%: #adadad*
20%: #d6d6d6*
*/


header #img-header{
	background:rgba(0,159,79,1);
    background:-moz-linear-gradient(left,#009f4f 0,#72be44 100%);
    background:-o-linear-gradient(left,#009f4f 0,#72be44 100%);
    background:linear-gradient(to right,#009f4f 0,#72be44 100%);
    background:-ms-linear-gradient(left,#009f4f 0,#72be44 100%);
}

.navbar-default{
	border-color: #009f4f;
}
.BlogCommentsTitle, a, h1, h2,
.list-group h5,
.EditMode .EditableText_ContentTitle>input,
.content ul:not(.list-unstyled) li:before, .context ul:not(.list-unstyled) li:before,
.content a.related-box, .context a.related-box{
	color: #009f4f;
}

.button, .btn.btn-primary, button, input[type=submit]{
	background: #009f4f;
}

.button:hover, .btn.btn-primary:hover button:hover, input[type=submit]:hover,
a.related-box:hover
{
	background: #72be44;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
	background-color: #72be44;
}

@media (max-width: 767px){
	header .subtitle{
		color: #72be44;
	}
}


.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover,
button:focus, input[type=submit]:focus,
.PollGraph>div{
	background-color: #72be44;
}

#adv .bg-pricing-list{
	background-color: #72be44;
}
a.action-btn:hover{
	background-color: #0074e8;
}
.action-btn:hover{
	color: #fff;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.list-group>li:hover h5,
.feature-icon i,
.reason h3{
	color: #72be44;
}
.list-group>li:hover{
	border-bottom-color: #72be44;
}


.nav li>a:focus, .nav li>a:hover{
	border-bottom-color: #72be44;
}

a:hover{
	color: #72be44;
}
a:focus,
.sms_spenden span{
	color: #72be44;
}
.slider:hover .slider-backward, .slider:hover .slider-forward{
	background: rgba(0,159,79,0.8)
}
footer{
	border-bottom-color: #72be44;
}

header .icons a:hover i, header .switch:hover i{
	color: #fff200;
}
@media (max-width: 767px){
	header .title{
		color: #009f4f;
	}
}

.highlight_first {
	color: #009f4f;
	font-weight: bold;
}
.highlight_second {	
	color: #72be44;
	font-weight: bold;
}
.highlight_third{	
	color: #ed1c24;
	font-weight: bold;
}
.highlight_fourth{
	background-color: #fff200;
	padding: 0 5px;
}