/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(https://fonts.gstatic.com/s/droidsans/v10/SlGVmQWMvZQIdix7AFxXkHNSbRYXags.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://fonts.gstatic.com/s/droidsans/v10/SlGWmQWMvZQIdix7AFxXmMh3eDs1ZyHKpWg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
    padding:0;
    margin:0;
}
body,a {
background-color:#eaeff1;
font-family: 'Droid Sans', sans-serif;
font-size:1em;
font-weight:400;
color:#616161;

}
img {
    border:none;
    max-width:100%;
    height:auto;
}
#layer {
    position:relative;
    width:350px;
    padding: 60px 0px;
    margin:0 auto;
    text-align:center;
}
#img_layer{
  background:#fff;
  border-top:3px solid #fff;
  border-bottom:3px solid #fff;
  margin-bottom:50px;
  text-align:center;
}
h1{
  font-weight:400;
  margin-bottom:40px;
  font-size:1.6rem;
}
#contact_layer{
  text-align:center;
  margin-bottom:50px;
}
#link {
    position:relative;
    width:80px;
    height:100px;
    padding: 35px;
    margin:0 auto;
    text-align:center;
}
img.content {
    width:350px;
    height:100px;
    border:none;
}
#imprint {
    position:relative;
    max-width:928px;
    height:auto;
    top: 40px;
    padding: 0;
    margin:0 auto;
}
.inner{
    padding:20px;
}

