* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	background: hsl(0,0%,0%);
	color: hsl(0,0%,50%);
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size : 18px;
	overflow-y: scroll;
}

a {	text-decoration: none; color: hsl(0,0%,70%);}

a:hover { 
	color: hsl(0,0%,100%);
	text-shadow: 0 0 20px white, 0 0 40px white, 0 0 60px white, 0 0 80px white;
}
#divHaupt {
	max-width: 800px;
	margin: 0px auto;
	background: url(image/augen.jpg) no-repeat  center top;
}

#divHaupt1 {
	max-width: 800px;
	margin: 0px auto;
	background: url(image/Czeslaw_Gorski.jpg) no-repeat  center top;
}

.hohe_1		{ height: 490px;}
.hohe_2		{ height: 160px;}
.hohe_fuss	{ height: 50px;}

.contentHeadline{
	padding: 0 0 20px 20px;
	font-weight:bold;
	font-size : 20px;
}
.span10 {margin-left:20px;}

/*----- BilderGalerie ---------------*/

#wrapper {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
}
#wrapper div {
	width: 150px;
	margin: 4px 0.75% 0 3px;
}
.GalerieDiv2{
	position:relative;
	height: 150px;
	width: 150px;
	overflow:hidden;
}

.GalerieDiv2 img{
	position:absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	transition: all .2s ease-in-out, opacity .45s ease-in-out;
}

.GalerieDiv2 img:hover{
	transform: scale(1.3);
}

.BildContent{
	color: silver;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	text-align: center;
	height: 22px;
}

.BildContent:hover{
}
/*-----------------------------------*/

.contentText {
	-webkit-column-rule: 1px solid  hsl(0,0%,20%);
	-moz-column-rule:3 1px solid  hsl(0,0%,20%);
	column-rule: 1px solid  hsl(0,0%,20%);
	-webkit-column-count: 3; 
	-moz-column-count: 3;
	column-count: 3;	
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px;
}
.contentText2{}

hr { 
	border: none; border-top: 1px dotted hsl(0,0%,20%); background-color: hsl(0,0%,20%); height: 1px;
	margin: 30px 0 30px 0;
}

/*----- MENU ------------------------*/
#navi {
	max-width: 100%;
	display: flex;
	justify-content: center;
	font-size : 21px;
	text-transform: uppercase;
}

.menu{
	font-family : 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size : 18px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

.verkauft{
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	background: #c4833d;
	color: black;
	font-size : 9px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	margin: 2px 0px 0px 0px;
}

@media screen and (max-width: 650px) {	
		#navi {	flex-wrap: wrap;}
		#divHaupt,#divHaupt1 { background-position: center -40px;}
		.hohe_1{ height: 70px;}
		.hohe_2{ height: 60px;}
		.contentText {	-webkit-column-count: 2; 	-moz-column-count: 2;	column-count: 2; padding: 0 10px 0 15px;}
		.contentText2{padding: 0 10px 0 15px;}
		.contentHeadline{ margin-left:14px;}
}
 
@media screen and (max-width: 370px) {
		.hohe_1{ height: 105px;}
		.hohe_2{ height: 55px;}
		#navi {	flex-wrap: wrap;}
		.GalerieDiv2_ContainerDiv{ margin-left:14px;}
		.contentHeadline{ margin-left:14px;}
		.menu{	font-size : 20px;	height: 38px;	line-height: 38px;}
		.contentText {	-webkit-column-count: 1; 	-moz-column-count: 1;	column-count: 1; padding: 0 10px 0 15px;}
		.contentText2{padding: 0 10px 0 15px;}
		#divHaupt,#divHaupt1 { background-position: center -40px;}
}