.toggle-menu {
	position: relative;
	z-index: 900;
	color: black;
	right: 1.5rem;
}
.toggle-menu a {
	line-height: 0;
}
.toggle-menu i {
	font-size: 1.8rem;
	line-height: 0;
}
.toggle-menu i.fi-x {
	font-size: 0.9rem;
}
.toggle-menu i.fi-x::before {
	margin-top: 0.7rem;
}
.toggle-menu:hover {
	color:#e6e6e6;
}
#menu {
	background-color: #566981;
}
.overlay-menu {
	position: absolute;
	z-index: 900;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 4rem 0 0 0;
	list-style: none;
	background-size: cover;
	text-align: center;
	display: none;
	transition: all 400ms ease;
}
.overlay-menu li {
	font-size: 1.5rem;
}
.toggle-menu i.fi-x {
	font-size: 2.5rem;
}
.overlay-menu a {
	display: block;
	font-weight: bold;
	height: 5.25rem;
	line-height: 5.25rem;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
	text-decoration: none;
	color: #242424;
}
.overlay-menu a:hover {
	color: #000;
}
.overlay-menu a:first-of-type {
	border-top: 0px solid rgba(255, 255, 255, 0.5);
}
.overlay-menu a:hover {
	background-color: #e6e6e6;
	color: black;
}
.overlay-menu .logo a {
	border-bottom: 0;
	padding: 0em;
	height: auto;
}
.overlay-menu .logo a:hover {
	background-color: inherit;
	color: inherit;
}
.overlay-menu.is-open ~ .toggle-menu {
	display: inline-block;
	transition: all 0.4s ease-in-out;
	color: black;
}
.is-open {
	display: block;
}
.top-bar-inner {
	height: 100%;
	max-width: 1050px;
	margin: auto;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	width: auto;
}
/*.top-bar-left img {
    height: 20px;
    margin-left: 1.5rem;
}

.top-bar-left a {
    width: 140px;
}*/

.top-bar, .top-bar ul {
	background-color: #ffffff;
}
.topmenuheadline {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	margin: 0.4rem 0 0 0;
}
.toggle-menu i {
	color: #0b5a9c;
}
.toggle-menu i:hover {
	color: #07497f;
}
/**
 * Logo styles.
 */
.logo {
	height: 45px;
	margin-bottom: 0rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.topmenuheadline {
	font-size: 1.5rem;
}
.toggle-menu i.fi-x {
	font-size: 1.5rem;
}
.logo {
    height: 30px;
    margin-bottom: 0rem;
}
}

/* Medium and up */
@media screen and (min-width: 40em) {
.toggle-menu i {
	font-size: 2.8rem;
}
.toggle-menu i.fi-x {
	font-size: 2rem;
}
}

/*@media screen and (min-width: 1100px) {
    
    .toggle-menu i {
        font-size: 2.8rem;
    }
}*/