body {
  background: url('/images/background.jpg');
}

#sp-main-body {
  padding: 50px 0;
}

#sp-section-2 {
	margin-bottom: -50px;
}

aside .sp-module {
  padding-left: unset !important;
  padding-right: unset !important;
  margin: unset !important;
}

.article-list .article, #sp-left .sp-module, #sp-right .sp-module {
  border: unset !important;
}

aside#sp-left .sp-module {
  font-size: 0.8rem;
}

.article-body {
  width: -webkit-fill-available;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 2rem;
}

div.leistungen .article, div.maschinenpark .article {
  display: flex;
}

div.leistungen .article-list div.row > div:nth-child(even) div.article, div.maschinenpark .article-list div.row > div:nth-child(even) div.article {
  flex-direction: row-reverse;
}

div.leistungen .article-list div.row > div:nth-child(even) div.article .article-intro-image.float-left, div.maschinenpark .article-list div.row > div:nth-child(even) div.article .article-intro-image.float-left  {
  margin-left: 1rem;
  margin-right: 0 !important;
}



div.leistungen .article-intro-image.float-left, div.maschinenpark .article-intro-image.float-left {
  margin: unset;
  margin-right: 1rem;
  min-width: 200px;
  font-size: 0.8rem;
}

div.field5 {
  display: flex;
  flex-direction: column;
}

div.field5 textarea {
  width: 100%;
  background: white;
  height: 200px;
}

ul.sp-contact-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

li.sp-contact-time {
  text-align: end;
}

@media (max-width: 991px) {
  ul.sp-contact-info {
    align-items: center;
    flex-direction: column;
  }
  
}

@media (max-width: 575px) {
  div.leistungen .article, div.maschinenpark .article {
    margin: unset !important;
    flex-direction: column-reverse !important;
  } 
}

