﻿#menyAvPaa {
    display: none;
}

    #menyAvPaa:checked ~ #meny {
        transform: translateX(0rem);
    }

#burger {
    position: absolute;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    right: 2rem;
    top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger > div {
    height: 2px;
    background-color: white;
    transition: 0.5s;
    z-index: 999;
}

#menyAvPaa:checked ~ #burger > div {
    background-color: white;
}
.s-header #burder > div {
    background-color: black;
}

.s-header  #menyAvPaa:checked ~ #burger > div {
    background-color: black;
} 
    #menyAvPaa:checked ~ #burger > div:nth-child(1) {
        transform: translateY(15px) rotate(45deg);
    }

    #menyAvPaa:checked ~ #burger > div:nth-child(2) {
        opacity: 0;
    }

    #menyAvPaa:checked ~ #burger > div:nth-child(3) {
        transform: translateY(-15px) rotate(-45deg);
    }


.tmenu {
  
}

.tmenu-item {
    /*position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;*/
}
.tmenu-item a{
}
#header .tmenu .nav-link {
    color: #c1c0c5;
}


@media (min-width: 480px), (min-width:300px) {
    #header .tmenu .nav-link {
        padding: 5px 0.5rem;
        border-bottom: inherit;
        text-transform: uppercase;
        font-family: Proxima-cont;
        font-size: 21px;
        text-align: center;
    }
        #header .tmenu .nav-link:hover {
            border-bottom: inherit;
        }
        
}

@media (min-width: 768px) {
    .tmenu {
        /*width: auto;*/
    }
}

@media (min-width: 1024px) {
    #header .tmenu .nav-link {
        padding: 5px 0.5rem 30px;
        border-bottom: 5px solid #101624;
        text-transform: uppercase;
        font-family: Proxima-cont;
        font-size: 21px;
    }

        #header .tmenu .nav-link:hover {
            border-bottom: 5px solid #005cfe;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
}



@media (min-width: 1200px) {
 
    #header .tmenu .nav-link {
        padding: 5px 0.5rem 30px;
        border-bottom: 5px solid #101624;
        text-transform: uppercase;
        font-family: Proxima-cont;
        font-size: 21px;
    }

        #header .tmenu .nav-link:hover {
            border-bottom: 5px solid #005cfe;
        }
}
