.site-header {
	color: var(--alstede-light-gray);
	flex-direction: row;
}

.site-logo {
	padding-right: 15px;
	border-right: 1px solid #bbbbbb;
}

.af_header_branding {
	display: flex;
	width: 50%;
}

.af_header_contact {
	padding-left: 15px;
}

a#header_telephone {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-decoration: none;
}

div#opening_hours {
	font-size: 15px;
}

div#opening_hours a {
	text-decoration: none;
}

.af_header_nav {
	width: 50%;
}

/** Top Header Menu Styles **/
.af_header_menu ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
}

/** Search Bar Styles **/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 15px 10px 40px;
	border: 1px solid #05159C;
}

.dgwt-wcas-menu-bar-item {
	display: none;
}

.inside-navigation.grid-container button.menu-toggle {
	display: flex;
	flex-wrap: nowrap;
}
