
.onePageSubmoduleWrapperContainer {

			margin-top: 0px;		
	
}

	.class_onePage .spalte_links {
		display: none;
	}

	.onePageSubmoduleWrapperContainer {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.onePageSubmoduleWrapperContainer > div:first-child {
		margin-top: 0px;
	}
	
	#content {
		padding-top: 0px;
		margin-top: 0px!important;
	}


	.onePageSubmoduleWrapperContainer > div:last-child {
		margin-bottom: 0px;
	}
	
	#unten {
		padding-bottom: 0px;
	}



/* ************************ */
/*                          */
/*  responsive mobile only  */
/*                          */
/* ************************ */

@media all and (max-width: 500px)
{

}



/* ************************ */
/*                          */
/*  responsive tablet only  */
/*                          */
/* ************************ */

@media all and (min-width: 500px) and (max-width: 1152px)
{

}


/* ************************ */
/*                          */
/*  responsive universal    */
/*                          */
/* ************************ */

@media all and (max-width: 1152px)
{

			#unten {
			margin-left: 0px!important;
			margin-right: 0px!important;
		}
		
		
	
			
		.onePageSubmoduleContent {
			padding-left: 10px!important;
			padding-right: 10px!important;
			
			width: auto!important;
			
			overflow: hidden;
		}
		
	.onePageSubmoduleContent > div {
		max-width: 100%;
	}
	
	.onePageSubmoduleUnten {
		overflow: hidden!important;
	}
	
	.onePageSubmoduleWrapperContainer {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.onePageSubmoduleWrapperContainer > div:first-child {
		margin-top: 0px;
	}
	
	.onePageSubmoduleWrapperContainer > div:last-child {
		margin-bottom: 0px;
	}
	
	#content {
		padding-top: 0px;
		margin-top: 0px!important;
	}
	
}





