.TOPBAR {
    position: relative;
}
.MOBILE-MENU {
    display: none;
    font-family: 'Courier New', Courier, monospace!important;
}
.topbar-container {
    padding: 4vh 0 1vh 0;
}
.menu-items {
    list-style: none;
    margin:auto;
    display:flex;
    margin-left: 0;
}
.menu {
    cursor: pointer;
}
.menu-item {
    margin-right: 42px;
}
.menu-item img {
    width: 2.6vw;
    height: 2.6vw;
}
.logo {
    margin:auto;
    width: 6.3vw;
    height: 10vh;
    transition: 0.2s ease-in-out;
}
.logo-hover {
    transform: translateY(13vh);
}
.logo_text {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.2s ease-in-out;
    opacity: 0;
}
.logo_text_vis {
    opacity: 1;
}
.search-bar {
    margin:auto;
    width: 16.4vw;
    height: 6vh;
    border: 1px solid black;
    border-radius: 5px;
    padding-left: 15px;
}

.loupe {
    width: 1.6vw;
    height: 1.6vw;
    margin: auto auto auto -7vw;

}
.menu-link {
    color:black;
    text-decoration: none;
    
}
.menu-link:hover {
    color:black;
    cursor: pointer;
    text-decoration: underline;
}
.menu-tab {
    z-index: 100;
    position: absolute;
    margin-right: 20vw;
    width: 30vw;
    height:80vh;
    left: -30vw;
    background-color: white;
    border: 1px solid black;
    transition: 0.2s ease-in-out;
}
.menu-tab-list {
    padding: 60px 60px 50px 80px;
    list-style: none;
}
.menu-list-main::after {
    content: "";
        display: block;
        width: 130px;
        height: 1px;
        background: black;
        right: 0;
        top: 50%;
        
}
.menu-list-sec {
    list-style: none;
    line-height: 3vh;
}
.is_visible {
    left:0vw;
}
.accordion-item {
    padding: 10px;
}
.lang-menu {
    width: 100px;
    text-align: right;
    font-weight: bold;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
    position: relative;
}
.lang-menu .selected-lang {
    display: flex;   
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
    
}
.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../img/romania.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}
.lang-menu ul:hover {
    display: block;
}

.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.de:before {
    background-image: url('../img/romania.png');
}

.en:before {
    background-image: url('../img/eng.png');
}

.lang-menu:hover ul {
    display: block;
}
@media  (min-width:0px) and (max-width: 480px) {
    .home {
        margin: auto;
    }
    /* TOPBAR */
    .not-mobile {
        display: none;
    }
    .TOPBAR {
        display: none;
    }
    .MOBILE-MENU {
        display: block;
    }
    .logo {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .menu-col {
        display: flex;
    }
    .menu-mobile {
        margin: auto;
        margin-right: 5vw;
        float: right;
        text-align: right;
        width: 60%;
        height: auto;
    }
    .menu_button {
        position: relative;
        z-index: 100;
    }
    .container {
        max-width: 100%!important;

    }
    .mobile_menu {
		position: absolute;
		background-color: white;
		z-index: 2000;
		opacity: 1;
		width: 60vw;
		height: 425vh;
		transform: translateX(60vw);
		right: 0;
		bottom: 0;
        top:0;
		transition: 0.5s ease-in-out;

	}
	.mobile_menu_list {
		margin-top: 5vh;
		line-height: 60px;
        list-style: none;
        font-family: Nyala;
        font-size: 7vw;
	}
	.under_mobile_menu {
		opacity: 0;
		position: fixed;
		z-index: -100;
		left:0;
		top:0;
		width: 100vw;
		height: 100vh;
		background-color: black;
		transition: 0.5s ease-in-out;
	}
    .mobile_menu_sm_list {
        list-style:none;
        padding: 0;
        margin-top: 3vh ;
    }
    .mobile_menu_sm_list li:nth-child(1) {
        margin-left: 0;
    }
    .mobile_menu_sm_list li:nth-child(2){
        margin-left:10vw;
    }


}

/* TABLETS */
@media  (min-width:481px) and (max-width: 820px) {

    .not-mobile {
        display: none;
    }
    .TOPBAR {
        display: none;
    }
    .MOBILE-MENU {
        display: block;
    }
    .logo {
        width: 50%;
        height: auto;
        padding: 20px;
    }
    .menu-col {
        display: flex;
    }
    .menu-mobile {
        margin: auto;
        margin-right: 5vw;
        float: right;
        text-align: right;
        width: 10%;
        height: auto;
    }
    .container {
        max-width: 100%!important;

    }
    .mobile_menu {
		position: absolute;
		background-color: white;
		z-index: 2000;
		opacity: 1;
		width: 60vw;
		height: 425vh;
		transform: translateX(60vw);
		right: 0;
		bottom: 0;
        top:0;
		transition: 0.5s ease-in-out;

	}
	.mobile_menu_list {
		margin-top: 5vh;
		line-height: 60px;
        list-style: none;
        font-family: Nyala;
        font-size: 5vw;
	}
	.under_mobile_menu {
		opacity: 0;
		position: fixed;
		z-index: -100;
		left:0;
		top:0;
		width: 100vw;
		height: 100vh;
		background-color: black;
		transition: 0.5s ease-in-out;
	}
    .mobile_menu_sm_list {
        list-style:none;
        padding: 0;
        margin-top: 3vh ;
    }
    .mobile_menu_sm_list li:nth-child(1) {
        margin-left: 0;
    }
    .mobile_menu_sm_list li:nth-child(2){
        margin-left:10vw;
    }

}
