header.microsite .area-header-meta,
.logo-cordence,
footer #footer-social,
.mobilemenu__list--secondary,
.microsite--logo span,
header.microsite .microsite--logo::before {
  display: none;
}

header nav#main-nav ul.level-1>li>a:not(.component-button) {
  display: inline-block;
  padding: .5em 6px;
  margin: 0;
  color: #353434;
  border-bottom: 2px solid transparent
}

.component-teaser-textimage .img:hover {
  cursor: default;
}

header+main>:first-child,
.component-hero.component-hero--layout2 {
  margin-top: 34px !important
}

@media only screen and (max-width:620px) {

  header+main>:first-child,
  .component-hero.component-hero--layout2 {
    margin-top: 0 !important
  }
}

@media only screen and (max-width:1023px) {

  header+main>.component-hero:first-child,
  h.component-hero.component-hero--layout2 {
    margin-top: 0 !important
  }
}