#LMain {
	padding: 0px 0px 15px 0px;
}

#header {
	display: none;
}

#LTopinfo {
	padding: 8px 0px;
	text-align: right;
	font-size: 14px;
	color: #343434;
	background-color: #f1f1f1;
}

#LTopinfo span {
	font-family: FontAwesome;
	padding-left: 20px;
	padding-right: 10px;
	word-spacing: 7px;
	font-size: 17px;
}

#LTopinfo a {
	color: #343434;
	text-decoration: none;
}

#LTopinfo .fa {
	color: var(--color-text-dark);
}

#LHeader {
    display: flex;
	justify-content: flex-end;
    align-items: center;
    background-color: var(--red);
    padding: 0 15px 0 0;
	margin: 20px 10px 10px;
	border-radius: 8px;
}

#LHeader .navicon{
	display: none;
}

#LHeader .user {
	color: white;
	text-decoration: none;
	margin: 0 20px 0 30px;
}

#LHeader .user a,
#LHeader .user i {
	color: white;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;

}

#LLagaLogoMenuContainer{
	padding: 0 0 0 20px;
	margin-right: auto;
}

#LLagaLogoMenu {
}

#LLagaLogoMobileMenu{
	display: none;
}

ul#LHoofdmenu {
	background: #ea1a35;
	font-size: 20px;
	margin: 16px 0;
}

ul#LHoofdmenu > li {
	text-decoration: none;
	padding: 6px 18px;
	margin: 0 5px;
	transition: 300ms;
	cursor: pointer;
	color: var(--color-text-dark);
	display: inline-block;
}

ul#LHoofdmenu a {
	color: #ffffff;
	border-radius: 10px;
	text-decoration: none;
}

ul#LHoofdmenu a.huidig {
	text-decoration: underline;
}

#user-login a, #user-rrk a{
	color: #ffffff;
	border-radius: 10px;
	text-decoration: none;
	display: none;
}

nav.LSubmenuWrapper {
	position: absolute;
	padding-top: 6px;
	margin-top: 10px;
	margin-left: -5px;
	z-index: 100;

	max-height: 0;
	overflow: hidden;
}

ul.LSubmenu{
	background: #ffffff;
	line-height: 30px;
	padding-top: 1px;
	padding-left: 0;
	padding-bottom: 1px;
}

ul.LSubmenu li{
	list-style: none;
}

ul.LSubmenu a {
	display: block;
	color: #706265 !important;
	margin: 10px 20px;
	text-decoration: none;
}

#LInMain {
	margin-top: -8px;
	width: 100%;
}

#LLagaOverlay {
	width: 691px;
	height: 90px;
	margin-top: 0px;
}

#LOnderbalk {
	margin-top: 25px;
	padding: 30px 0 20px 0;
	width: 100%;
	background-color: #ea1a35;
}

#LOnderblok {
	display: flex;
	justify-content: space-between;
	margin: 0px auto 0px auto;
}

#LOnderblok a {
	color: #ffffff !important;
}

#footer-logo{
	padding: 10px 0 10px 20px;
}

.LOnderItem {
	vertical-align: top;
	width: 25%;
    margin-right: 50px;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 15px;
	padding-bottom: 30px;
}

.LOnderItem#social-media i{
	color: #ea1a35;
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 31px;
    margin: 0 5px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.LOnderItem#social-media i:hover{
	opacity: 0.9;
}

.LOnderItemTitel{
	font-weight: 100;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
	color: #fff;
}

.LOnderSocialMediaIcons a {
	text-decoration: none;
}

#LFooterMenu a{
	display: block;
	max-width: 150px;
    padding: 5px 15px;
    border-top: 1px solid #f39da8;
    text-decoration: none;
}

#LFooterMenu a:last-child{
    border-bottom: 1px solid #f39da8;
}


#LOnderCopyright {
	display: block;
	clear: both;
	width: 100%;
	margin: 0px auto;
	margin-top: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
}

#LOnderCopyright a {
	color: #ffffff !important;
}
