@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
}
		
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #fff;
	color: #000;
}

a.hell:link {color:#fff;text-decoration: none;}
a.hell:visited {color:#fff;text-decoration: none;}
a.hell:hover {color:#ddd;text-decoration: none;}
a.hell:active {color:#fff;text-decoration: none;}

a.dunkel:link {color:#000;text-decoration: none;}
a.dunkel:visited {color:#000;text-decoration: none;}
a.dunkel:hover {color:#666;text-decoration: none;}
a.dunkel:active {color:#000;text-decoration: none;}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	font-size: 72px;
	color: #fff;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	font-size: 24px;
	color: #fff;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0.5;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	font-size: 24px;
	color: #000;
}

.text {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size:14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	letter-spacing: 0.3px;
	line-height: 1.5;
}

.white {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size:14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	letter-spacing: 0.3px;
	line-height: 1.5;
	color: #fff;
}

.bilder {
	font-size: 1px;
}


img {
	padding: 0px 0px;
}

#NAV_LARSLEHNEBACH {
	z-index:99;	
	position:fixed;
	top: 25px;
	margin-left: 25px;
}

#NAV_TOP {
	z-index:99;	
	position:fixed;
	top: 50px;
	margin-left: 25px;
}

#NAV_BILDER {
	z-index:99;	
	position:fixed;
	top: 64px;
	margin-left: 25px;
}

#NAV_KONTAKT {
	z-index:99;	
	position:fixed;
	top: 78px;
	margin-left: 25px;
}

#index {
	display: table;
	width: 100%;
	height: 100%;
	background: url(index.jpg) no-repeat center center scroll;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.index .middle {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0%;
}

#weddings {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

#kontakt {
	display: table;
	width: 100%;
	height: 100%;
}
	
.kontakt .middle {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25%;
	padding-right: 25%;
	color: #fff;
	background-color: #000;
}

.kontakt {
	text-align: justify;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	letter-spacing: 0px;
	line-height: 1.5;
}