@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;
	-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;
	
}
.mouseover:hover .modulBtn{
	
	background-color: rgba(255,255,255,0) !important;
	border-radius:0px;
}


.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: 0px;
	border-style: solid;
	opacity: 1;
	transform: scale(0.3);
}


.mouseover:hover .modulBtn .BtnBgA{
	transform: scale(0.5);
	border-radius: 0px;

}
.mouseover:hover .modulBtn .BtnBgB{
	transform: scale(1);
	border-radius: 0px;
	opacity:1;
}
/* ---------------------------------------------------------- */


.modulBtnmod{
	position: relative;
	max-width:100%;
	min-width: 30px;
	height: auto;
	min-height: 30px;
	border: 2px solid;
	border-radius:5px;
	background-color: transparent;
  	outline-style: none;
  	box-shadow: none;
  	text-decoration: none;
  	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-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;
	
}
.modulBtnmod div{
	padding: 2vw;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}

/* ===================================================================================================================== */
/* ================================================= **** 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;
}

/*------------------------------- --------------------------------------- */
.modulBtnmod div{
	padding: 4vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
}