/*Buttons fÃ¼r Formulare z.b. Registration Form in interactive sites*/

.btn-default {
    background-color: #fff500!important;
    border-color: #fff500!important;
	background-image: none!important;
	color: #666666!important;
}

/*Hovereffect mit 30% schwarz*/

.btn-default:hover, .btn-default:focus {
    background-color: #b2ab00!important;
	border-color: #b2ab00!important;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/*Progress Leiste*/

.background-opacity {
    background-color: rgba(102,102,102,0.3)!important;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top,#666666 0%,#666666 100%)!important;
    background-image: linear-gradient(to bottom,#666666 0%,#666666 100%)!important;
    background-repeat: repeat-x!important;
	
}

/*Footer*/

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#e6e6e6 0%,#e6e6e6 100%)!important;
    background-image: linear-gradient(to bottom,#e6e6e6 0%,#e6e6e6 100%)!important;
	background-repeat: repeat-x;!important}

/*Line zwischen Sections*/

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #fff500, -2px -2px 20px 0 rgb(0 0 0 / 5%), 2px 2px 20px 0 rgb(0 0 0 / 5%)!important;}


/*Text im footer*/

.navbar-inverse .navbar-nav>li>a {
    color: #666;!important
}

.navbar-inverse .navbar-text {
    color: #666;!important
}

