.mainheader {
	border-bottom: none;
	position: absolute;
	margin-top: -10px;
}

#banner {
	width: 100%;
	height: 30%; 
	min-height: 200px;
	max-height: 240px;
	margin-top: 10px;
	position: relative;
	background: url(../images/Bergneustadt_Wappen_transparent.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;
    
}

a#footer_link_accessibility {
        display: none;
}
/* ### 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;
}

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