body{
	padding-top:0;
}

.cookies_ok{
	float:right;
	margin-bottom:0 !important;
	position:relative !important;
	right:30px;
	padding:15px 20px !important;
}
.cookies_ok:before{
	display:none;
}
.cookies_ok:after{
	display:none;
}
/*
#e_brochures{
  box-sizing: border-box;
}
#e_brochures *, #e_brochures *:before, #e_brochures *:after {
  box-sizing: inherit;
}
*/
#e_brochures{
	position:fixed;
	right:0;
	top:15%;
	width:50px;
	z-index:3003;
	box-sizing:border-box;
}
#e_brochures li{
	position:relative;
	width:100px;
	left:0;
	transition: all 0.25s ease-in-out;
}
#e_brochures li:hover{
	left:-55px;
}
#e_brochures img{
	width:100px;
}
.blogpost p{	text-align:justify;	font-size:16px;	padding:0 1em;}
.dcml li{
	list-style-type: decimal !important;
}
.list_tire {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.list_tire  li{
	list-style-type: none !important;
}
.list_tire > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}