header {
	position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background-size: contain;
	background-size: 50% 100%;
}

header:before {
    content: '';
    position: absolute;
    z-index: 999;
    bottom: -75px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: url(/wp-content/themes/bravons/assets/images/horizon2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 76px;
}

header figure.scrolled-logo {
	display: none;
	z-index: 99999;
}

header figure.scrolled-logo img {
    width: 88px;
    padding: 7px 0 15px 0;
    box-sizing: border-box;
}

body.scrolled header:before {
	height: 140px;
}

header #nav-menu #menu-hoofdmenu li.menu-item-has-children:after{
    display: none;
}

header #nav-menu #menu-duitsmenu li.menu-item-has-children:after{
    display: none;
}

header nav ul.sub-menu li:after{
    display: none;
}

header nav ul.sub-menu li a{
    width: 100%!important;
}

body.scrolled header figure.nav-logo {
	display: none;
}

body.scrolled header figure.scrolled-logo {
	display: block;
}

body.home header {
	border-bottom: 0 !important;
	background-color: white;
    opacity: 0.85;
}

header .res-white-logo {
	display: none;
}

header .container {
	display: flex;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: space-between;
}

header .container nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
	overflow: visible;
    width: calc(100% - 300px);;
}

@media screen and (max-width: 1200px) {
    header .container nav {
        width: 75%;
    }
}

@media screen and (max-width: 800px) {
    header .container nav {
        width: 22%;
    }
}

.menu-hoofdmenu-container {
    height: 100%;
    display: flex;
    align-items: center;
}

header figure.nav-logo {
	z-index: 99999;
}

header figure.nav-logo img {
	width: 100px;
    padding: 7px 0 15px 0;
    box-sizing: border-box;
}

header nav {
	z-index: 999999999;
}

header nav#mobile-menu {
	display: none;
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
	max-width: 875px;
	max-width: 1100px;
    height: 60%;
}

@media screen and (max-width: 1500px) {
	
	header nav {
		max-width: calc(100% - 270px);
	}
	
}

body.home header nav ul {
    max-width: 1237px;
}

header nav ul li {
    margin: 5px 10px 5px 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header nav ul li:after {
	content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    margin-left: 10px;
    color: var(--maincolor);
    font-size: 5px;
    height: 5px;
    width: 5px;
    background-color: var(--maincolor);
    border-radius: 50%;
}

header nav ul li:last-child:after {
	display: none;
}

header .responsive-menu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999999; 
    width: 100%;
    order: 2;
}

header .responsive-menu ul.menu {
    display: grid;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

header .contact-add {
    position: relative;
    z-index: 999;
}

header .contact-add a {
    color: var(--maincolor);
    font-size: 16px;
    padding: 12px;
    margin-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

header .contact-add a i {
    width: 20px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

header .contact-add a:last-child {
	margin-right: 0;
}

header .contact-add {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	order: 1;
}

header .responsive-menu ul.menu li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .responsive-menu ul.menu li a {
    color: var(--maincolor);
    text-align: center;
    font-size: 17px;
    padding: 10px;
    box-sizing: border-box;
	width: 100%;
}

header #topbar {
    background: var(--maincolor);
}

header #topbar .container {
    justify-content: space-between;
}

header #topbar ul {
    margin: 3px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header #topbar ul li {
    display: inline-block;
    margin-right: 20px;
    color: white;
    font-size: 14px;
}

header #topbar ul.extra-menu li {
    margin-right: 5px;
}

header #topbar ul.extra-menu li i {
    font-size: 9px;
}

header #topbar ul li:last-child {
    margin-right: 0;
}

header #topbar ul li a {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

header #topbar ul.info-menu {
    float: left;
}

header #topbar ul.phone-numbers {
    float: right;
}

header nav ul li.menu-item-has-children {
    padding-right: 15px;
}

header nav ul li.menu-item-has-children ul.sub-menu {
	display: none;
}

header nav ul li.menu-item-has-children ul.sub-menu ul.sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    padding-top: 0;
    top: 0;
}

header nav ul li.menu-item-has-children ul.sub-menu ul.sub-menu li a {
	    background: #178736;
}

header nav ul li.menu-item-has-children span {
	position: absolute;
    right: 0;
    color: var(--maincolor);
    top: 2px;
}

header nav ul li.menu-item-has-children ul {
    position: absolute;
    padding-top: 45px;
    width: max-content;
}

header nav ul li.menu-item-has-children::after{
    display: none;
}

header nav .current_page_item a {
	border-bottom: 2px solid var(--quadcolor);
}

header nav ul li.menu-item-has-children ul li {
	margin: 0;
	border-top: 1px solid white;
    width: -webkit-fill-available;
    padding: 0 !important;
    min-width: 200px;
}

header nav ul li.menu-item-has-children ul li a:hover {
	background: #424242;
	position: relative;
	z-index: 9999999;
}

header nav ul li.menu-item-has-children ul li:first-child {
	border-top: 0;
}

header nav ul li.menu-item-has-children ul li a {
    background: var(--maincolor);
    padding: 10px 20px;
    width: auto;
    z-index: 9999;
}

header nav ul li:last-child {
	margin-right: 0;
}

header nav ul li a {
    color: var(--maincolor);
    font-size: 20px;
}

header nav ul li ul li a {
	color: white;
}

@media screen and (max-width: 1500px) {
	
	header nav ul li.menu-item-has-children span {
		top: 2px;
	}
	
}

@media screen and (max-width: 800px) {
	
	header nav#mobile-menu {
	    display: block;
	    color: var(--maincolor);
	    font-size: 18px;
	    font-weight: 900;
	    cursor: pointer;
	}
	
	header {
	    background-size: cover;
	}
	
	header .responsive-menu ul.menu li ul {
		display: block !important;
	}
	
	header .responsive-menu li.menu-item-has-children span {
		display: none;
	}
	
	header .responsive-menu ul.menu li a {
		font-weight: 600;
	}
	
	header .responsive-menu ul.menu li ul li a {
		font-weight: 400;
	}
	
	header .responsive-menu ul.menu li ul li ul li a {
		font-weight: 200;
	}
	
	header .responsive-menu ul.menu li {
		display: block;
	}
	
	header nav#nav-menu {
		display: none;
	}
	
	header .container {
		align-items: center;
	}
	
	header .responsive-menu li.menu-item-has-children {
		position: relative;
	}
	
	header .responsive-menu li.menu-item-has-children span {
    position: absolute;
    top: 19px;
    right: 0;
    color: var(--maincolor);
	}
	
	header .responsive-menu ul.menu li ul li {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
    }
    
    button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 35px !important;
    right: 5%;
    background: none !important;
}

    .responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	    background-color: var(--maincolor) !important;
    }
    
		
}

@media screen and (max-width: 1200px) {
	
	header .contact-add > a {
		display: none;
	}
}