
html,
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 200;

  background-image: url('bg.jpg'); height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.logo{
  width:150px;

}
 a  {          color: #666666; font-weight:300; text-decoration: none;   }
 a:hover  {    color: #666666; font-weight:300; text-decoration: none;    }
 a:active {    color: #666666; font-weight:300; text-decoration: none;   }
 a:focus {     color: #666666; font-weight:300; text-decoration: none;    }
 a:visited {   color: #666666; font-weight:300; text-decoration: none;    }
.ueberschrift{
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 200;
  color:#ffffff;
}
.linkbild{
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); 
  max-width:300px;
  margin:10px;
  background:#ffffff;
  padding-bottom:5px;
}

.linkbildwidth{
  width:100%;
}
  .flexboxcenter{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    height: 100%;
    align-items: center;
    max-width:1300px;
  }
.fusslinks{
  position:absolute;
  bottom:10px; 
  right:10px;
  padding:10px;
  background:#aaaaaa;
  font-size: 16px;
  font-weight: 300;
  color:#444444;
}
.impressum{
  font-size: 16px;
  font-weight: 300;
  color:#ffffff;
  max-width:900px;
}