/*** J&T_Box-Style ***/

/*** Browser-Reset ***/
* {padding:0; margin:0; border:0;}

/*** Basis-Normalisierung ***/

/* IE8 */@media \0screen {}

/* IE10, IE11 */@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	html {
		height:100%;
	}
}
header, nav, main, footer, aside, article, section,
figure, details, figcaption, hgroup, summary {
	display:block;
}
html, body {
	height:100%;
	margin:0;
}
html {
	font-size: 100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}	
body {
	display:flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-flow:column;
	-ms-flex-direction: column;
	-webkit-flex-direction:column;
	-webkit-box-direction:normal;
	-webkit-box-orient:vertical;
	color:black;
	background-color: #F60;
	font-style: Comic Sans MS;
	/*font-family:Verdana, Arial, Helvetica, Sans Serif;*/
	font-size:0.875rem;
	line-height:1.5;
	padding:0.5rem;
}

/*** Überschriften ***/
h1 {font-size:1.5rem;}
h2 {font-size:1.375rem;}
h3 {font-size:1.25rem;}
h4 {font-size:1.125rem;}
h5 {font-size:1.0rem;}
h6 {font-size:0.875rem;}

/*** Links ***/
a:link, a:visited, a:hover, a:focus {
	text-decoration:none;
	color:red;
}

/*** Definition von Klassen ***/
.wir_beschr {
	font-size: 1.0rem;
	text-align: center;
}
.beschreibung {
	font-size: 1.2rem;
	/*font-weight:bold;*/
	text-align:left;
	padding: 0.3rem;
}

.red_zent {
	text-align:center;
	font-weight:bold;
	text-shadow:0px -1px 0px #EEE, 0px 1px 0px #555;
	color:red;
}

.black_zent {
	text-align:center;
	color:black;
}

.links {
	display:flex;
	align-items:center;
	padding:0.5rem;
	list-style-type:none;
}

.links li:nth-child(2) {
	margin-left:0.5rem;
	text-align:left;
}

/*** Flexbox-Container ***/

#wrapper {
	flex:1;
	-ms-flex:1 0 auto;
	-webkit-flex:1;
	-webkit-box-flex:1;
}

header, section, footer {
	box-shadow:inset 3px 3px 5px black, inset -3px -3px 5px black;
	background-color:white;
	text-align: center;
	border-radius:0.25rem;
	padding:0.5rem;
	margin-bottom:0.5rem;
}

/*** header ***/
/*header figure {
	padding-top:20px;
}
header img {
	margin-left:240px;
}*/

header ul {
	display:flex;
	justify-content:center;
	align-items:center;
	list-style-type:none;
}

header li:nth-child(2) {
	/*text-shadow:0 -1px 1px #FFF, 0 1px 1px #666;*/
	text-align:center;
}

footer ul {
	display:flex;
	justify-content:space-around;
	align-items:center;
	list-style-type:none;
	color: lightgrey;
}

section:nth-child(1) {
	padding:1rem;
}

section ul {
	display:flex;
	justify-content:left;
	align-items:center;
	list-style-type:none;
}

img {
	max-width: 100%;
	height: auto;
}

/*** Media-Queries ***/

@media all and (min-width:50rem) {
	html {
		font-size:1.125rem;
	}
	body {
	width:80%;
	margin:auto;
	}
}
@media all and (min-width:70rem) {
	html {
		font-size:1.25rem;
	}
	body {
	width:60%;
	margin:auto;
	}
}