.uk-button {
    padding: 10px 30px;
}
.uk-button.uk-button-text {
    padding: 0 35px 0 0;
}
.h-border::before {
    content: "";
    display: block;
    position: relative;
    border-top: 22px solid #F1FAEE;
    top: 0;
    right: 0;
    width: 150px;
    margin-bottom: 30px;
}
blockquote {
    color: #C4582E;
    font-size: 1.8rem;
    line-height: 1.2;
}
hr {
    border-top: 1px solid #C4582E;
}
.to-top .uk-flex-inline {
    flex-direction: column-reverse;
}
.uk-navbar-nav>li>a.kontakt {
    padding: 0 20px;
    font-weight: 600;
    background-color: #f1faee;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.uk-offcanvas-bar .uk-nav-default>li>a.kontakt {
    padding: 8px 20px;
    font-weight: 600;
    background-color: #f1faee;
    color: #333A45;
    max-width: 108px;
    margin-top: 10px;
}
.liste .el-image.uk-icon {
    background: #c4582e;
    border-radius: 50px;
    padding: 2px;
    color: #fff;
}
.uk-icon.uk-totop svg {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 3px;
}
.uk-tile-default.uk-tile {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(48, 48, 48, 0.1);
}

@media screen and (max-width: 640px) {
    blockquote {
        font-size: 1.4rem;
    }
    h1, h2 {
        hyphens: auto;
    }
}