/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

@media (max-width: 991px) {
	header .navbar {
		min-height: 45px;
	}
	
	.toggler-logo-wrapper .burger-menu-wrapper {    
		padding-top: 1.25rem;
	}
}

.no-opc .custom-icon .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-opc .custom-icon .btn::before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	margin-top: .25rem;
	margin-right: .5rem;
	background: url("img/Aurakel_Raum_Logo.png") no-repeat;
	background-size: contain;
	background-position: center center;	
}