@media only screen and (min-width: 768px) {
  .header.original .mainmenu::before {
    content: '';
    height: 1px;
    position: absolute;
    left: var(--headerPaddings);
    bottom: 55px;
    right: var(--headerPaddings);
    background: #555555;
    opacity: 0.0;
  }
}

.ce_iconbox .ce_iconbox_outside.padding .content {
  opacity: 1.0;
}

.ce_iconbox.version2 i {
  font-size: 2.5rem;
  border-radius: 100%;
  text-align: center;
  width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 50px;
  color: rgb(255,255,255);
  background: var(--accentColor);
}

.ce_iconbox_v3.style3 i {
  font-size: 4rem;
}

#footer li::after {
  border-bottom: 0px solid rgb(255,255,255);
  opacity: 0.2;
}

.top-link {
  background-color: #2f3d64;
}

.ce_gallery .gallery-margin .image_container {
  margin: 0 30px 10px;
}

.header .mainmenu ul.level_1 li span.ribbon {
  top: 5%;
}

.newsteaser .info {
  display: none;
}

.mod_article:not(.fullwidth) > .container {
  padding-top: 50px;
}

.newsreader .info {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  background: #F8F9FB;
  padding: 20px;
}

.newsreader .date {
  margin-left: 20px;
}

.newsreader .author {
  display: none;
}