html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;

}
body {
	display:flex;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#Background {
	height: 100%;
	margin-left: 0;
	margin-right: auto;
	position:fixed;
	z-index:0;
}
#SideBar {
	height: 100%;
	width: 25%;
	z-index: 1;
	text-align: center;
    position: relative;
}
#SideBar_m {
	height: 100%;
	width: 30%;
	z-index: 1;
	text-align: center;
}
#logoBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
#o-mill_Logo {
	width: 40%;
}
#oliveri_Logo {
    margin-top: 2rem;
    width: 28%;
}
#Logo_m {
	width: 100%;
}
#textBox{
    position: absolute;
    width: 100%;
    bottom: 0.5rem;
}
#LinkBox {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:4rem;
    align-items: center;
}
.SideList {
	height: 3%;
	padding:0.1em;
	font-size: 1em;
	border-bottom-color: gray;
	border-bottom-width: medium;
	border-bottom-style: solid;
	background-color: white;
	color: black;
	text-decoration: none;
	margin-bottom: 0px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 100;
    margin: 1em 0;
}
div .dots{
    display: flex;
    width: 2em;
    justify-content: space-between;
    margin-bottom: 0.6em;
}
div .dot{
    width: 0.4em;
    height: 0.4em;
    background-color: gray;
    border-radius: 50%;
}
.fadeItem{
    font-size: 0.75em;
    margin: 0.5em 0;
}
a.SideList:hover{
	background-color: #FFE872;
	border-bottom-color: black;
}
.CopyRight {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:0.6em;
    margin: 0.3rem;
	}
#beian{
    color: gray;
}
#QRcodeBox{
    position: absolute;
    bottom: 1rem;
    right: 3rem;
    background-color: rgb(255, 255, 255, 0.5);
    padding: 5px;
    width: 50px;
    border-radius: 5px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.49, .04, 0, .99);
    box-shadow: 0 0 10px #cbc3c3;
}
#QRcodeBox:hover{
    width: 150px;
    padding: 15px;
    border-radius: 15px;
}
#QRcode{
    width: 100%;
}
	
