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

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

/*Hovereffect mit 30% schwarz*/

.btn-default:hover, .btn-default:focus {
    background-color: #e3a40e!important;
	border-color: #e3a40e!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(214,122,15,0.3)!important;
}

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

/*Footer*/

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

/*Line zwischen Sections*/

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #e3a40e, -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: #fff;!important
}

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

/* gleichmäßige Höhe des Footers - Button sonst nicht zentriert*/

.navbar {
	min-height: 55px;!important}


