body      { 
font: 16px sans-serif; 
line-height: 1.2; 
###background-color: #c6e3fe;
background-color: rgba(76,144,205, 0.7);
margin-left: 5px;
}

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

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

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

p          { 
margin-left: 35px;
}

li        { 
color: blue; 
margin-left: 41.3%; 
###margin-left: 940px; 
}

.listform { 
margin-left: -65%;  
}

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

div.hint { 
background: rgba(0,48,75,0.65);
###background: rgba(0,0,0,0.5);
width: 47%; 
###width: 900px;
padding-left: 2%; 
padding-top: 0.2%;
padding-bottom: 1.0%;
padding-right: 1%;
margin-top: 4%;
###margin-top: 76px;
margin-left: 25%;
###margin-left: 485px;
border-radius: 15px;
#font: 16px sans-serif;
###border-color: #3e8ede;
###box-shadow:5px 5px 6px #c6e3fe;
}

.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.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: 80px;
border-radius: 12px;
}


h1        { 
color: #3e8ede; 
}

h2        { 
color: white; 
}

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

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

rights.legal      { 
font: 20px sans-serif;
font-weight: bold;
}

.font_bg_footer
{background: rgba(255,255,255,0.6);
border-radius: 16px;
padding: 15px;
border-color: #3e8ede;
border-width: 2.5px;
border-style: solid;
###width: 1838px;
margin-top: 0%;
box-shadow:5px 5px 6px #8CA0B2;
text-shadow:1.5px 1.5px 2px #6E91B2;
    clear: both;
    position: sticky;
#    height: 200px;
    margin-top: 7.5%;
}

#button {
  display: inline-block;
  background-color: #3e8ede;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  margin: 30px;
  bottom: 30px;
  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: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

img.zoom_12 {
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
 border-radius: 7px;

}
img.zoom_12:hover {
# cursor: zoom-in;
# cursor: -moz-zoom-in;
# cursor: -webkit-zoom-in;
 transform: scale(1.2, 1.2);
 -moz-transform: scale(1.2, 1.2);
 -webkit-transform: scale(1.2, 1.2);
 -o-transform: scale(1.2, 1.2);
 -ms-transform: scale(1.2, 1.2);
}



