/* -----------------------------------------------------------------------


 Eigenes Layout

----------------------------------------------------------------------- */

/* responsive layout */

@media all and (max-width: 950px) {
	.weg { display: none;}
	.container { max-width: 97%; padding: 0 1.5% 30px;}
	.colborder { margin: 0px; padding: 0px;}
	.span-15, .span-7 { width: 95%; margin: 0px; padding: 0px; border-right: 0px solid #000;}
	.gr { width: 100%; height: auto; margin: 0px;}
}


/* Lightbox */
.picture {cursor: pointer; }
.gr { margin: 0 10px 10px 0;}
#grayout { position: fixed; left: 0px; top: 0px; height: 100%; width: 100%; background-color: black; opacity: 0.5; z-index: 9999; }


/* general */
li {list-style: none; border-bottom: 1px dotted #888; }
li:last-child {border-bottom: 0px dotted #888; }
a {color: #000; text-decoration: none;}
a:hover {color: #666;}

/* Footer */
.footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	height: 30px; 
	width: 100%; 
	background-color: #fff; 
	z-index: 100; }

.footer a, .kursiv {color: #888; font-style: italic; text-decoration: none; }


	