body      { 
font: 16px sans-serif; 
line-height: 1.2; 
background-color: #c6e3fe;
}

a         { 
color: white; 
text-decoration: none; 
padding: 3px; 
}

a:link    { 
color: blue; 
text-decoration: none; 
}

a:visited { 
color: blue; 
text-decoration: none; 
}

li        { 
color: blue; 
margin-left: 7%;
line-height: 1.1;  
}

.listform { 
color: black;
margin-left: -7%;  
}

li p {
color: black;
margin-left: 0;
margin-top: -0.3em;
}

div.hint { 
background: rgba(0,0,0,0.5);
width: 65%; 
padding-left: 4%; 
margin-left: 25%;
padding-top: 0.2%;
padding-bottom: 0.2%;
padding-right: 2%;
margin-top: 8%;
border-radius: 10px;
font: 14px sans-serif;
}

.lihint:link  { 
color: #3e8ede; 
font-weight: bold;
}

.lihint:active { 
color: #3e8ede; 
font-weight: bold;
}

.lihint:visited { 
color: #3e8ede; 
font-weight: bold;
}

div.bg    { 
background-image: url(../img/background_mobile.png);
height: 568.0px;  
background-size: contain;
border-top: 3px solid transparent;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
background-repeat:no-repeat;
}

img.boschi    {
height: 70px;
border-radius: 12px;
}


h1        { 
color: #3e8ede;
font: 145% sans-serif;
text-align: center;  
}

h2        { 
color: white; 
}

div.header     {
text-align: center; 
font: 125% sans-serif; 
color: #3e8ede; 
###width: 1880px;
}

div.footer      { 
text-align: center; 
font: 53% sans-serif; 
color: black; 
###width: 1880px;
}

###div.footer      { 
###font: 62% sans-serif; 
###}

rights.legal      { 
font: 130% sans-serif;
font-weight: bold;
}

.font_bg_footer
{background: rgba(255,255,255,0.6);
border-radius: 16px;
padding-bottom: 15px;
border-color: #3e8ede;
border-width: 2.5px;
border-style: solid;
box-shadow:5px 5px 6px #8CA0B2;
text-shadow:1.5px 1.5px 2px #6E91B2;
}

#button {
  display: inline-block;
  background-color: #3e8ede;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
#  margin: 10px;
  bottom: 50px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #3e8ede;
}
#button:active {
  background-color: #3e8ede;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



