.str-uvod #sp-main-body {padding: 0;}
#sp-main-body {padding: 60px 0;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

a {
  color: #8bc34a;
  text-decoration: none;
}

.slider-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}

.mod-uvod-biotech::before {
  background: #EBF9DB;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
.mod-uvod-biotech {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-uvod-biotech h2 {
  color: #388e3c;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.mod-uvod-biotech h3 {
  color: #757575;
  font-size: 24px;
}

.mod-uvod-clen::before {
  background: #388e3c;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
.mod-uvod-clen {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mod-uvod-mise::before {
  background: #388e3c;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
.mod-uvod-mise {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  bottom: -1px;
}

.mod-uvod-mise h2 {
  text-align: center;
  color: #8bc34a;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mise-flex-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  row-gap: 12px;
  column-gap: 12px;
}
.mise-flex-item {flex: 0 1 25%; align-self: auto;}

.mod-uvod-mise a.btn {
  font-size: 15px;
  margin: 20px 0 20px 0;
  width: 280px;
  line-height: 23px;
  text-align: center;
  padding: 6px 12px 16px 12px;
}
.mod-uvod-mise a.btn strong {
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 50px;
  border-bottom: 1px solid white;
}
.mod-uvod-mise a.btn:hover strong {
  border-bottom: 1px solid #8bc34a;
}
.btn-green {
  color: #ffffff;
  border-color: #8bc34a;
  background-color: #8bc34a;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.btn-green:hover {
  color: #8bc34a;
  border-color: #8bc34a;
  background-color: #ffffff;
}

#sp-bottom {
  font-size: inherit;
  background: #262626;
}
#sp-bottom .sp-module .sp-module-title {
  position: relative;
  margin: 0;
  border-left: 3px solid #000;
    border-left-color: rgb(0, 0, 0);
  padding-left: 15px;
  border-color: #8bc34a;
}
#sp-bottom .sp-module .sp-module-content {
  padding-top: 10px;
  padding: 15px 0;
}
#sp-footer a, #sp-bottom a {
  color: #8bc34a;
}
#sp-footer .container-inner {
  border-top: unset;
}


/* Featured - home */
.article-list .article .featured-article-badge, .article-details .featured-article-badge { display: none; visibility: hidden;}