/*Buttons für Formulare z.b. Registration Form in interactive sites*/

.btn-default {
    background-color: #1d2b65!important;
    border-color: #1d2b65!important;
	background-image: none!important;
	color: #fff!important;
}

/*Hovereffect mit 30% schwarz*/

.btn-default:hover, .btn-default:focus {
    background-color: #202a52!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(136,124,85,0.3)!important;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top,#887c55 0%,#887c55 100%)!important;
    background-image: linear-gradient(to bottom,#887c55 0%,#887c55 100%)!important;
    background-repeat: repeat-x!important;
	
}

/*Footer*/

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#cccccc 0%,#cccccc 100%)!important;
    background-image: linear-gradient(to bottom,#cccccc 0%,#cccccc 100%)!important;
	background-repeat: repeat-x;!important}

/*Line zwischen Sections*/

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #887c55, -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
}

/* gleichmäßige Höhe des Footers - Button sonst nicht zentriert*/

.navbar {
	min-height: 55px;!important}
