@charset "UTF-8";
/* CSS Document */
.modulHeaderBox{
	position: relative;
	z-index: 8;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.modulHeaderText{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.modulHeaderLine{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 100%;
	height: 1px;
}


/* ===================================================================================================================== */
/* ================================================= **** TABLET **** ================================================== */
/* ===================================================================================================================== */

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


}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
@media screen and (max-width: 720px) {

	
}