body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #2f3034;
	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 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px white;
}
*/
#divHaupt {
	background-image: url("image/Photographs_of_Czeslaw_Gorski.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	/*background-size: auto 100px;*/
	max-width: 1200px;
	/*width: 1200px;*/
	margin: 0px auto;
	padding-left: 4px;

}
#divHauptKontakt {
	background-image: url("image/Photographs_of_Czeslaw_Gorski_big.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 1200px;
	margin: 0px auto;
	padding-left: 4px;
}

#divHaupt1 {
	background: #000;
	max-width: 1200px;
	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;}

#divHauptHome {
	max-width: 1200px;
	margin: 0px auto;
}

.vierjahreszeiten {
	font-family: 'galgadot', cursive;
	font-size:64px;
	text-align:center;
	line-height:110px;
	position: absolute;
	z-index.1000;
	padding:20px;
	position:absolute;
	width:600px;
	top:20px;
	left:50%;
	margin-left: -320px; 
	color: yellow;
	background: -webkit-linear-gradient(darkturquoise,green,coral,darkblue);
	background: linear-gradient(90deg, darkturquoise,green,coral,darkblue);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.podpisik {
	font-family: 'JohnsonRock', cursive;
	font-size:36px;
	position: relative;
}

.contentHeadline{
	font-family: 'Nixie One';
	padding: 0 0 20px 20px;
	font-weight:bold;
	font-size : 20px;
}

.color_green {color: #95c763;}
.color_green a:hover {
	color: white;
	text-shadow: 0 0 10px #63c800, 0 0 20px #63c800, 0 0 30px #63c800, 0 0 40px #63c800;
}

.color_summer {color: #f6ff80;}
.color_summer a:hover {
	color: white;
	text-shadow: 0 0 10px #f0ff00, 0 0 20px #f0ff00, 0 0 30px #f0ff00, 0 0 40px #f0ff00;
}

.color_herbst {color: #ffb580;}
.color_herbst a:hover {
	color: white;
	text-shadow: 0 0 10px #ff6c00, 0 0 20px #ff6c00, 0 0 30px #ff6c00, 0 0 40px #ff6c00;
}

.color_winter {color: #6eb3db;}
.color_winter a:hover {
	color: white;
	text-shadow: 0 0 10px #008bdb, 0 0 20px #008bdb, 0 0 30px #008bdb, 0 0 40px #008bdb;
}

.span10 {margin-left:20px;}

/*----- BilderGalerie ---------------*/

.big_img {
	line-height:4px;
	font-size: 4px;
}
.big_img a {
	cursor: default;
	/*background: blue;*/
}

#wrapper {
	/*background: #3d3d3d;*/
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
}
#wrapper div {
	width: 233px;
	margin: 1px 2px 0 2px;
}
.GalerieDiv2{
	position:relative;
	height: 233px;
	width: 233px;
	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{
	font-size: 12px;
	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%,30%); 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-family: 'Nixie One';
	font-size : 24px;
	font-color: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

.menu a:hover { 
	color: hsl(0,0%,100%);
	text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px white;
}

/*----- Fuss ------------------------*/

#Fussi {
	background: #28282c;
	font-family: 'Nixie One';
	font-size : 16px;
	font-color: #fff;
	white-space: nowrap;
	max-width: 1194px;	
	height: 90px;
	padding: 50px 10px 10px 10px;
		margin-right: 4px;
		margin-top: 10px;
text-align: center;
}

p.fusstext {
	/*
    margin-left: auto;
    margin-right: auto;
	*/
}

@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;}
}