

#menu_grid {
  grid-template-columns: repeat(3, minmax(min(60px, 8vw), 1fr));
}
#menu_grid {
margin-left: 125px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size:15px;
  color: #000;
}

.menu_link
{
	opacity: 0;
	transition: 0.5s;
    left: 1px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    position: relative;
}

.menu_grid_closed
{
	  display:  block;
	  height: 0vh;
	    width: 0vw;

}
.menu_grid_openfull
{
	  display: grid;
	  height: 100%;
	    width: 100%;
}

.menu_grid_openfull .menu_link_first
{
	    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
font-size: 20px;
	opacity: 1;
}



.menu_grid_open
{
	  display: block;
	  width: 100%;
}

.menu_grid_open .menu_link
{

    float: left;
	    padding-left: 15px;
    margin-top: 20px;
}

.menu_grid_open .menu_link_first
{

margin-left: 5px;
font-size: 20px;
    float: left;
	    padding: 5px;
    margin-top: 5px;
	opacity: 1;
}
.menu_link_first
{
	opacity: 0;
	transition: 0.5s;
}




.logo_container
{

}



.lc_openedfull
{
position: relative;	

}
.lc_opened
{
position: absolute;
	    left: 65px;
    top: 50%;
}

.floatingmenu_body_open_full #menu_grid #first {
border-right: 2px solid rgb(255, 232, 240);

}
.floatingmenu_body_open_full #menu_grid div:nth-child(2) {
border-right: 2px solid rgb(255, 232, 240);
}
.floatingmenu_body_open_full #menu_grid div:nth-child(4) {
border-right: 2px solid rgb(255, 232, 240);
border-top: 2px solid rgb(255, 232, 240);
}
.floatingmenu_body_open_full #menu_grid div:nth-child(5) {
border-right: 2px solid rgb(255, 232, 240);
border-top: 2px solid rgb(255, 232, 240);
}	
.floatingmenu_body_open_full #menu_grid div:nth-child(6) {
border-top: 2px solid rgb(255, 232, 240);
}
#menu_grid div:nth-child(6) {
border-top: 0px solid rgb(255, 232, 240);
}
.floatingmenu_body_open_full #menu_grid div:nth-child(7) {
border-right: 2px solid rgb(255, 232, 240);
}
.floatingmenu_body_open_full #menu_grid div:nth-child(8) {
border-right: 2px solid rgb(255, 232, 240);
}
	
#floatingmenu_toggle_open
{
	left: 100%;
}


.floatingmenu_body_open_full
{
	width: 95vw;
	height: 20vh;
	bottom: -10px;
	border-radius: 25px;

}

.floatingmenu_body_open
{
	width: 400px;
	height: 50px;
	border-radius: 25px;

}

.floatingmenu_body_closed
{
	width: 65px;
	height: 60px;
	border-radius: 12px;
}


#menu_logo
{
width: 111px;
height: 35px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
Position: absolute;
background-image: url("img/logo.svg");
background-size: cover;
}

		
#menu_close
{
    width: 100%;
    height: 100%;
	opacity: 0;
	display: none;
	 background-size: 35px 35px;
transition: 0.5s;
left: 15px;
top:15px;
transition-timing-function: ease-in-out;
background-image: url(./tmpl_1_img/menuclose_svg.svg);
	background-repeat: no-repeat;
    background-position: center;
	border-right: 0px;
}
		
.floating-menu
{
	transition: 1s;
    width: 400px;
	height: 60px;
	position: fixed;
	top: 90vh;
	z-index: 999;
	margin-top: 10vh;
}

.floatingmenu_body
{
		max-width: 500px;
	    max-height: 300px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		line-height: 1;
	   border: solid #000 3px;
		transition: 0.7s;
		position: absolute;
		
}











.menu_back
{
position: fixed;
width: 0px;
height: 80px;
background-color: #4949e9;
margin: auto;
bottom: -100px;
border-radius: 40px;
z-index: 999;
cursor: pointer;
transition: 0.5s;
}

.back_visible
{
width: 80px;
bottom: 50px;
}

.menu_back img
{
width: 80%;
height: 80%;
	margin-left:8%;
	margin-top:10%;
}

#menu_login
{
cursor: pointer;
}



#auth-container
{
    position: absolute;
    border-radius: 25px;
    margin-top: 150vh;
    height: 50vh;
    background-color: #fff;
    z-index: 100;
    transition: 0.7s;
	scale:0.7;
}

@media (orientation: portrait) {
#auth-container
{
	    width: 95vw;
}
}
@media (orientation: landscape) {
	#auth-container
{
	    width: 600px;
}
}

#fscr-container
{
    position: absolute;
    border-radius: 25px;
    margin-top: 150vh;
    height: 50vh;
    background-color: #fff;
    z-index: 100;
    transition: 0.7s;
	scale:0.7;
}

@media (orientation: portrait) {
#fscr-container
{
	    width: 95vw;
}
}
@media (orientation: landscape) {
	#fscr-container
{
	    width: 600px;
}
}
