/* header#top nav .main_nav li.current_page_ancestor > a .title:after, header#top nav .main_nav li.current-menu-item > a .title:after, header#top nav .main_nav li.current-menu-ancestor > a .title:after, header#top nav .main_nav li.current_page_item > a .title:after {background-color: #ffb511;}
header .main_nav > li.current-menu-item a .title:after, header .main_nav > li a:hover .title:after {background-color: #ffb511;} */
#cookieNotification{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	box-sizing: border-box;
	box-shadow: 0 0 5px #aaa;
}

#cookieNotification *{
	font-size: 12px;
}

#cookieNotification > div{
margin: auto;
max-width: 1380px;
float: none;
padding: 20px 0;
}
#cookieNotification > div > p{
	padding-right: 20px;
	display: inline-block;
margin: 0;
}
#cookieNotification a.button{
background-color: #1b6875;
color: #fff;
margin-right: 50px;
}
#cookieNotification > div > a{
	position: absolute;
	right: 5px;
	top: 2px;
	text-decoration: none;
}