@charset "UTF-8";
/* CSS Document */


/* ------------------- Modul Botton--------------------------------------- */

.modulBtn{
	position: relative;
	width:auto;
	min-width: 30px;
	height: auto;
	min-height: 30px;
	border: 0px solid;
	border-radius:30px;
	background-color: transparent !important;
  	outline-style: none;
  	box-shadow: none;
  	text-decoration: none;
  	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	
}
.mouseover:hover .modulBtn{
	
	background-color: rgba(255,255,255,0) !important;
}


.modulBtn .BtnBgA{
	position: absolute;
	
	z-index: 30;
	width: 100%;
	height: 100%;
	border-radius:30px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	transform: scale(1);
}
.modulBtn .BtnBgB{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius:30px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-width: 1px;
	border-style: solid;
	opacity: 0;
	transform: scale(0.8);
}


.modulBtn .BtnBgC{
	position: absolute;
	
	z-index: -40;
	width: 100%;
	height: 100%;
	border-radius:30px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(1);
	opacity: 1;
}
.mouseover:hover .modulBtn .BtnBgA{
	transform: scale(0.2);

}
.mouseover:hover .modulBtn .BtnBgB{
	transform: scale(1);
	opacity:1;
}
.mouseover:hover .modulBtn .BtnBgC{
	transform: scale(0);
	opacity: 1;

}

/* ---------------------------------------------------------- */

.BtnLabel{
	position: relative;
	width:100%;
	height: 0%;
	z-index: 70;
	display: inline-block;
  	cursor: pointer;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transform: scale(0);
	overflow: hidden;
	
}

.BtnLabel .Lable{
	position: relative;
	max-width:0px;
	max-height:0px;
	padding-left: 0px;
	padding-right:  0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	transform: scale(0);
	opacity: 0;
}
.mouseover:hover .BtnLabel .Lable{
	max-width:300px;
	max-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	transform: scale(1);
	opacity: 1;
}

.mouseover:hover .BtnLabel{
	width:100%;
	transform: scale(1);
}




/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {


/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
	
	
/* ------------------- MainMenuBtn --------------------------------------- */


.mainMenuBtn{
	width: 12vw;
	height:12vw;
}

	/* ------------------- Modul Botton--------------------------------------- */

.modulBtn{
	position: relative;
	width:auto;
	min-width: 24px;
	height: auto;
	min-height: 24px;
}

	.BtnLabel .Lable{
	}
/*------------------------------- --------------------------------------- */
	
}