body{
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4
}

/* Global */

.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
  line-height: normal;
}

ul{
  margin: 0;
  padding: 0;
}

.dark{
  padding: 15px;
  background: #35424a;
  color:#ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ulDefault{
  list-style-type: disc;
list-style-position: inside;
}

.textblock{
  width: 80%;
}

/* Padding für den footer */
/* Wird zurzeit nicht benuzt*/
.footerPadding{
  padding: 20px;
  margin-top: 500px;
  color: #ffffff;
  background-color: #35424a;
  text-decoration: none;
  text-color: #00b8ff;
  text-align: center;
}

/* Header */
header{
  background:#35424a;
  color:#ffffff;
  padding-top: 30px;
  min-height: 70px;
}

header a{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

header li{
  float:left;
  display: inline;
  padding: 0 20px 0 20px;
}

#ico{
  float:left;
  padding-right: 10px;
}

ul#ulImpress{
  padding-top: 20px;
}

header #branding{
  float:left;

}

header #branding h1{
  margin: 0;
}

header nav{
  float: right;
  margin-top: 10px;
}

header .highlight, header .current a{
  color: #00b8ff;
  font-weight: bold;
}

header a:hover{
  color: #00b8ff;
  font-weight: bold;
}

/* Showcase */
#showcase{
  min-height: 400px;
  background:url('../images/showcase.jpg') no-repeat 0 -400px;
  text-align: center;
  color: #ffffff
}

#ico{
  min-height: 45px;
  background:url('../ico/logo-45x45px.png') -no-repeat 0 0px;
}

#showcase h1{
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p{
  font-size: 20px;
}

/* Boxes */
#boxes{
  margin-top: 20px;
}

#boxes .box{
  float:left;
  text-align:center;
  width: 30%;
  padding: 10px;
}

#boxes .bog img{
  width: 90px;
}

/* Sidebar */
aside#sidebar{
  float: right;
  width: 30%;
  margin-top: 10px;
}

/* Main-col */
/* Wird zurzeit nicht genutzt*/
article#main-col{
  float: left;
  width: 65%;
}

/* Services */
/* List style */
ul#services li{
  list-style:none;
  padding: 15px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}

#textbox{
  margin-top: 20px;
}

#textbox{
  float:left;
  text-align:left;
  width: 30%;
  padding-top: 50px;
  padding-left: 75px;
}

/* Wird zurzeit nicht genutzt */
footer{
  padding: 20px;
  margin-top: 5%;
  color: #ffffff;
  background-color: #35424a;
  text-decoration: none;
  text-color: #00b8ff;
  text-align: center;
}

/* Wird zurzeit nicht genutzt */
footer#about{
  padding: 20px;
  margin-top: 500px;
  color: #ffffff;
  background-color: #35424a;
  text-decoration: none;
  text-color: #00b8ff;
  text-align: center;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align: center;
    width:100%;
  }

  header{
    padding-bottom: 20px;
  }

  #showcase h1{
    margin-top: 40px;
  }

}
