.sticky {
    position: fixed;
    bottom: 0;
    width: 100%
}
.submit:hover {
     background-color: #3bb78f;
     background-image: linear-gradient(145deg, #3bb78f 0, #0bab64 74%)
 }
.formfield:focus ~ label, .formfield:not(:placeholder-shown) ~ label, .formfield:valid ~ label {
    top: -28px;
    transition: all .3s;
    color: #00ab4d
}

.formfield:focus {
    transition: border-color .2s;
    border: 2px solid #00ab4d
}
.menu-item:hover {
    background-color: #00ab4d;
    color: #fff
}

.button a:hover {
    background-color: #3bb78f;
    background-image: linear-gradient(145deg, #3bb78f 0, #0bab64 74%)
}
#bottom-footer a:hover {
    color: #00ab4d
}
.imp-article img {
    width: 200px;
    height: 200px;
    object-fit: cover
}

.imp-article a {
    text-decoration: none;
    color: #00ab4d;
    display: inline-block;
    padding: 20px
}

.imp-article a:hover {
    color: #fff;
    background-color: #00ab4d
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.hamburger:hover {
    opacity: .7
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px
}
@media (min-width: 700px) {
    .landing {
        background-image: url(../images/landing/landing-img_w_700.jpg)
    }
}

@media (min-width: 930px) {
    .landing {
        background-image: url(../images/landing/landing-img_w_930.jpg)
    }
}

@media (min-width: 1209px) {
    .landing {
        background-image: url(../images/landing/landing-img_w_1209.jpg)
    }
}

@media (min-width: 1552px) {
    .landing {
        background-image: url(../images/landing/landing-img_w_1552.jpg)
    }
}

@media (min-width: 1755px) {
    .landing {
        background-image: url(../images/landing/landing-img_w_1755.jpg)
    }
}

@media (min-width: 1980px) {
    .landing {
        background-image: url(../images/landing/landing-img_w_1980.jpg)
    }
}