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

/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fira-sans-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media (min-width: 1025px) {
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 100px;
  left: 0;
  position: relative;
  padding-top: 35px;
  width: 100%;
  z-index: 99;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 100px;
  left: 0;
  position: relative;
  padding-top: 35px;
  width: 100%;
  z-index: 99;
}
}

@media (min-width: 320px) and (max-width: 767px) {
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 40px;
  left: 0;
  position: relative;
  padding-top: 0px;
  width: 100%;
  z-index: 99;
}
#offcanvas-toggler {
  float: right;
  line-height: 48px;
  margin-left: 15px;
  font-size: 20px;
}
}

/* Allgemein */
body {
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
h1, h2, h3, h4 {
	color: #128939;
}
h3 {
	border-bottom: 1px solid #ccc;
}
/* Header */

/* Navi */
.sp-megamenu-parent {
  float: inherit;
  text-align: center;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  color: #009ee3;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color: #ffffff;
  background: #009ee3;
  padding: 10px 15px;
  font-weight: 400;
}
/* Unternavi */
.sp-megamenu-parent .sp-dropdown {
  text-align: left;
}
/* Content */

/* Tabellen */

/* Module */

/* Footer*/
