body {
  background-color: #e4e4e4;
}

h2 {
  color: #74bb41;
}

.ce_image .caption {
  color: #000;
}

#top_image h1 {
  font-size: 26px;
}
.nav ul {
  width: 618px;
}

.toggler, #footer {
  background-color: #74b743;
}

#footer ul {
  margin: 20px auto;
  max-width: 460px;
  margin-bottom: 0 !important;
}

.firmenname {
  text-align: center;
  margin-bottom: 0 !important;
}

.footercontent {
  padding-top: 40px;
}

.footercontent div {
  margin-bottom: 20px;
}

.firmenname p {
  font-size: 26px !important;
  color: white;
}

.slogan p {
  color: #74b743 !important;
  font-weight: bold;
  font-size: 36px !important;
}

a, a:hover, a.active {
  color: #ef0b6d;
}
.nav ul li a {
  font-weight: bold;
}
.nav ul li a.active, .nav ul li a:hover {
  color: #74b743;
}

.rs-column {
  margin-bottom: 50px;
}

#referenzen h3 {
  text-transform: none;
}

#top_image {
  text-align: center;
  left:48%;
}

@media screen and (max-width: 768px){
  .nav ul li a {
    background-color: #74b743;
  }
  .nav ul li a.active, .nav ul li a:hover {
    background-color: #74b743;
    color: white;
  }
  .nav-mobile {
    color: #74b743;
    background-image: none;
  }
  .nav-mobile img {
    width: 25px;
    height: 15px;
    float: right;
    display: inline-block;
    margin-top: 4px;
  }
  #top_image h1 {
    font-size: 20px;
  }

  #top_image {
    max-width: none;
    top: 10px;
    left: 10px;
    text-align: left;
  }
  .ce_image .caption {
    top: 5px;
  }
  .nav-mobile {
    top: 10px;
  }

  #home h2 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: bold;
  }

  #home {
    min-height: 265px !important;
  }

  .nav-mobile {
    background-size: 25px 15px;
  }

  .nav, #header {
    height: 80px;
  }

  .nav ul {
    top: 80px;
  }
}

header nav a {
  text-transform: uppercase;
}

