.noshow {
    display: none;
}

.noshow-l {
    display: block;
}

a.el-link.uk-button {
    text-align: center;
}

.mobilheader h1 {
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    color: #006a27;
    padding-left: 20px;
}

.mobilheader h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    color: #3aaa35;
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .noshow-l {
        display: none !important;
    }
}

/* Slideshow */

.topslider p {
    font-size: 16px;
}
.topslider h3.uk-h3 {
    font-size: 20px;
}
.topslider .uk-overlay {
background: rgba(58,170,53,0.6);
color: white;
display: none;
}

@media (min-width: 1600px) {
.uk-overlay {
display: block;
}
.uk-content p {
color: white;
font-size: 21px;
}

.topslider h3.uk-h3 {
    font-size: 60px;
}
}
