@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Oxygen);
#cssmenu {
 z-index:1999;
  background: #383838;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: oxygen;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu > ul > li {
  float: right;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li:nth-child(5):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background:forestgreen;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background:salmon;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background:red;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background:yellow;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background:skyblue;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:nth-child(5) > a {
  color: forestgreen;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:nth-child(4) > a {
  color: salmon;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:nth-child(3) > a {
  color: red;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:nth-child(2) > a {
  color: yellow;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:nth-child(1) > a {
  color: skyblue;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
body{
    position: fixed;
    width:100%;
    height: 100%;
    background: url(bg_startseite.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
}
#bild1{
    margin-top: 100px;
    margin-left: 4%;
	max-width: 100%;
	height: auto;
    position: absolute;
}
#bild2{
    margin-top: 100px;
    margin-right: 4%;
    max-width: 100%;
	height: auto;
    float: right;
}
#bild3 #blau{position: absolute;width:70px;left:50%;margin-left:-95px;top:69.6%;border-bottom-left-radius:30px;border-bottom-right-radius:30px;;box-shadow: 0px 5px 10px 0px;animation: blau 15s infinite;-webkit-animation: blau 15s infinite;-o-animation: blau 15s infinite;}
#bild3 #gelb{position: absolute;width:70px;left:50%;margin-left:-35px;top:73%;border-bottom-left-radius:30px;border-bottom-right-radius:30px;;box-shadow: 0px 5px 10px 0px;animation: gelb 15s infinite;-webkit-animation: gelb 15s infinite;-o-animation: gelb 15s infinite;}
#bild3 #rot{position: absolute;width:70px;left:50%;margin-left:25px;top:69.5%;border-bottom-left-radius:30px;border-bottom-right-radius:30px;;box-shadow: 0px 5px 10px 0px;animation: rot 15s infinite;-webkit-animation: rot 15s infinite;-o-animation: rot 15s infinite;}
@keyframes blau {
 0%{left:0%;}
10%{left:50%;}
20%{left:50%;}
30%{left:50%;}
40%{left:50%;}
50%{left:50%;}
60%{left:50%;}
70%{left:50%;}
80%{left:50%;}
90%{left:50%;}
100%{left:50%;}
}
@keyframes gelb {
0%{top:110%;}
2%{top:110%;}
10%{top:73%;}
20%{top:73%;}
40%{top:73%;}
60%{top:73%;}
80%{top:73%;}
}
@keyframes rot {
0%{left:100%;}
4%{left:100%}
10%{left:50%;}
20%{left:50%;}
30%{left:50%;}
40%{left:50%;}
50%{left:50%;}
60%{left:50%;}
70%{left:50%;}
80%{left:50%;}
90%{left:50%;}
100%{left:50%;}
}
@-webkit-keyframes blau {
0%{left:0%;}
10%{left:50%;}
20%{left:50%;}
30%{left:50%;}
40%{left:50%;}
50%{left:50%;}
60%{left:50%;}
70%{left:50%;}
80%{left:50%;}
90%{left:50%;}
100%{left:50%;}
}
@-webkit-keyframes gelb {
0%{top:110%;}
2%{top:110%;}
10%{top:73%;}
20%{top:73%;}
40%{top:73%;}
60%{top:73%;}
80%{top:73%;}
}
@-webkit-keyframes rot {
0%{left:100%;}
4%{left:100%}
10%{left:50%;}
20%{left:50%;}
30%{left:50%;}
40%{left:50%;}
50%{left:50%;}
60%{left:50%;}
70%{left:50%;}
80%{left:50%;}
90%{left:50%;}
100%{left:50%;}
}
@-o-keyframes blau {
0%{left:0%;}
10%{left:50%;}
20%{left:50%;}
30%{left:50%;}
40%{left:50%;}
50%{left:50%;}
60%{left:50%;}
70%{left:50%;}
80%{left:50%;}
90%{left:50%;}
100%{left:50%;}
}
@-o-keyframes gelb {
0%{top:110%;}
2%{top:110%;}
10%{top:73%;}
20%{top:73%;}
40%{top:73%;}
60%{top:73%;}
80%{top:73%;}
}
@-o-keyframes rot {
0%{left:100%;}
4%{left:100%}
10%{left:50%;}
20%{left:50%;}
30%{left:50%;}
40%{left:50%;}
50%{left:50%;}
60%{left:50%;}
70%{left:50%;}
80%{left:50%;}
90%{left:50%;}
100%{left:50%;}
}
#footer{
    z-index:1998;
    clear: left;
    background: #313131;
    position: fixed;
    bottom: 0px;
    color: #838383;
    font-family: oxygen;
    width: 100%;
    text-indent: 30px;
    font-size:11px;
}     
div#cssmenu{
    position: fixed;
    width:100%;
}
@media (min-width:480px) and (max-width: 768px) {
    body{background-image: url(Handy.jpg);}
    div#cssmenu{position: fixed;z-index:1999;}
    div#bild1{transform: scale(0.4);-webkit-transform:scale(0.8);top: -40px; left:0px;z-index: 2;position: absolute;}
    div#bild2{transform: scale(0.4);-webkit-transform:scale(0.8);position: absolute;top: -40px;right: 0px;}
    div#bild3 #blau{transform: scale(0.5);-webkit-transform:scale(1);position: absolute;top:69.5%;margin-left:-90px;}
    div#bild3 #gelb{transform: scale(0.5);-webkit-transform:scale(1);position: absolute;}
    div#bild3 #rot{transform: scale(0.5);-webkit-transform:scale(1);position: absolute;top:70%;margin-left:20px;}
    div#footer{clear: left;background: #313131;position: fixed;bottom: 0px;color: #838383;font-family: oxygen;width: 100%;font-size:8px;text-align:center;text-indent: 0px;
}
}

@media (max-width: 480px)  { 
    div#cssmenu{z-index:99;}
    div#bild1{transform: scale(0.5);-webkit-transform:scale(0.5);top: -80px; left:-40px;z-index: 2;position: absolute;}
    div#bild2{transform: scale(0.5);-webkit-transform:scale(0.5);position: absolute;top: -80px;right: -30px;}
    div#bild3 #blau{transform: scale(0.6);-webkit-transform:scale(0.6);position: absolute;top:69.5%;margin-left:-70px;}
    div#bild3 #gelb{transform: scale(0.6);-webkit-transform:scale(0.6);;position: absolute;}
    div#bild3 #rot{transform: scale(0.6);-webkit-transform:scale(0.6);position: absolute;top:70%;margin-left:0px;}
    body{background-image: url(Handy.jpg);}
    div#footer{clear: left;background: #313131;position: fixed;bottom: 0px;color: #838383;font-family: oxygen;width: 100%;font-size:8px;text-align:center;text-indent: 0px
}
}