/* ####################################################
	sitemap
#################################################### */
#sitemap ul.sitemap__link--full li{
	width: 100%;
	font-size: 1.5rem;
    padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #4C4948; /* --color-accent */
}


#sitemap ul.sitemap__link--half{
	width: 100%;
    display: flex;
    flex-flow: wrap;
}
#sitemap ul.sitemap__link--half li{
	width: 49%;
    display: inline-block;
	font-size: 1.5rem;
    padding-bottom: 15px;
	margin:0 0 30px 0;
	border-bottom: 1px solid #b6b6b6; /* --color-border-default */
    
}
#sitemap ul.sitemap__link--half li:nth-child(odd){
    margin-right: 1%;

}
#sitemap ul.sitemap__link--half li:nth-child(even){
    margin-left: 1%;
}
#sitemap ul.sitemap__link--full li a,
#sitemap ul.sitemap__link--half li a{
    color: #AF843E;
}
@media only screen and (max-width: 767px) {
#sitemap ul.sitemap__link--half li{
	width: 100%;
    display: inline-block;
	font-size: 1.5rem;
    padding-bottom: 15px;
	margin:0 0 30px 0;
	border-bottom: 1px solid #b6b6b6; /* --color-border-default */
    
}
#sitemap ul.sitemap__link--half li:nth-child(odd){
    margin-right: 0;

}
#sitemap ul.sitemap__link--half li:nth-child(even){
    margin-left: 0;
}

}
@media only screen and (max-width: 414px){

}