
* {
	margin: 0;
	padding: 0;
	}

body, html {
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color:#2c2e39;
	line-height: 1.4;
	font-weight: 400;
	}

p {
	text-align: left;
	}

p.klein {
	font-size: 14px;
	}

p.mitte {
	text-align: center;
	line-height: 1.2;
	}

.halb {
	font-size: 9px;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	}

a.aktiv, a.passiv:hover {
	font-size: 15px;
	text-decoration: none;
	color: #999;
	margin-left: 15px;
	display:inline;
	}

a.passiv {
	font-size: 15px;
	text-decoration: none;
	color: #2c2e39;
	margin-left: 15px;
	display:inline;
	}

header {
	position: absolute;
	width: 100%;
	top: 0px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	z-index: 2;
	}
	
.kopf-spalte-links {
	display: none;
	}

.kopf-mob-spalte-links {
	padding-top:20px;
	text-align: center;
	display: block;
	}

	
.kopf-spalte-rechts {
	display: none;	}

.kopf-mob-spalte-rechts {
	padding-top:0px;
	text-align: center;
	display: block;
	}

.clear {
	clear: both;
	}
	
.menue {
	width:100%;
	padding-top: 25px;
	}	

main {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin-top: 200px;
	z-index: 1;
	}
	 
.main-spalte-links {
	padding-top:20px;
	margin-left: 5%;
	width: 90%;
	float: none;
	}

.main-spalte-rechts {
	padding-top:20px;
	margin-left: 5%;
	width: 90%;

	float: none;
	}

section {
	width: 90%;
	margin-left: 5%;
	}

article {
	width:100%;
	text-align: center;
	position: relative;
	}


a.probe {
	display:none;
	}

a.probe-mob {
	position: relative;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	background-color: #2c2e39;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #ddd;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display:block;
	}	

footer {
	position: fixed;
	width: 100%;
	left:0;
	bottom:0;
	padding-top:5px;
	padding-bottom: 7px;
	margin:0;
	background-color: #000;
	font-size: 13px;
	margin-right: 15px;
	color:#DDD;
	text-align:center;
	z-index:4;
	}


/*==============================================================================*/
@media only screen and (min-width: 900px) 
/*==============================================================================*/

{

	header {
		position: fixed;
		}

	a.aktiv, a.passiv:hover {
		font-size:16px;
		text-decoration: none;
		color: #999;
		margin-left: 15px;
		display: inline;
		}
	
	a.passiv {
		font-size:16px;
		text-decoration: none;
		color: #2c2e39;
		margin-left: 15px;
		display: inline;
		}
	
	.kopf-spalte-links {
		width: 50%;
		height: 170px;
		text-align: center;
		padding-top: 27px;
		float: left;
		display:block;
		}
	
	.kopf-mob-spalte-links {
		display: none;
		}
	
	.kopf-spalte-rechts {
		width: 50%;
		height: 40px;
		text-align: center;
		float: left;
		padding-top: 128px;
		display:block;
		}
		
	.kopf-mob-spalte-rechts {
		display: none;
		}

	.menue {
		padding-top: 0;
		border: none;
		}	

	main {
		width: 100%;
		margin-top: 197px;
		}

	.main-spalte-links {
		padding-top:20px;
		margin-left: 14%;
		width: 33%;
		float: left;
		}
	
	.main-spalte-rechts {
		padding-top:20px;
		margin-left: 6%;
		width: 33%; 
		float: left;
		}
	
	article {
		text-align: center;
		position: relative;
		}

	section {
		width: 76%;
		margin-left: 12%;
		}

	a.probe {
		width: 520px;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 10px;
		background-color: #2c2e39;
		font-size: 18px;
		line-height: 1.0;
		letter-spacing: 1px;
		color: #ddd;
		text-decoration: none;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		display:block;
		}	

	a.probe-mob {
		display:none;
		}		

}
