* {
	box-sizing: border-box
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 101%;
	display: flex;
	flex-direction: column;
	background-color: #000;
	background-image: url(/gfx/bg/frauen-online.jpg);
	background-position:center;
	background-size: cover;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	border: 8px #FFF solid;
}
a {
	color: #FFF;
	text-decoration: none;
}
h1, h2, span.h1 {
	font-weight: bolder;
	font-size: 4.5em;
	font-style: italic;
	letter-spacing: 2px;
	transform: rotate(-6deg);
	text-shadow: 
	-2px -2px 0 #000,
     2px -2px 0 #000,
    -2px -2px 0 #000,
     5px  5px 3px #000;
	 line-height: 1;
}
h1 {
	margin: 30px 0 8px 0
}
span.h1 {
	font-size: 2.8em;
	display: inline-block;
	margin-top: -10px
}
h2 {
	margin: 0
}
h4, ul, figcaption, header p, article p {
	display: grid;
	width: 640px;
	position: fixed;
	top: 0;
	left: -640px;
	width: 480px;
	padding-top: 10px
}
section {
	display: block;
	width: 560px;
	height: 140px;	
	margin: 35px auto -15px auto;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
section a:hover {
	color: #FF0
}
section img {
	display: inline-block;
	float: left;
	margin-right: 12px;
	margin-left: -30px;
	transform: rotate(-6deg)
		
}
section h3 {
	text-align: left;
	font-size: 1.5em;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
	padding-top: 5px
}
section p {
	text-align: left;
	font-size: 1.25em;
	text-shadow: 2px 2px 2px #000;
	margin-top: -20px;
	margin-right: 5px
}
footer p {
	text-align: center;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	padding-top: 20px;
	margin-bottom: 5px;
}

@media (max-width:640px) {
h1, h2 {
	font-size: 2.7em;
	margin-bottom: 0;
}
h1, h2, span.ht {
	text-shadow: 
	-1px -1px 0 #000,
     1px -1px 0 #000,
    -1px -1px 0 #000,
     4px  4px 2px #000;
}
span.h1 {
	font-size: 1.8em;
	margin-top: 0
}
section {
	width: 332px;
}
section img {
	margin-left: -34px;
	margin-right: 10px;
}
section p {
	font-size: .95em;
}