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

@media (min-width: 1025px) {

}

@media (min-width: 768px) and (max-width: 1024px) {

}

@media (min-width: 320px) and (max-width: 767px) {

}

/* Allgemein */
body {
	color: #888;
	hyphens: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 24px;
  color: #c2ceb2;
  font-size: 14px;
}
/* Header */

/* Navi */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: none;
}
.sp-megamenu-parent {
  float: left;
}
#sp-header .logo {
  float: right;
}
#sp-header {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #c2ceb2;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  color: #888;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  border-bottom: 2px solid #c2ceb2;
}
/* Unternavi */

/* Content */

/* Tabellen */

/* Module */

/* Footer*/
#sp-footer {
  text-align: left;
}