#sp-header {
  background: #ffffff;
  height: 110px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header .logo {
  display: inline-block;
  height: 110px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}

body {
  background-color: #036ab7;
}

#sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 0;
    margin-bottom: 30px;
}

/* Menü unten links im Footer auf einer Linie ausrichten */

.footermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footermenu ul >li {
  display: inline-block;
  border-bottom: 0px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footermenu ul >li >a {
  font-size: 16px;
  color: #ffffff;
  padding-right: 20px;
  margin-top: -6px;
  margin-bottom: -6px;
}