

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
  font-family: "Open Sans", sans-serif;
  color: #868686;
}
h1, h2, h3, h4{
  font-weight: normal;
}
.gruen{
  background-color: #8dc73f;
  color: #fff;
}
.center, .center *{
  text-align: center;
}
.gruen p, .gruen h1, .gruen h2, .gruen h3, .gruen li, .gruen a{
  color: #fff;
}
.weiss{
  background-color: ##fff;
}
.weiss h2,
.weiss h3{
  color: #8dc73f;
  text-transform: uppercase;
}
.greenbox {
    background-color: #e3f1cf;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
p, li {
    line-height: 2.1em;
}

#logo{
  margin: 30px auto;
  display: block;
  max-width: 266px;
}
ul.nav li{
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
ul.nav{
  text-align: center;
  padding: 0;
}
.bb{
  border-bottom: 1px solid #000;
}
img{
  max-width: 100%;
  height: auto;
}
p{
  margin: 30px 0;
  line-height: 1.7em;
}
footer{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;

}
p, a{
  color: #8a8c8e;
}

h1 {

    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-top: 50px;
}
.lists p {
    position: relative;
    margin:30px 10px 30px 5px;
    padding-left: 35px;
    padding-bottom: 30px;
    min-height: 70px;
}
.lists p:after{
  content: '';
  border-bottom: 1px solid #8a8c8e;
  width: 100%;
  display: block;
  /* margin: 30px -35px 0 0; */
  position: absolute;
  bottom: 0;
  left: 0;
}
.lists p:last-child:after{
  content: '';
  border-bottom: none;
  width: 100%;
  display: block;
  margin: 30px auto 0 auto;
}
.lists p:before {
    content: url(../img/bird.png);
    position: absolute;
    left: -25px;
    top: -10px;
}

section {
    padding: 50px 0;
}

#profile li {
    border-bottom: 1px solid #8a8c8e;
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-right: 20px;
}
#profile li:before{
  content: '‧';
  display: block;
  float: left;
  position: absolute;
  height: 100%;
  left: 10px;
}
#profile ul{
  padding: 0;
}
#profile ul li:last-child {
    border: none;
}
@media (min-width: 710px){
 p, li{
   font-size: 1.2em;
 }
 .lists p:before {
     content: url(../img/bird.png);
     position: absolute;
     left: -25px;
     top: -5px;
 }

}
