/* Ludger Stammermann - Stammermann Media - Stapelfelder Kirchstrasse 1 - 49661 Cloppenburg*/

@media (min-width: 1025px) {
.h1, h1 {
    font-size: 2.5rem;
    color: #e32f2f;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.h1, h1 {
    font-size: 2.5rem;
    color: #e32f2f;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.h1, h1 {
    font-size: 1.5rem;
    color: #e32f2f;
}
}

/* Allgemein */
.h3, h3 {
    font-size: 1,75rem;
    color: #008a4d;
    margin: 0 0 20px 0;
}
.h4, h4 {
    font-size: 1.5rem;
    color: #e32f2f;
    margin: 0 0 20px 0;
}
body {
	font-size: 16px;
}
/* Header */
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  height: 140px;
}
/* Navi */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #008a4d;
  margin: 0;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color: #fff;
  background: #008a4d;
}
#offcanvas-toggler {
  float: right;
  line-height: 60px;
  margin-left: 15px;
  font-size: 20px;
}
/* Unternavi */

/* Content */

/* Tabellen */

/* Module */

/* Footer*/
