@CHARSET "UTF-8";

/* box-shadow: 0 6px 4px rgba(0, 0, 0, .3); */
/* ---------------------------------------------------------------------------------------------------- */

.mitte1 {
	display: inline; float: left;
	
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	
	margin-bottom: 10px;
	
	text-align: center;
	height: auto; width: auto;
	overflow: auto;
}

.mitte2 {
	/* display: inline; float: left; */
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	
	/* Innenabstand */
	padding: 10px;
	/* Außenabstand */
	/* margin: 2.5px; */
	
	text-align: center;
	height: auto; width: 98%;
}

.mitte3 {
	/* display: inline; float: right; */
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	
	/* Innenabstand */
	padding: 10px;
	/* Außenabstand */
	/* margin: 2.5px; */
	
	text-align: center;
	height: auto; width: 98%;
}

.mitte4 {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	
	/* Innenabstand */
	padding: 10px;
	/* Außenabstand */
	/* margin: 2.5px; */
	
	text-align: center;
	height: auto; min-width: auto;
}

.slicebox {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	
	/* Innenabstand */
	padding: 10px;
	/* Außenabstand */
	/* margin: 2.5px; */
	margin-top: auto;
	margin-bottom: auto;
	
	text-align: center;
	height: auto; min-width: auto;
	
	height: 20em; 
}

.liste {
	 text-align: left; 
	 padding-left: 30%;
	 font-size: 1.2em;
}

h1 h2 h3 h4 h5 p a {
	font-family: 'Tauri', serif;
}