@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.mulish-mendium {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

#aspnetForm{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
}

/* Header */
#apptitle {
    display: none;
}

#container_menu_top {
    display: none;
}

.b_header-wrapper {
    height: 135px;
    position: relative;
}

#header {
    position: relative;
    width: 100%;
    max-height: 50px;
    margin-top: 16px;
}

#innerheader .logo {
    max-height: 50px;
}

#innercontainer {
    background: #FFF;
}

.no-margin {
    margin: 0;
}

#innercontainer header {
    max-width: 1200px;
    margin: 0 auto;
}

/* Menu */
#pull {
    display: none;
}


#ctl00_menu {
    display: flex;
    justify-content: space-between;
    max-width: 287px !important;
}

#container_menu {
    margin-top: 30px;
    padding-top: 2px;
    padding-left: 2px;
}

#container_menu ul {
    margin: 0 !important;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu #p104 {
    position: absolute;
    right: 0;
}

.menu #p104 a {
    display: inline-block;
}

.menu #p104 a::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-size: 16.5px;
    font-weight: 800;
    color: #C25400;
}

.menu a {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    color: #414141;
    text-decoration: none;
    font-size: 20px;
    position: relative;
}

.menu a:focus {
    overflow: visible;
}

/* Footer */
#footer {
    margin-top: 50px;
    border-top: solid 4px #F16900;
    background: #FFF;
    position: relative;
    line-height: 160%;
    font-family: "Mulish", sans-serif;
}

.wrapper_ballroom_ASP__login_aspx #footer {
    margin-top: auto !important;
}

#innerfooter {
    max-width: 1200px;
    margin: 0 auto;
}

.innerfooter {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.c-1 {
    width: 46%;
    position: relative;
}

.c-1 p:last-of-type{
    font-weight: 700;
    margin-bottom: 0;
}

.c-2 {
    width: 24%;
}

.innerfooter h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    color: #414141;
}

.innerfooter ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.innerfooter li {
    margin-top: 7px;
    list-style: none;
    position: relative;
}

.innerfooter a {
    display: inline-block;
    font-family: "Mulish", sans-serif;
    position: relative;
    text-decoration: underline 1px #F16900;
    text-underline-offset: 2px;
    font-weight: 600;
    color: #414141;
    cursor: pointer;
}

.innerfooter .c-1 ul {
    padding-left: 0;
}

.innerfooter .c-1 ul .adress2 {
    padding-left: 19px;
}

.innerfooter .c-1 ul .phone::before {
    display: inline-block;
    margin-right: 0.5rem;
    color: #414141;
    font-weight: 600;
    font-size: 15px;
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
}

.innerfooter .c-1 ul .adress::before {
    display: inline-block;
    color: #414141;
    margin-right: 0.5rem;
    font-weight: 500;
    font-size: 15px;
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
}

.innerfooter .c-1 .email::before {
    display: inline-block;
    margin-right: 0.5rem;
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
}

@media screen and (max-width: 1190px) {
    #footer {
        padding: 0 20px;
    }

    #search-header #innercontainer {
        padding: 0 20px;
    }

    #search-header #container_menu .b_menu-open{
        width: 95.4%;
    }

    .search-main .search-result, .search-main .search-bar {
        padding: 20px;
    }
}



@media screen and (max-width: 1000px) {
    /* menu */

    #pull{
        display: inline-block;
        position: absolute;
        right: 0;
        text-decoration: none;
    }

    .menu-button::after{
        display: inline-block;
        margin-left: 0.5rem;
        color: #414141;
        font-weight: 600;
        font-size: 16px;
        content: "\f0c9";
        width: 15px;
        font-family: "Font Awesome 6 Pro";
    }
    
    .navigation-is-open .menu-button::after {
        content: "\f00d";
    }

    .menu-button{
        display: inline-block;
        font-family: "Mulish", sans-serif;
        position: relative;
        text-decoration: underline 1px #F16900;
        text-underline-offset: 2px;
        font-size: 20px;
        font-weight: 700;
        color: #414141;
        cursor: pointer;
    }

    #ctl00_menu{
        position: relative;
        display: block;
        background-color: #ebebeb;
        display: flex;
        flex-direction: column;
        max-width: 100vw !important;
        z-index: 999;
    }

	#container_menu .b_menu-open{
		position: absolute;
        padding: 0 20px;
		width: 100%;
		left: 0;
        top: 33px;
		font-size: 23px;
	}

    .menu #p104 {
        position: relative;
    }

    #innercontainer .b_menu-open li{
        line-height: 70px;	
    }

    #innercontainer .b_menu-open a{
        display: inline-block;
        font-family: "Mulish", sans-serif;
        position: relative;
        text-decoration: underline 1px #C25400;
        text-underline-offset: 2px;
        font-size: 22px;
        font-weight: 700;
        color: #414141;
        cursor: pointer;
    }

    .menu #p104 a::before {
        display: none;
    }


    /* .menu #p104 a::after {
        display: inline-block;
        margin-left: 0.5rem;
        content: "\f002";
        font-family: "Font Awesome 6 Pro";
        font-size: 17.5px;
        font-weight: 800;
        color: #C25400;
    } */

    
	#container_menu{
		text-align: left;
	}

	#innercontainer .menu{
		display: none;
	}
	
	#innercontainer .b_menu-open{
		display: block;
	}


    /* menu op zoekpagina */
    #search-header #container_menu .b_menu-open {
        top: 113px;
    }
    
    /* footer */

    .innerfooter {
        padding: 0;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .innerfooter h4 {
        margin-top: 32px;
        margin-bottom: 12px;
    }

    .c-1,
    .c-2 {
        width: 100%;
    }


}