/* CSS Document */
#New_module {
	float: left;
	width: 100%;
}

#New_module div {
	float: left;
}

#New_module .row {
	width: 100%;
	margin: 0 0 20px 0;
}

#New_module .medium {
	width: 100%;
}

#New_module .bild {
	width: 50%;
	padding: 0 2% 0 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#New_module .bild:nth-of-type(2n) + .bild:nth-of-type(2n),
#New_module .bild:nth-of-type(2n+1) + .bild:nth-of-type(2n+1) {
	padding-right: 0;
	padding-left: 2%;
}

#New_module .bild:nth-of-type(2n) + .bild:nth-of-type(2n) + .bild,
#New_module .bild:nth-of-type(2n+1) + .bild:nth-of-type(2n+1) + .bild {
	clear: left;
}

#New_module .bild img {
	max-width: 100%;
}

#New_module .dokument {
	clear: both;
}



/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser gross
 * 
 * 1170px - 
 *************************************************************************************************/
@media only screen and (min-width: 1170px) {

}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * 
 * 960px - 
 *************************************************************************************************/
@media only screen and (min-width: 960px) {

}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * Browser schmal / Tablet Portrait
 * 
 * 768px - 
 *************************************************************************************************/
@media only screen and (min-width: 768px) {
	
}



/**************************************************************************************************
 * Browser normal / Tablet Landscape
 * 
 * 960px - 1169px
 *************************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1169px) {

}



/**************************************************************************************************
 * Browser schmal / Tablet
 * 
 * 768px - 959px
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}



/**************************************************************************************************
 * Browser schmal / Tablet Portrait
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 959px
 *************************************************************************************************/
@media only screen and (max-width: 959px) {

}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
	#New_module .bild,
	#New_module .bild:nth-of-type(2n) + .bild:nth-of-type(2n),
	#New_module .bild:nth-of-type(2n+1) + .bild:nth-of-type(2n+1) {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {

}
