.header .navbar-toggle .toggle-icon:after {
    width: 30px;
    height: 3px;
    top: -10px;
    visibility: visible !important;;
}
.header .navbar-toggle .toggle-icon:before {
    width: 30px;
    height: 3px;
    bottom: 20px;
}
.header .navbar-toggle .toggle-icon {
    width: 30px;
    height: 3px;
}

.header .navbar-toggle {
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    margin: 35px 0;
}

.header .navbar-toggle.aktivno .toggle-icon:after{
visibility: hidden!important;
width: 30px;
height: 3px;
background-color: #df0024;
}

.header .navbar-toggle.aktivno .toggle-icon:before {
    width: 30px;
    height: 3px;
    transform: rotate3d(0, 0, 1, 
-90deg
)!important;
    bottom: 0px;
    background-color: #df0024;
}

.header .navbar-toggle.aktivno .toggle-icon {
    width: 30px;
    height: 3px;
    transform: rotate3d(0, 0, 1, 45deg)!important;
    bottom: 10px;
    background-color: #df0024;
}

