html {
    scroll-behavior: auto !important;
}

body {


}

* {
    transition: .2s all;
}

header {
    background: url(../img/background.jpg) no-repeat top center;
    background-size: 100%;
    font-size: 16px;
    padding: 3em;
    width: 100%;
}

header.default {
    min-height: 900px;
}


header nav {
    font-weight: 500;
}

header nav a {
    color: #222 !important;
}

header nav a:hover {
    color: #9bd534 !important;
}

header nav img {
    width: 100%;
    max-width: 200px !important;
}

header .logo img {
    max-height: 64px;
    position: relative;
    top: -5px;
}

header .swiper {
    padding-top: 5em;
    padding-bottom: 5em;
}

header .swiper-button-next:after, .swiper-button-prev:after {
    color: #222;
}

header .swiper-pagination-bullet-active {
    background: #222; 
}

.btn {
    border: 0;
}

.btn-success {
    background: #9bd534;
    color: #222 !important;
}

.btn-success:hover {
    background: #b3ed50;
    color: #222 !important;
}

.menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.separator-left {
    border-left: solid #eee 1px;
}

.separator-right {
    border-right: solid #eee 1px;
}

.bg-success {
    background: #9bd534 !important;
    color: #2f4706 !important;
}

#kontakt svg {
    color: #222 !important;
}

#kontakt a {
    color: #222 !important;
    text-decoration: none; 
}

footer {
    width: 100%;
    padding: 3em;
    background: #222;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff !important;
}

.cookiemonster-button svg {
    position: relative;
    top: 3px;
}

.backtotop {
    background: rgb(255, 255, 255);
    color: #333;
    opacity: .5;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 1em;
    z-index: 100;
}

.backtotop:hover {
    opacity: 1;
}

.leform-form .leform-form-inner svg,
.leform-form .leform-form-inner h4 {
    fill: #7E8BB6 !important;
    color: #7E8BB6 !important;
}