
/* Prepare */
body {
	min-width: 360px;
}

.page_margins {
	max-width: 960px;
	width: 100%;
}

#header {
	background-color: #e7e7e7;
}

#header h1 {
	padding-right: 87px;
}


/* Adapt - Header */
@media only screen and (max-width: 1030px) {
	#topnav {
		right: 0;
	}
	
	#header h1 {
		padding-right: 117px;
	}
}

@media only screen and (max-width: 970px) {
	.page_margins,
	.page {
		background: none #ffffff;
	}
	
	#border-bottom,
	#edge-bl,
	#edge-br {
		background: none #f9f9f9;
		display: none;
	}
	
	body {
		padding-bottom: 0;
	}
	
	.page {
	  margin-left: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;	
	}
	
	#footer {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	body {
		font-size: 12px;
	}
	
	#schriftzug,
	#header > a > img {
		visibility: hidden;
	}
	
	#topnav {
		width: 100%
	}
	
	#uninavi {
		left: 10px;
    position: absolute;
	}
}



/* Special - Übersicht */
@media only screen and (max-width: 970px) {
	.uebersicht-wrapper .subcolumns .c50r .c50r .subcl {
		padding: 0;
	}
}

@media only screen and (max-width: 790px) {
	.uebersicht-wrapper .subcolumns .c50l .c50r,
	.uebersicht-wrapper .subcolumns .c50r .c50r {
		display: none;
	}
	
	.uebersicht-wrapper .subcolumns .c50l .c50l,
	.uebersicht-wrapper .subcolumns .c50r .c50l {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.uebersicht-wrapper .subcolumns .c50l, 
	.uebersicht-wrapper .subcolumns .c50r {
		width: 100%;
	}
	
	#inhalt .uebersicht-wrapper .subcolumns > .c50r h3 {
		margin-left: 0;
	}
	
	.uebersicht-wrapper .subcolumns > .c50r ul {
		margin-left: 0;
		padding-left: 1em;
	}
}