
@charset "utf-8";
/* CSS Document */

*, *:after, *:before { 
-webkit-box-sizing: border-box; box-sizing: border-box; 
}
.clearfix:before, .clearfix:after { 
content: ''; display: table; 
}
.clearfix:after { clear: both; 
}

.container {
	text-align: center;
	padding: 0.25em 0.5em 0; 
}
header {
	background: #1F1F1F;
	border-color: #666666;
	border-radius: 10px;
	margin-top: 5px;
 	margin-bottom: 30px;
	padding-bottom: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.8), 0 15px 30px -10px rgba(0,0,0,0.6);
}
h2 {font-size: 1.5em; /*Headline Header*/
	font-family : Verdana, Arial, sans-serif;
	color: #999;
	font-style:italic;
	font-weight: normal;
	text-align: center; 
	margin-top: 1px;
	border-bottom-width : 3px;		
	border-bottom-style : solid; 
	border-color : red; 
}
h3 {
	font-size: 1.5em;
}
top {
	background: #1F1F1F;
	border-color: #666666;
	margin-top: 5px;
 	margin-bottom: 30px;
	display: -webkit-flex;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.8), 0 15px 30px -10px rgba(0,0,0,0.6);
}
a {
	color: orange;
	text-decoration: none;
	font-size: 1.0em;
}
a:hover,
a:focus {
	color: gray;
	outline: none;
}
body {
	color: #999;
	background: #2f3238;
	font-weight: 400;
	font-size: 1em;
	text-align:center;
	font-family: Trebuchet MS, Arial, sans-serif;
}
.bilder {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 1em; /*ge�ndert von 3 auf 1*/
}
.bilder_bild {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 90%;	/*BREITE VON PREISBOXEN*/
	flex: 0 1 90%;/*ge�ndert von 330 auf 330*/	
}
.bilder_bild {
text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:10px;
	padding-top:5px;	
	font-family: Verdana, Arial, sans-serif; 
	font-weight: normal; 
	font-size: 1.0em;
	letter-spacing: 0.1em; 
	color: gray;
	hyphens: auto;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	/*Größe * Plazierung BOX*/ 
  	border: 1px solid #444;
  	margin: 30px 30px 30px 30px;
  	background: #1F1F1F;
	box-shadow: 0 5px 20px rgba(0,0,0,0.8), 0 15px 30px -10px rgba(0,0,0,0.6);
	border-radius:6px;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
}

.bilder_box .bilder_bild {
	margin: 1em;
	padding: 1em;
	cursor: default;
	border-radius: 10px;
	background: #1F1F1F;
	box-shadow: 0 5px 20px rgba(0,0,0,0.8), 0 15px 30px -10px rgba(0,0,0,0.6);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
/*Überschriften Bilder*/
.bilder_box .bilder_title {
	font-family : Verdana, Arial;
	font-size: 1.0em;
	font-weight: normal;
	width: 100%;
	margin: 0 0 0.25em;
	padding: 0 0 0.5em;
	border-bottom: 3px solid rgb(255, 255, 0);
}

