/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('_fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('_fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}



* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-weight:400;
	font-size: 18px;
	color:#101010;
	line-height:24px;
}
body {
	background-color:#ffffff;
}
#container {
	min-height:100%;
	position:relative;
}

.hor {
	position:relative;
	margin:0 auto;
	text-align:left;
	max-width:1040px;
	clear:left;

}
.hor2 {
	position:relative;
	margin-left:30px;
	margin-right:30px;
	max-height:100000px;
}



#log {
	position:fixed;
	left:0px;
	top:0px;

	text-decoration: none;
	font-weight:normal;
	font-size: 8px;
	color: #ffffff;
	line-height:14px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	z-index:30010;
	background-color:#000000;
}
.ku {
	white-space:nowrap;
}
.fett {
	font-weight:700;
}
.rel {
	position:relative;
}
.foto_breit {
	width:100%;
	height:auto;
	border:1px solid #e0e0e0;
	overflow:hidden;
	border-radius:5px;
}
/* -------------------------------------------------- */
#abstand_unten {
	position:relative;
	height:100px;
}
#unten {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#e8e8e8;
	color:#404040;
	font-size:13px;
	line-height:14px;

	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #808080;
	overflow:hidden;
}
#unten a {
	color:#404040;
	text-decoration:none;
}
#unten a:hover {
	text-decoration:underline;
}

#unten1 {
	position:relative;
	float:left;
	left:50%;
}
.unten1 {
	position:relative;
	float:left;
	left:-50%;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #808080;
	margin-bottom:10px;
}
@media all and (max-width:840px) {
	.unten1 {
		float:none;
		border:0px;
		margin-right:0px;
		padding-right:0px;
	}
}
/* -------------------------------------------------- */
.grau {
	position:relative;
	background-color:#e0e0e0;
}
.sgal {
	position:relative;
}

.sgal img {
	width:100px;
	height:100px;
	margin-right:10px;
	margin-bottom:24px;
	border:1px solid #ffffff;
	overflow:hidden;
	border-radius:5px;
	line-height:0px;
}
.sgal img:hover {
	border:1px solid #000000;
}
/* -------------------------------------------------- */
#zoomfoto {
	z-index:30021;
	position:fixed;
	display:none;
	margin:0;
	padding:0;
}
#zoomfoto1 {
	width:100%;
	height:100%;
}
#maske {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:30020;
	background-image: url(gfx/schwarz90.png);
	background-repeat:repeat;
	display:none;
}
#zoomx {
	position:absolute;
	right:-28px;
	top:-28px;
	cursor:pointer;
}

#gal1_pfeil_rechts,#gal1_pfeil_links {
	position:absolute;
	width:52px;
	height:52px;
	top:100px;
	cursor:pointer;
}
#gal1_pfeil_rechts {
	background-image: url(gfx/pfeil_rechts.png);
	right:-50px;
}
#gal1_pfeil_links {
	left:-50px;
	background-image: url(gfx/pfeil_links.png);
}
/* -------------------------------------------------- */
h1 {
	font-weight:700;
	font-size:40px;
	line-height:44px;
	color:#404040;
	margin-bottom:24px;
	border-bottom:2px solid #f9a700;
}
p {
	margin-left:300px;
}
.tel {
	color:#101010;
	text-decoration:none;
}
ul {
	margin-left:300px;
	font-size:14px;
	line-height:16px;
	margin-top:12px;
}
li {
	margin-left:20px;
	margin-bottom:8px;
}
.link {
	color:#101010;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}

#kontaktfoto {
	width:200px;
	height:auto;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
@media all and (max-width:840px) {
	p,ul {
		margin-left:0px;
	}
}
@media all and (max-width:550px) {
	#kontaktfoto {
		float:none;
		width:100%;
	}
}
/* -------------------------------------------------- */
#logo {
	position:relative;
}
#logo1 {
	width:100%;
	max-width:323px;
	height:auto;
}
#logo2 {
	position:absolute;
	left:179px;
	top:93px;
	width:422px;
	height:23px;
}
@media all and (max-width:670px) {
	#logo2 {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		height:auto;
		max-width:422px;
		margin-top:20px;
	}

}
/* -------------------------------------------------- */
#inst {
	position:absolute;
	right:0px;
	top:20px;
	z-index:30019;
}
/* -------------------------------------------------- */
#foto_show {
	position:relative;
	width:100%;
	height:385px;

	overflow:hidden;
	border-radius:5px;

}
#foto_show img {
	position:absolute;
	border:0px solid #ffffff;
	top:0px;
	opacity:0;
}
