@charset "utf-8";
/* CSS Document */
body {
	display: grid;
	gap: 0.5em;
}

@media (min-width: 30em) {
	/* Breite beträgt mindestens 30em */
	
	body {
		grid-template-columns: 1fr 3fr;
		grid-template-rows: auto 1fr 100px;
	}
}
a:link    { color: #b60405; text-decoration: none;}
a:visited { color: #b60405; text-decoration: none; }
a:focus   {color: #dd2737; }
a:hover   { color: #dd2737; }
a:active  { color: #b60405; }

footer ul {list-style: none;border-top: 0px solid #000;padding-top: 6px;}
footer ul li {line-height: 1em;padding:0px 9px;margin:0px;float:left;font-size: 0.9em;color: #666;}
header,
footer {
	grid-column: 1 / -1;
}

header {0px;
	border:none;
	/*display: grid;*/
	grid-template-columns: min-content 1fr;
}
header h1{font-size: 10px; letter-spacing: 2px; text-transform: uppercase;font-weight: normal;display: inline;}

main {
	background: #fff;
	border-right: 1px solid #dd2737;
	padding: 20px 0px 20px 30px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-weight: 400;
}
main h2{font-size: 28px; letter-spacing: 0px; text-transform: normal;font-weight:normal;font-variant: small-caps;display: inline;margin: 30px 0px;}
.betonung{font-weight:bold;font-variant: inherit;}
div.logo {
	margin: 0px 0px 30px 0px;
	text-align: right;float:right;display: block;
}
aside {
	background-color: #fff;
	background-image: url(../images/wilma.jpg);
	background-repeat: no-repeat;
	width: 318px; min-height: 498px;
	border: none;
}
aside#marion {text-align: center;margin: 0px auto;}
footer {
	background: #fff;
	border: none;
}

footer * {
	float: right;
	clear: right;
	margin: 0 0 1em;
}

body {
	margin: 0 auto;
	max-width: 60em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-weight: lighter;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	font-size: 16px;
}

header,
nav,
article,
section,
aside,
footer {
	border-radius: 0;
	border:none;
	padding: 10px;
}
