@import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);
@import url(http://fonts.googleapis.com/css?family=Karla);

body {
	background: url('../img/hintergrund.jpg');
}

body, h2, h3 {
	font-family: Karla, Sans;
}

h2 {
	font-size: 20px;
}

div.header {
	height: 100px;
	font-family: 'Bilbo Swash Caps';
	font-weight: 400;
	font-size: 64px;
}

div.menu, div.content .row {
	padding: 1em 2em 1em 2em;
	background-image: url('../img/white.png');
	box-shadow: 10px 10px 5px #aaa;
}

div.footer .row {
	padding: 0.5em 1em 0.5em 1em;
	background-image: url('../img/white.png');
	box-shadow: 10px 10px 5px #aaa;
}

div.footer {
	margin-bottom: 15px;	
}

.image-content .caption {
	font-size: 90%;
}

.image-content.medium {
	margin-top: 1.5em;
	margin-bottom: 1.5em;	
}

.image-content.center {
	text-align: center;
}

.image-content.center .caption {
	margin: 0.5em 10em 0.5em 10em;
}

