.teaser > [class*="uk-background-"][style] {
    height: 60vh !important;
    min-height: 60vh !important;
}
.uk-navbar-toggle svg{
    width: 25px;
    height: 25px;
}
.uk-totop::before{
    content:'Zum Seitenanfang';
    font-family: Lora;
    font-size: 14px;
    color: #7e7e7e;
    margin-right: 0.5rem;
    text-decoration: none;
}
.uk-totop:hover{
      text-decoration: none;
}
.uk-text-lead h3{
  margin-bottom: 0.5em;
}
.uk-text-lead h3+p{
    margin-top: 0.5em;
}
.uk-open a.el-title {
    visibility: hidden;
}
.uk-open a.el-title::before {
  visibility: visible;
}

.uk-subnav a,
.uk-totop{
    text-decoration: none;
}


@media only screen and (min-width: 940px) and (max-width: 1024px) {
  .uk-navbar-nav > li > a{
      padding:  0 30px;
  }

}