body {
  background: #182828;
}

#sp-header {
  background: transparent;
}
#sp-header .logo {
  height: 110px;
}
#sp-main-body {
  padding-top: 0 !important;
}
#sp-main-body .container {
  background: #e9eff3;
  border-top-right-radius: 30px;
  padding: 40px 50px;
}
.sp-page-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(/images/bg-stripes.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.sp-page-title {
  background: transparent;
  padding-bottom: 0;
}
.sp-page-title .container {
  padding: 0;
}
h2.sp-page-title-heading {
  font-size: 2.2rem !important;
  width: 70%;
  padding: 20px 50px !important;
  margin-top: 80px !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #e9eff3;
  color: #182828 !important;
}
h2.sp-page-title-heading::after {
  content: "";
  background-image: url("/images/corner-left-light.svg");
  background-repeat: no-repeat;
   width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-right: -70px;
  margin-top: 35px;
}
.article-details .article-header h1 {font-size: 3rem}
#hero {
  margin-top: -110px !important;
}
.burger-icon > span {
  height: 3px;
}
.burger-icon > span:nth-of-type(2n) {
  background-color: #62929e;
}
.burger-icon > span:nth-of-type(2n + 1) {
  background-color: #fff;
}
.burger-icon > span:nth-of-type(1) {
  background-color: #a5c039;
}

.sp-megamenu-parent > li.active > a {
  color: #a5c039;
}
.sp-megamenu-parent > li > a {
  color: #fff;
}

.round-box-left {
  background: #e9eff3;
  color: #182828;
  padding: 50px 50px 50px 30%;
  border-top-right-radius: 30px;
}
.round-box-right {
  background: #e9eff3;
  color: #182828;
  padding: 0px 30% 50px 50px;
  border-top-left-radius: 30px;
}
.round-box {
  background: #182828;
  color: #fff;
  padding: 50px 30% 50px 50px;
  border-top-left-radius: 30px;
}
.white-space {
  background: #e9eff3;
  padding: 75px 0 0 0;
}
.sppb-addon-single-image .sppb-addon-title {
  z-index: 999;
  position: relative;
  top: 60px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 15px;
}
.sub-hero h1,
.sub-hero2 h2 {
  font-size: 60px;
}
@media screen and (min-width: 1320px) {
  .floating-box {
    padding-left: 160px;
    margin-top: -50px;
  }
  .article-number {
    background-image: linear-gradient(
      90deg,
      RGBA(1, 109, 123, 1) 20%,
      RGBA(210, 243, 62, 1) 20%,
      RGBA(210, 243, 62, 1) 80%,
      RGBA(1, 109, 123, 1) 80%
    );
    border-radius: 50%;
    color: #182828;
    font-family: "Bungee Inline", sans-serif;
    font-size: 50px;
    padding: 30px 20px 15px;
    line-height: 1.7rem;
    width: 90px;
    text-align: center;
    position: relative;
    bottom: 7rem;
  }
}
@media screen and (max-width: 1319px) {
  .article-number {
    background-color: #a5c039;
    color: #182828;
    font-family: "Bungee Inline", sans-serif;
    font-size: 40px;
    padding: 30px 20px 15px;
    line-height: 1.7rem;
    width: 60px;
    text-align: center;
    position: relative;
    bottom: 7rem;
    right: 9rem;
  }
}

.ilustrace {
  margin-left: 5rem;
}
.intro {
  color: #d8fa4a;
  font-size: 1.7rem;
  font-weight: 700;
}

.sppb-btn {
  border-radius: 10px;
  padding: 10px 20px;
}
.sppb-btn-custom, .sppb-btn-info {
  background-color: #d4f74a;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
}
.cta-block {
  color: #fff;
}
.about {margin: 0 -15px; border-radius: 30px; border-top-left-radius: 0px;; padding: 20px}
.kontakt {margin: 0 -30px;}
.text-form {background-color: #d4f74a; color: #081818; padding: 5rem; border-left: solid 35px #00606b}
#sp-footer, #sp-bottom {background: #081414}
@media screen and (max-width: 760px){ .column-bg{padding-top: 10% !important; padding-bottom: 20% !important}
}
