﻿
.menuikon {
    display: inline-block;
    cursor: pointer;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    padding: 1em;
    transition: margin-left .5s;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.menuikonchange {
    /*background-color: #111;*/
    background-color: #e1e1e1; /* Zöld1 */
}

    .menuikonchange .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
        background-color: black;
    }

    .menuikonchange .bar2 {
        opacity: 0;
    }

    .menuikonchange .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
        background-color: black;
    }




.menusidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #e1e1e1; 
    /*background-image: url('../../Content/images/menu_background.png');*/
    /*background-color: #006249;  Zöld2 */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.menusidenav a:hover {
    color: rgba(255,255,255,1);
}

.menuelem {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}

    .menuelem:hover {
        color: #f1f1f1;
        background-color: rgba(0,0,0,0.5);
    }

.szint1 {
    padding-left: 1em;
    font-size: 20px;
    color: black;
    font-weight: 400;
}

    .szint1 a {
        font-size: 20px;
        color: black;
        font-weight: 400;
    }

.szint2 {
    padding-left: 3em;
    font-size: 18px;
    color: black;
}

    .szint2 a {
        font-size: 18px;
        color: black;
    }

.szint3 {
    padding-left: 5em;
    font-size: 16px;
    color: black;
}

    .szint3 a {
        font-size: 16px;
        color: black;
    }

.szint4 {
    padding-left: 7em;
    font-size: 14px;
    color: black;
}

    .szint4 a {
        font-size: 14px;
        color: black;
    }

.fa-caret-down {
    float: right;
    padding-right: 8px;
    color: #0c7ea3;
}

.kismenu {
}

    .kismenu .szint1 {
        padding-left: 1em;
        font-size: 16px;
    }

    .kismenu .szint2 {
        padding-left: 2em;
        font-size: 14px;
    }

    .kismenu .szint3 {
        padding-left: 3em;
        font-size: 12px;
    }

    .kismenu .szint4 {
        padding-left: 4em;
        font-size: 10px;
    }

.menuvezerlo {
    flex: auto;
}


.szint1 {
    padding-left: 1em;
    font-size: 20px;
    color: black;
}

.menuvezerloikon {
    border: 1px solid silver;
    padding: 0.5em;
    margin: 0.1em;
    cursor: pointer;
    color: black;
    display: inline-flex;
}

    .menuvezerloikon:hover {
        background-color: rgba(0,0,0,0.3);
    }
#main {
    transition: margin-left .5s;
    padding: 20px;
    padding-bottom:30px;   /*A footer magassága*/
}

#menuikon {
}
