/* GHG styles */
/* bootstrap width customisation */
@media (min-width: 1200px) {
    .container{
        max-width: 850px;
        padding-left: 0;
    }
}

body {
    background: #BEC544;
    color: #3E382E;
    font-size: 16px;
    line-height: 1.7em;
    font-family: 'Carrois Gothic', sans-serif;
}

#pageframe {
    background: #fff;
    max-width: 872px;
    padding: 11px 0;
    margin: 11px auto;
}

#page {
    max-width: 850px;
    margin: 0 11px;
    background: #EEF0E6;
    position: relative;
}

#logo {
  margin: 20px 0 0 40px;
  width:222px;
  float: left;
}

nav {
  padding: 0;
  margin-top: 120px;
  text-align: right;
  margin-right: 30px;
  font-size: 13px;
}

nav ul {
  padding: 0;
  margin: 0;
}
/* font-family: 'Roboto Slab', serif; */

nav li {
  list-style: none;
  margin: 0;
  display: inline;
  margin-left: 5px;
}

nav a {
  padding: 2px 6px;
  /*text-decoration: none;*/
  background-color: #BEC544;
  color: #fff;
}

nav a:hover, nav a.active {
  background-color: #506530;
  color: #fff;
  border-color: #FE3;
}

section#main {
    margin: 20px 50px;
}

#banner {
  position: relative;
  top: 20px;
}

#banner img {
  width: 850px;
  height: 280px;
}
/*
#banner div {
  opacity: 0.6;

      background-color: #506530;
      margin-bottom: 0;

            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 1;
}
*/
/*
article {
  position: relative;
  z-index: 1;
}

h1:before {
  background-color: #506530;
  margin-bottom: 0;

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
*/
h1 {
    font-size: 28px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 40px;
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
}

#main {
  margin-top: 10px;
}

h2 {
  color: #73832d;
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
}

.left-col {
  padding-left: 40px;
  margin-top: 20px;
  padding-right: 60px;
}

.right-col {
  padding-left: 0px;
  margin-top: 50px;
  padding-right: 30px;
  font-size: 18px;
  color: #73832d;
  font-family: 'Roboto Slab', serif;
}

p {
  margin-bottom: 20px;
}

.baumpflege h2 {
  background-color: #ddd;
}

.baumpflege .left-col img {
  width: 456px;
  margin-bottom: 10px;
}

.ui-accordion-header {
  outline: none;
}

.ui-accordion-header:before {
  content: "▷ "
}

.ui-accordion-header-active:before {
  content: "▽ "
}

footer {
    color: white;
    background: #A0AF6D;
    clear:both;
    padding: 0 40px;
    margin-top: 40px;
    font-size: 14px;
}

footer a {
    color: white;
}

#footer-right {
  float: right;
}

.green {
  color: #73832d;
}
