@import url(reset.css);
@import url(fonts.css);

html,
body,
#wrapper,
section,
div {
  height: 100%;
}
section {
  margin: 0 auto;
  overflow: hidden;
}
hr {
  display: none;
}
#start div {
  height: 50%;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 50px;
  text-decoration: none;
  position: relative;
  min-width: 600px;
}
#start h1 {
  font-family: HelveticaNeue;
  position: absolute;
  top: 18%;
  left: 0;
  text-align: center;
  width: 100%;
}
#start h2 {
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: 46%;
  left: 0;
  width: 60%;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  padding: 0 20%;
}
#start span {
  position: absolute; 
  top: 74%; 
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}
#start a {
  font-size: 23px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 44px 10px 10px;
  width: 170px;
  font-family: HelveticaNeue;
}
#start div:first-child       { background: #435153; color: #d9dcdc; }
#start div:first-child h2    { color: #879091; }
#start div:first-child a     { 
  color: #d9dcdc; 
  background: url(../images/start-button-grafikdesign.png) no-repeat 194px 12px #333F41;
  -webkit-transition: all 0.08s ease-out;
     -moz-transition: all 0.08s ease-out;
          transition: all 0.08s ease-out;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
 }
#start div:first-child a:hover {
  -webkit-box-shadow: 0 0 10px 0 #444;
  background-color: #2c3739;
}

#start div:last-child         { background: url(../images/illu-startseite.png) no-repeat 90% 40% #00a9dc; color: #d5eef5; }
#start div:last-child h2      { color: #7dd9f5; }
#start div:last-child a       { color: #d5eef5; background: url(../images/start-button-walldesign.png) no-repeat 0 0px; }
#start div:last-child a:hover { color: #d5eef5; background: url(../images/start-button-walldesign.png) no-repeat 0 -43px; }