a:link, a:visited {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: dimgray;}

.name {
    font-size: 300%;
    font-family: Roboto;
    background: white;
}

.fb {
    margin-left: 0px;
    margin-top: 0px;
}

.tw {
    margin-left: 0px;
    margin-top: 0px;
}

.sh {
    margin-left: 0px;
    margin-top: 0px;
}

.os {
    margin-left: 0px;
    margin-top: 0px;
}

.gp {
    margin-left: 0px;
    margin-top: 0px;
}

.desc {
    position: fixed;
    text-align: center;
    font-size: 215%;
    margin-left: 245px;
    margin-top: 369px;
    font-family: Roboto;
    width: 300px;
    background: white;
}

.desc2 {
    position: fixed;
    text-align: center;
    font-size: 190%;
    margin-left: 30px;
    margin-top: 500px;
    font-family: Roboto;
    width: 550px;
    background: white;
}

body {
    background-image: URL('bg2.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.foto {
    z-index: 2;
    position: fixed;
    left: 1%;
    text-align: right;
    margin-top: .5%;
    margin-right: 10%;
    border: 10px solid;
    border-color: white;
    width: 200px;
    height: 200px;
    background: url(foto.png);
    background-size: 200px 200px;
    background-image: url(foto.png);
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
    
}

.foto2 {
    z-index: 1;
    position: fixed;
    left: 1%;
    text-align: right;
    margin-top: .5%;
    margin-right: 10%;
    border: 10px solid;
    border-color: white;
    width: 200px;
    height: 200px;
    background: url(foto3.png);
    background-size: 200px 200px;
    background-image: url(foto3.png);
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
    
}

.foto:hover{
    background-image: url(foto_slide2.png)
}

.text {
    text-align: center;
    margin-top: 15%;
    border-color: white;
    height: 200px
}

.kontakt{
    position: fixed;
    text-align: center;
    font-size: 150%;
    margin-left: 245px;
    margin-top: 382px;
    font-family: Roboto;
    width: 300px;
    background: white;
}

article {
    position: absolute;
    width: 85%;
    background: white;
    margin: auto;
    font-size: 120%;
    font-family: Roboto-light;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    margin-top: 235px;
    margin-left: 20px;
    margin-right: 1px;
}

@font-face {
    font-family: Roboto;
    src: url("Roboto-Thin.ttf");
}

@font-face {
    font-family: Roboto-light;
    src: url("Roboto-Light.ttf");
}


.icon-mono {
  background: url("img/icons_lobby.png");
  background-image: url("img/icons_lobby.png"), none;
  background-color: #ffffff;
  background-size: 480px 192px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

/* facebook */
.icon-mono.facebook {
  background-position: 0 0;
}

.icon-mono.facebook:hover {
  background-color: #3b5998;
  background-position: 0 -96px;
}

/* twitter */
.icon-mono.twitter {
  background-position: -96px 0;
}

.icon-mono.twitter:hover {
  background-color: #4099ff;
  background-position: -96px -96px;
}

/* google plus */
.icon-mono.googleplus {
  background-position: -192px 0;
}

.icon-mono.googleplus:hover {
  background-color: #d34836;
  background-position: -192px -96px;
}

/* github */
.icon-mono.github {
  background-position: -288px 0;
}

.icon-mono.github:hover {
  background-color: #333333;
  background-position: -288px -96px;
}

/* rss */
.icon-mono.rss {
  background-position: -384px 0;
}

.icon-mono.rss:hover {
  background-color: #ee802f;
  background-position: -384px -96px;
}

.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
}