.admin-user-icon {
    border: 2px solid #7cc8c5;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    padding: 0;
    padding-bottom: 8px;
    Margin-right: 10px;
}

.fiokom:hover .admin-user-icon {
    color: #174280;
    border-color: #174280;
}

.navbar-brand {
    font-size: 3em;
    font-weight: 700;
}

header a {
    font-weight: 700;
    font-size: 1.2em;
}

.header-content {
    position: relative;
}

.fiok {
    position: relative;
}

.fiokom {
    cursor: pointer;
}

.fiokom-lenyilo {
    display: none;
    position: absolute;
    top: 70px;
    background-color: #e1eeed;
    left: 0;
    padding: 5px;
    border: 2px solid black;
    width: 150px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fiokom-lenyilo a,
.fiokom-lenyilo div {
    display: block;
    font-weight: 500;
    padding: 7px;
    margin: 5px 0;
    font-size: .9em;
    cursor: pointer;
}

.fiokom-lenyilo a:hover,
.fiokom-lenyilo div:hover {
    background-color: #e0e0e0;
}

.kuka-ikon-cim {
    color: red;
    position: relative;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 5px;
    opacity: .7;
    transition: .3s;
    margin-left: 15px;
}

.kuka-ikon-cim:hover {
    opacity: 1;
    cursor: pointer;
}

.profilkep-mod-container {
    width: 200px;
    position: relative
}

#uj_profilkep,
.alkategoria-text {
    display: none;
}


/* <<==--   RESPONSIVE   --==>> */


/* Fekvő nézet */

@media (orientation: landscape) {}


/* Álló nézet */

@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }
    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px, Tablet fekvő (1670 - 1919px)*/

@media only screen and (max-width: 1670px) {}


/* 1440 px, Tablet fekvő (1430 - 1669px)*/

@media only screen and (max-width: 1430px) {}


/* 1366 px, Tablet fekvő (1356 - 1429px)*/

@media only screen and (max-width: 1356px) {
    .navbar-brand {
        font-size: 2em;
        font-weight: 700;
    }
}


/* 1280 px, Tablet fekvő (1270 - 1355px)*/

@media only screen and (max-width: 1270px) {}


/* 1024 px, Tablet fekvő (1014 - 1269px)*/

@media only screen and (max-width: 1279px) {}


/* 768 px, Tablet álló (768 - 1013px) */

@media only screen and (max-width: 1013px) {}

@media only screen and (max-width: 991px) {
    .fiokom-lenyilo {
        left: auto;
        right: 0;
        z-index: 1000;
    }
}


/* 576 px, Telefon fekvő (576 - 767px) */

@media only screen and (max-width: 767px) {
    
}


/* 300 px, Telefon álló (300 - 575px) */

@media only screen and (max-width: 575px) {
    .admin-user-icon {
        height: 40px;
        width: 40px;
    }
    .fiokom-lenyilo {
        top: 50px;
    }
    
    header a {
 
    font-size: 1.1em;
}
}