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

@media (min-width: 1025px) {

}

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

}

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

}

/* Allgemein */
body {
  color: #060c3e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 200;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #060c3e;
}

/* Header */
#sp-header {
  height: 110px;
  box-shadow: 0 3px 3px #ffed00;
}
#sp-header .logo a {
  padding: 3px 0 0 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 110px;
  font-size: 14px;
  color: #060c3e;
  font-weight: bold;
}
/* Navi */

/* Unternavi */

/* Content */
.overlay-image-title .sppb-addon-title {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.5);
}
/* Tabellen */

/* Module */

/* Footer*/
.unten {
  border-top: 10px solid #ffed00;
}