* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background: url(./img/bakcground_3000x2000px.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-position: center bottom;
}

.lg-none {
    display: none;
}

.side-link {}

.side-link a {}

.side-link a:nth-child(1) {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    z-index: 9999;
}

.side-link a:nth-child(2) {
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    z-index: 9999;
}

.gruppe-wrepper {}

.gruppe-nav {
    background: #fff;
    width: 100%;
    top: 25px;
    position: absolute;
}

.gruppe-nav ul {}

.gruppe-nav ul li {
    display: inline-block;
}

.gruppe-nav ul li:nth-child(1) {
    width: 50%;
    float: left;
}

.gruppe-nav ul li:nth-child(2) {
    width: 50%;
    text-align: right;
}

.gruppe-nav ul li img {
    width: 80%;
}

.gruppe-nav ul li a {}

.gruppe-image {}

.gruppe-image img {
    width: 100%;
    height: auto;
}

.copyrigh {
    text-align: center;
    margin-top: 0px;
    bottom: 12px;
    position: absolute;
    width: 100%;
}

.copyrigh img {
    width: 25%;
}

.mobile-none {}

.desktop-none {
    display: none;
}

.mobile-1 {}

.mobile-1 a {
    display: inline-block;
    margin: 0 auto;
    padding: 0px 0;
    width: 100%;
}

.mobile-1 a img {
    width: 100%;
}

.mobile-1img {}

.mobile-1img img {
    width: 100%;
    height: auto;
}

.gruppe-nav ul li a img {
    width: 85%;
}

@media (max-width: 1024px) {
    .gruppe-nav ul li {
        width: 45%;
    }
    .gruppe-nav ul li a img {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .desktop-none {
        display: block;
    }
    .mobile-none {
        display: none;
    }
    body {
        background: none;
    }
    .copyrigh {
        position: unset;
        text-align: center;
        width: 100%;
        padding: 12px 0;
    }
    .copyrigh p {
        color: #000000c9;
        font-size: 20px;
        padding: 8px 0 13px;
    }
    .mobile-1 img {
        width: 100%;
    }
    .copyrigh img {
        width: 60%;
    }
}