/* 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) {

}

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

}

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

}

/* Allgemein */
body {
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
h1, h2, h3, h4 {
  color: #128939;
}
/* Header */
#sp-header {
  box-shadow: none;
  height: 150px;
  border-bottom: 1px solid #009ee3;
}
#sp-header .logo a {
  margin: 10px 0 0 0;
  display: block;
}
/* 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;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 40%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  padding: 5px 10px;
}
/* Content */

/* Tabellen */

/* Module */
.mwall-filters-sortings {
  display: none;
}
/* Footer*/
