@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic);

body,html {
  height: 100%;
  color: rgba(105, 56, 42, 0.8);
  font-family: "Open Sans";
  font-weight: 100;
  line-height: normal;
  font-size: 1em;
}

h1,h2,h3,h4 {
  font-weight: 100;
}

.first {
    margin-left: 0px !important;
}

header {
  height: 60%;
  background-color: silver;
  position: relative;
  /*
  background-image: url(../../../images/aschara-startbild.jpg);
  background-size: cover;
  */
}

#navi {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.header_oben {
  height: 30px;
}

#navi {
  height: 50px;
}

.header_oben, #navi {
  background-color: rgba(255,255,255,0.7);
  text-align: center;
}

#logo {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-top: 60px;
}

#logo img {
  border: solid #69382A 1px;
}

.page-header {
  text-align: center;
  padding: 30px 0;
}

hr {
  margin: 60px 0 !important;
  clear: both;
}

.rosette {
  opacity: 0.5;
}

footer {
  background: rgba(105, 56, 42, 0.1) !important;
  margin-top: 60px;
  padding: 60px 0 60px 0;
  font-size: 1.2em;
}

footer img {
  height: 200px;
  opacity: 0.1;
}
