/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
#sp-section-3 {
  background: #ccc;
}
#sp-header {
  background: #d4e7f8 !important;
}
.entry-header, .page-header, #sp-logo{
  display: none;
}
#sp-titelbild {
  min-height: 600px;
}
#sp-main-body {
  padding: 100px 0 0 0 !important;
}
.view-article #sp-main-body .item.item-page {
    margin-bottom: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: none !important;
    padding: 10px; 
}
.view-article #sp-main-body {
  background: none !important;
}
#sp-top-bar {
  padding: 0 !important;
  background: none !important
}
#sp-position1 {
  margin: 50px 0 80px 0;
}
.sp-module ul > li {
  display: inline-block !important;
  margin: 0 20px 0 20px;
  border: none !important;
}
.sp-module ul > li > a::before {
  display: none;
}
.layout-blog #sp-main-body .blog p {
  padding: 10px 20px !important;
}
.sp-megamenu-parent > li > a {
  font-size: 18px !important;
}