@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../pics/Hintergrund.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#wrapper {
	display: grid;
	grid-template-rows: 0fr 0fr 0fr 0fr;
	grid-template-columns: 15.75em 1fr;
	justify-items: left;
	grid-template-areas:
		"logo headerbild"
		"menu menu"
		"links rechts"
		"footer footer"
	;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	max-width: 60em;
}

#logo {
	grid-area: logo;
	color: #3074C6;
	text-align: center;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.8em;
}
#headerbild {
	grid-area: headerbild;
}
#headerbild img, #rechts img {
	max-width: 100%;
	height: auto;
}
menu {
	grid-area: menu;
	margin-bottom: 0.8em;
}
#links {
	grid-area: links;
	justify-self: stretch;
	display: flex;
	flex-direction: column;
	background-color: #b6c8d4;
	padding: 6px 4px 6px 8px;
	font-size: 0.7em;
	line-height: 1.35em;
}
#rechts {
	grid-area: rechts;
	background-color: #b6c8d4;
	padding: 6px 8px 6px 4px;
	font-size: 0.75em;
	line-height: 1.65em;
}
footer {
	grid-area: footer;
	text-align: right;
	width: 100%;
	font-size: 0.75em;
}
.tabersatz {
	display: none;
}
@media (max-width: 880px) {
.tabersatz {
	display:block;
}
.hide {
	display: none;
}
}

/*@media ((min-width: 831px) and (max-width: 880px)) {
.tabersatz {
	display:block;
}
.hide {
	display: none;
}
}

@media (max-width: 626px) {
.tabersatz {
	display:block;
}
.hide {
	display: none;
}
}

@media (max-width: 626px) or ((min-width: 831px) and (max-width: 880px)) {
.tabersatz {
	display:block;
}
.hide {
	display: none;
}
}*/

@media (max-width: 830px) {
#wrapper {
	display: grid;
	grid-template-rows: 0fr 0fr 0fr 0fr 0fr 0fr;
	grid-template-columns: 100%;
	justify-items: center;
	grid-template-areas:
		"logo"
		"headerbild"
		"menu"
		"rechts"
		"links"
		"footer"
	;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
#links {
	justify-self: center;
	max-width: 242px;
}
footer {
	text-align: center;
}
footer a {
	line-height: 3em;
}
menu li {
	margin-bottom: 0.7em;
}
.screenshot {
	margin-bottom: 1.4em;
}
}

.button {
	flex: 0;
}
#warum {
	flex: 3;
	padding-top: 12px;
	padding-bottom: 18px;
}
.zweidamen {
	flex: 0;
}
.leerraum {
	flex: 1;
	background-color: #FFFFF0;
	width: 238px;
}
.wunsch {
	flex: 0;
}
.flexeins {
	flex: 1;
}
menu u1 {
	padding: 0;
	list-style: none;
}
menu li {
	display: inline-block;
	width: 6.25em;
	height: 1.5em;
	margin-right: 0.7em;
	border: 1px solid #c0c0c0;
	text-align: center;
	-webkit-box-shadow: 2px 4px 2px #1b383b;
	-moz-box-shadow: 2px 4px 4px #1b383b;
	box-shadow: 2px 2px 2px #1b383b;
}
menu li a {
	display: inline-block;
	width: 100%;
	font-size: 0.75em;
	line-height: 2.2em;
	background-color: #f0f0ff;
	opacity: 0.5;
}
menu li a:hover {
	opacity: 1;
}
menu li.passiv {
	height: 2.12em;
	width: 8.5em;
	color: #A0A0A4;
	-webkit-box-shadow: 1px 1px 1px #1b383b;
	-moz-box-shadow: 1px 1px 1px #1b383b;
	box-shadow: 1px 1px 0px #1b383b;
	font-size: 0.75em;
	line-height: 2.2em;
}
.opa {
	opacity: 1;
	background-color: #FFFFF0;
	padding: 6px;
}
.bild {
	background-color: #FFFFF0;
}
.opa, .bild {
	border-top: 1px solid #808080;
	border-left: 1px solid #B0B0B0;
	-webkit-box-shadow: 2px 4px 2px #1b383b;
	-moz-box-shadow: 2px 4px 4px #1b383b;
	box-shadow: 2px 2px 2px #1b383b;
}
a {
	outline:none;
	text-decoration: none;
	color: #3074C6;
}
a:hover {
	color: #D41E1E;
}
.spielwertende {
	padding-bottom: 12px;
}
.absatz {
	margin-bottom: 24px;
}
.hervor {
	font-size: 1.3em;
}
.fett {
	font-weight: bold;
}
.gruen {
	color: #057623;
}
.rot {
	color: #CC0000;
}
.kleinereSchrift {
	font-size: 0.9em;
	line-height: 1.3em;
}
.DDVLink {
	display: block;
	text-align: right;
	font-size: 1.1em;
	width: 100%;
	padding-top: 12px;
}
.DDVLink a {
	margin-right: 12px;
}
.sehrKlein {
	display: block;
	font-size: 8px;
	text-align: right;
}
.tabelle, .tabelle th, .tabelle td {
	border: 1px solid #3074C6;
	border-collapse: collapse;
}
.tabelle th, .tabelle td {
	padding: 6px;
}
.tabelle td {
	text-align: left;
	vertical-align: top;
}
.tabelle ul {
	margin-left: 20px;
}
.tabelle li {
	margin-bottom: 6px;
}
#headerbild.appheaderbild {
	margin-bottom: 10px;
	margin-top: 6px;
}
.portrait {
	margin-bottom: 0.8em;
}
.jetzt_als_app {
	color: #A00;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
}
.AppAnkuendigung {
	background-color: #ffff00;
	color: #BA0008;
}
#features {
	padding-left: 26px;
	margin-top: 6px;
}
.kostenlos {
	font-weight: normal;
	font-size: 0.8em;
}
.screenshot {
	margin-left: 2em;
	border: 1px solid grey;
}
#screenshot4 {
	border: 1px solid grey;
}
#captionScreenshots {
	margin-top: 4.2em;
}
