/*Small*/
@media all and (max-width:31.25rem) {
	#category figure {
		width:100%;
		height:100%;
		margin-bottom:1.875rem;
	}
	
	#footerContent > div {
		margin:.625rem 0rem;
	}
	
	#footerContent > div:first-child {
		margin-bottom:0rem;
	}
	
	#footerContent > div:last-child {
		margin-top:0rem;
	}
	
}

/*Middle*/
@media all and (max-width:59.3125rem) and (min-width:31.3125rem){		
	#contentMain {
		width: 100%;
	}
	
	#category figure {
		width:100%;
		height:100%;
		margin-bottom:1.875rem;
	}
	
	#footerContent > div {
		margin:.625rem 0rem;
	}
	
	#footerContent > div:first-child {
		margin-bottom:0rem;
	}
	
	#footerContent > div:last-child {
		margin-top:0rem;
	}
}


/*Wide*/
@media all and (min-width:59.375rem){
		
	#contentMain {
		width: 100%;
	}
	
	#footerContent,
	#category {
		display:flex;
		display:-ms-flexbox;
		flex-direction:row;
	}
	
	#category figure {
		width:31.25rem;
		height:100%;
	}
	
	#category figure {
		margin:0rem 1.875rem;
	}
	
	#category figure:first-child,
	#category figure:last-child {
		margin:0rem;
	}
	
	#footerContent div {
		margin-left:1.25rem;
	}
	
	#footerContent div:first-child {
		margin-left:0rem;
	}
	
	#footerContent .imprint {
		margin-left:3.125rem;
	}
	
	#footerContent .privacy {
		margin-left:3.125rem;
	}
}