body {
    font-family: aktiv-grotesk,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    background: url(../images/bg-big.jpg) center/cover no-repeat;
}
@media only screen and (max-width: 1920px) {
    body {
        background-image: url(../images/bg.jpg);
    }
}
iframe {
    display: block;
}
a:focus, a:hover {
    color: #6dc800;
}
.btn-primary:focus, .btn-primary:hover, .btn-wago {
    background-color: #6dc800;
    border-color: #6dc800;
}

footer svg {
    width: 40px;
}
footer svg:focus, footer svg:hover {
    fill: #6dc800;
}

a, .btn-primary, footer svg {
    transition: color .2s, fill .2s, background-color .2s, border-color .2s;
}

@media (min-width: 576px) {
    .nav.flex-column > .nav-item:last-child > .nav-link {
        border: none;
    }
    .nav.flex-column > .nav-item > .nav-link {
        border: none;
    }
    .nav.flex-column > .nav-item > .nav-link.active {
        border: none;
    }
}
