/*
 * Auf die schnelle Styleshhet für Aproposlicht
 */


img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.datenschutz {
	display: block;
	max-width: 100%;
	height: 100px;
	margin: 800px auto 80px auto;
	text-align: center;
}

.pagegrid {
	margin: 20px 1.5em;
	display: grid;
	height: 100%;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 20px 20px;
	grid-gap: 25px;
}

.main {
	grid-column-start: 3;
	grid-column-end: span2;
	grid-row-start: 2;
}


.raster {
	border: thin solid fuchsia;
	width: 100%;
	height: 100%;
}


body {
	background-color: white;
	padding: auto;
}
*, p, h1, h2, h3, address, a, a:visited, span {
	font-family: Futura, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1.5em;
}

h1 {
	font-weight: bold;
	margin-bottom: 4.5em;
	padding: 0;
}
.name {font-weight: bolder;}

::before {
	font-weight: bold;
	float: left;
	text-indent: -60px;
	text-align: center;
}

.mobile::before {content: "m";}
.mail::before {content: "e";}
.address::before {content: "a";}
.tel::before {content: "t";}
.www::before {content: "w";}
.legal::before {content: "r";}


@media (min-width: 600px){
	.pagegrid {
		margin: 20px 1.5em;
		display: grid;
		height: 100%;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(5, 80px);
		grid-column-gap: 25px;
		grid-row-gap: 1.5em;
	}
	.main {
		grid-column-start: 4;
		grid-row-start: 2;
	}

	body {
		background-color: white;
	}
	*, p, h1, h2, h3, address, a, a:visited, span {
		color: black;
	}
}
