:root {
  --tp-body-font-family: 'Lato', sans-serif, 'Roboto', sans-serif;
  --tp-body-font-size: 1rem;
  --tp-body-font-weight: 400;
  --tp-body-line-height: 1.5;
}
body {
  font-family: var(--tp-body-font-family);
}
h1 {
  font-family: var(--tp-body-font-family);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
}
h2 {
  font-family: var(--tp-body-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
h3 {
  font-family: var(--tp-body-font-family);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
h4 {
  font-family: var(--tp-body-font-family);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
h5 {
  font-family: var(--tp-body-font-family);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
h6 {
  font-family: var(--tp-body-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}
.logo-image-phone {
  height: 50px !important;
}
html {
  scroll-behavior: smooth;
}

.sppb-carousel-inner {
    border-radius: 15px;
}

.offcanvas-inner .item-178 {
display: none !important;
}
.justify-content-end {
  justify-content: center !important;
}

/* menü mittig */
.sp-megamenu-parent {
    margin: 0 auto;
    float: unset;
    text-align: center;
}
/* logo in menü angepasst */
.menu-logo img {
    display: inline-block;
    width: 180px;
    height: auto;
}
/* hover effect menupunkt */
.sp-megamenu-parent > li.active > a {
    font-weight: 300;
}
/* roter balken unter menü */
#sp-header {
border-bottom: 4px solid #E30613;
}

.heading-leistungen .sppb-addon-title-icon {
    display: inherit;
    font-size: 20px;
}

.bg-grey {
 z-index: 2 !important;
}

.bg-white {
 z-index: 2 !important;
background-color: rgba(255, 255, 255, 0) !important;
}

#sp-bottom {
border-top: 4px solid #E30613;
}

#sp-footer .container-inner {
    border-top: 0px solid rgba(255, 255, 255, .1);
}

.leistungen-bg {
    background-image: url(/images/2021/03/12/bg-leistungen.svg), linear-gradient(180deg, #F3F3F3 50%, #fff 50%) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: 60% 50%;
}

.sp-megamenu-parent > li.active > a::before {
  content: " ";
  background-image: url(/images/2021/03/12/kreis.svg);
   background-repeat: no-repeat;
    background-size: 75%;
    background-attachment: scroll;
    background-position: 0% 52%;
    width: 50px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
}

.sp-megamenu-parent > li:hover > a::before {
  content: " ";
  background-image: url(/images/2021/03/12/kreis.svg);
   background-repeat: no-repeat;
    background-size: 75%;
    background-attachment: scroll;
    background-position: 0% 52%;
    width: 50px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
}

.sp-megamenu-parent > li.menu-logo:hover > a::before {
  content: " ";
  background-image: url(/images/2021/03/12/kreis.svg);
   background-repeat: no-repeat;
    background-size: 75%;
    background-attachment: scroll;
    background-position: 0% 52%;
    width: 50px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    display: none;
}

.kreis h6::before {
  content: " ";
  background-image: url(/images/2021/03/12/kreis.svg);
   background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: 0% 50%;
    width: 50px;
    display: block;
    height: 45px;
    position: absolute;
    left: -20px;
    top: -10px;
}

.sp-megamenu-parent > li:nth-child(3).active > a::before {
  content: " ";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 75%;
  background-attachment: scroll;
  background-position: 0% 52%;
  width: 50px;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
}


/* smal desktop */
@media only screen and (max-width: 1200px) {

}

/* tablet */
@media only screen and (max-width: 991px) {
  h1 {
  font-size: 45px;
}
  h2 {
  font-size: 35px;
}
  h4 {
  font-size: 25px;
}

.sp-page-builder .page-content #section-id-1615539078752, .sp-page-builder .page-content #section-id-1615547457784 {
background-size: 50%;
}

#sp-footer #sp-footer2 {
    text-align: left;
}
#sp-header {
  height: 60px !important;
}
}

/* big handy */
@media only screen and (max-width: 768px) {

  h2 {
  font-size: 25px;
}
}

/* smal handy */
@media only screen and (max-width: 576px) {
h2 {
  font-size: 20px;
}
}