/* Sidemenue CT */
 .ersteEbeneUL {
    margin-top: 30%;
    text-decoration: none;
    list-style-type: none;
    padding-left: 0px;
    font-family: "Lato", sans-serif;
    font-size: 30px;
}
.ersteEbeneUL li {
    padding: 20px 20px 20px 20px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 5px solid #111111;
    position: relative;
    cursor: pointer;
    font-size: 60%;
    text-align: center;
}
.ersteEbeneUL li:hover {
    border-bottom: 5px solid #6b7918;
    transition: transform 2s;
}
.ersteEbeneUL li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #222222;
    transition: all 0.5s;
    z-index: -1;
}
.ersteEbeneUL li:hover:before {
    width: 100%;
}
/* Ende Sidemenue CT */
 @media screen and (min-width: 760px) {
    .hauptmenue {
        width: 40%;
        height: 100%;
        overflow: auto;
        padding-bottom: 180px;
    }
    /* Sidemenue CT */
    .ersteEbeneUL {
        margin-top: 30%;
        text-decoration: none;
        list-style-type: none;
        padding-left: 0px;
        font-family: "Lato", sans-serif;
        font-size: 30px;
    }
    .ersteEbeneUL li {
        padding: 20px 20px 20px 20px;
        color: #fff;
        margin-bottom: 10px;
        border-bottom: 5px solid #111111;
        position: relative;
        cursor: pointer;
        font-size: 60%;
        text-align: center;
    }
    .ersteEbeneUL li:hover {
        border-bottom: 5px solid #6b7918;
        transition: transform 2s;
    }
    .ersteEbeneUL li:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: #222222;
        transition: all 0.5s;
        z-index: -1;
    }
    .ersteEbeneUL li:hover:before {
        width: 100%;
    }
    /* Ende Sidemenue CT */
}
@charset  "UTF-8";

/* Sass Document */
 @media screen and (min-width: 150px) {
    .hauptmenue {
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #111111;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        display: none;
        overflow: auto;
        padding-bottom: 180px;
    }
    /* Hamburger Menü */
    label.hamburg {
        display: block;
        background: transparent;
        width: 60px;
        height: 50px;
        position: fixed;
        left: 20px;
        top: 15px;
        border-radius: 4px;
        z-index: 9999;
    }
    input#hamburg {
        display: none;
    }
    .line {
        position: absolute;
        left: 10px;
        height: 4px;
        width: 40px;
        background: #fff;
        border-radius: 2px;
        display: block;
        transition: 0.5s;
        transform-origin: center;
    }
    .line:nth-child(1) {
        top: 12px;
    }
    .line:nth-child(2) {
        top: 24px;
    }
    .line:nth-child(3) {
        top: 36px;
    }
    #hamburg:checked + .hamburg .line:nth-child(1) {
        transform: translateY(12px) rotate(-45deg);
    }
    #hamburg:checked + .hamburg .line:nth-child(2) {
        opacity: 0;
    }
    #hamburg:checked + .hamburg .line:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }
    /* Ende Hamburger Menü */
}
@media screen and (min-width: 1024px) {
    .hauptmenue {
        width: 25%;
        height: 100%;
        overflow: auto;
        padding-bottom: 50px;
    }
    /* Sidemenue CT */
    .ersteEbeneUL {
        margin-top: 30%;
        text-decoration: none;
        list-style-type: none;
        padding-left: 0px;
        font-family: "Lato", sans-serif;
        font-size: 30px;
    }
    .ersteEbeneUL li {
        padding: 20px 20px 20px 20px;
        color: #fff;
        margin-bottom: 10px;
        border-bottom: 5px solid #111111;
        position: relative;
        cursor: pointer;
        font-size: 60%;
        text-align: center;
    }
    .ersteEbeneUL li:hover {
        border-bottom: 5px solid #6b7918;
        transition: transform 2s;
    }
    .ersteEbeneUL li:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: #222222;
        transition: all 0.5s;
        z-index: -1;
    }
    .ersteEbeneUL li:hover:before {
        width: 100%;
    }
    /* Ende Sidemenue CT */
}
@media screen and (min-width: 1480px) {
    .hauptmenue {
        width: 20%;
        height: 100%;
        overflow: auto;
        padding-bottom: 50px;
    }
    /* Sidemenue CT */
    .ersteEbeneUL {
        margin-top: 30%;
        text-decoration: none;
        list-style-type: none;
        padding-left: 0px;
        font-family: "Lato", sans-serif;
        font-size: 30px;
    }
    .ersteEbeneUL li {
        padding: 20px 20px 20px 20px;
        color: #fff;
        margin-bottom: 10px;
        border-bottom: 5px solid #111111;
        position: relative;
        cursor: pointer;
        font-size: 90%;
        text-align: center;
    }
    .ersteEbeneUL li:hover {
        border-bottom: 5px solid #6b7918;
        transition: transform 2s;
    }
    .ersteEbeneUL li:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: #222222;
        transition: all 0.5s;
        z-index: -1;
    }
    .ersteEbeneUL li:hover:before {
        width: 100%;
    }
    /* Ende Sidemenue CT */
}
@media screen and (min-width: 2560px) {
    .hauptmenue {
        width: 15%;
        height: 100%;
    }
    /* Sidemenue CT */
    .ersteEbeneUL {
        margin-top: 30%;
        text-decoration: none;
        list-style-type: none;
        padding-left: 0px;
        font-family: "Lato", sans-serif;
        font-size: 30px;
    }
    .ersteEbeneUL li {
        padding: 20px 20px 20px 20px;
        color: #fff;
        margin-bottom: 10px;
        border-bottom: 5px solid #111111;
        position: relative;
        cursor: pointer;
        font-size: 90%;
        text-align: center;
    }
    .ersteEbeneUL li:hover {
        border-bottom: 5px solid #6b7918;
        transition: transform 2s;
    }
    .ersteEbeneUL li:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: #222222;
        transition: all 0.5s;
        z-index: -1;
    }
    .ersteEbeneUL li:hover:before {
        width: 100%;
    }
    /* Ende Sidemenue CT */
}