@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

p:last-child {
    margin: 0;
}

#menu_top, #container_menu .menu, #innerfooter {
    max-width: 1244px;
    padding: 0 30px;
    margin: 0 auto;
}

#pull, #container_menu_top, #apptitle, #header_top {
	display: none;
}

#container_menu_top.authenticated_True {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    display: block;
}

#menu_top {
	display: flex;
    justify-content: flex-end;
    font-family: "Open Sans", Arial;
}

#menu_top li {
	display: none;
    line-height: 27px;
}

#menu_top li.mnu_logout, #menu_top li.mnu_beheer {
    display: block;
    margin: 0 15px;
}

#menu_top li a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
}

#innercontainer > header {
	width: 100%;
	padding: 0;
	font-family: "Open Sans", Arial;
	font-size: 16px;
	line-height: 1.5;
	overflow: visible;
    background: #FFF;
}

.b_header-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    align-items: center;
    max-width: 1244px;
    padding: 0 30px;
    margin: 0 auto;
}

.b_menu-search-wrapper {
    position: relative;
}

.logo-holder .header_logo {
	display: flex;
}

.header_logo img {
    width: 246px;
}

#container_menu {
    width: 100%;
}

.menu {
    display: flex;
    padding: 0;
    gap: 20px;
    justify-content: center;
}

.menu li, #footer .socials li {
	list-style: none;
}

.menu li a {
	display: block;
	padding: 8px 2px 5px 2px;
	border-bottom: 2px solid transparent;
	transition: border-color 300ms ease-out;
	color: #004171;
	font-size: 16px;
	text-decoration: none;
}

.menu li a:hover {
    border-bottom-color: #007AB8;
	color: #007AB8;
}

.menu li.active a {
    border-bottom-color: #007AB8;
    color: #007AB8;
}

#p15 a {
    position: relative;
    padding: 13px 12px 0px 12px;
    text-indent: -9999px;
}

#p15 a:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -13px);
    font-size: 22px;
    text-indent: 0;
}

#footer {
    padding: 30px 0;
    margin-top: auto;
    background: #007AB8;
    color: #FFF;
    font-family: "Open Sans", Arial;
    font-size: 18px;
    line-height: 1.5;
}

#innerfooter {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.footer-column {
	display: flex;
	flex-direction: column;
	width: 38.3333%;
}

.footer-column:first-child {
	gap: 16px;
}

.footer-column img {
	width: 146px;
}

.footer-column p {
	margin-bottom: 0;
}

.contact-links {
    display: flex;
	flex-direction: column;
	gap: .5rem;
}

#footer h2 {
    margin-top: 0;
    margin-bottom: 1rem;
	color: #FFF;
	font-size: 1.125rem;
    line-height: 1.25;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
    text-decoration: none;
}

.socials-container {
	display: flex;
	gap: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.socials-container a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}

.contact-icon::before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
}

.social-icon::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
}

.contact-icon::before {
    width: 20px;
    margin-right: .5rem;
    font-weight: bold;
}

.icon-twitter::before {
    content: "\f099";
}

.icon-facebook::before {
    content: "\f39e";
}

.icon-linkedin::before {
    content: "\f0e1";
}

.icon-youtube::before {
    content: "\f167";
}

.icon-instagram::before {
    content: "\f16d";
}

.icon-phone::before {
    content: "\f095";
}

.icon-chevron::before {
    content: "\f054";
}

@media screen and (min-width: 1021px) {
    .menu {
        display: flex!important;
    }
}

@media screen and (max-width: 1020px) {
    #container_menu {
        overflow: visible;
    }
    
    .menu {
        display: none;
        position: absolute;
        right: 0px;
        top: 78px;
        width: 300px;
        border-top: 1px solid #007ab8;
        background: #FFF;
        z-index: 99;
    }

    .b_menu-open {
        display: block;
    }

    #pull {
        display: block;
        padding: 18px;
        color: #000;
        text-decoration: none;
    }

    .menu-button:after {
        display: inline-block;
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        margin-top: 1px;
        margin-left: 1rem;
        vertical-align: top;
    }

    .b_menu-open .menu-button:after {
        content: "\f00d";
        font-weight: 400;
    }

    .menu li a {
        padding: 16px 0;
        border: none;
        text-align: center;
    }

    .menu li.active a {
        background: rgb(106 106 106 / 20%);
        color: #000;
    }
}

@media screen and (max-width: 920px) {
	.footer-column {
		width: 47.5%;
	}
}

@media screen and (max-width: 650px) {
	.footer-column:first-child {
		margin-bottom: 50px;
	}
	
	.footer-column {
		width: 100%;
	}
}