#banner {
	width: 100%;
	height: 35%;
	min-height: 200px;
	max-height: 280px;
	margin-top: -2%;
	margin-bottom: -1%;
	background:url(../images/OBK_RGB_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Cookie-OK Button, Tagauswahl im Kalender */
	.ui-menu-item >.ui-state-active, a.ui-state-default.ui-state-active {
		background-color: var(--main-primary-color);
		border-color: var(--main-primary-color);
		color: var(--main-font-color);
	}

	.ui-state-hover {
		background-color: var(--button-light-color);
	}

/* Kontrast-Schalter */
	a.schalter_ein {
		background-color: inherit;
		color: inherit;
	}

	.kontrast a.schalter_ein:hover {
		background-color: inherit;
		color: inherit;
	}

/* Content-Box */
	.content { 
		/*box-shadow: 1; /*entfernt die Umrandung*/
		margin: 35px auto 50px;
		
		background-color: white;
		
		
	}

/* WEITER-Button */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white !important;
}
/* */
.btn-light {
    
    background-color: #57b9fa;
    
}

/* ### VORSCHLÄGE ### */
	/* Vorschläge eingeklappt */
		#sugg_accordion .ui-state-default {
			background-color: #57b9fa;
			
		}
	
	/* Vorschläge hover */
		#sugg_accordion .ui-state-default:hover {
			background-color: #57b9fa;
			
		}

/* +/- Buttons*/
	.input-group-btn > button.btn.btn-default.btn-number {
		background-color: #57b9fa;
		color: black;
	}
/* */

/*.button_container > a[href$='select2?md=2'] {
        display:none;
}*/

li > button#buttonfunktionseinheit-2 {
        display: none;
}

/*li > button#buttonfunktionseinheit-3 {
        display: none;
}*/
